| @@ -68,9 +68,9 @@ | ||
| 68 | 68 | ?> |
| 69 | 69 | <div class="elementor-control-field"> |
| 70 | 70 | <label for="<?php $this->print_control_uid(); ?>" class="elementor-control-title">{{{ data.label }}}</label> |
| 71 | 71 | <div class="elementor-control-input-wrapper elementor-control-dynamic-switcher-wrapper"> |
| 72 | - <input id="<?php $this->print_control_uid(); ?>" type="number" min="{{ data.min }}" max="{{ data.max }}" step="{{ data.step }}" class="tooltip-target elementor-control-tag-area elementor-control-unit-2" data-tooltip="{{ data.title }}" title="{{ data.title }}" data-setting="{{ data.name }}" placeholder="{{ data.placeholder }}" /> | |
| 72 | + <input id="<?php $this->print_control_uid(); ?>" type="number" min="{{ data.min }}" max="{{ data.max }}" step="{{ data.step }}" class="tooltip-target elementor-control-tag-area elementor-control-unit-2" data-tooltip="{{ data.title }}" title="{{ data.title }}" data-setting="{{ data.name }}" placeholder="{{ elementor.getPanelView().currentPageView.children.findByModelCid( data._cid )?.getControlPlaceholder() }}" /> | |
| 73 | 73 | </div> |
| 74 | 74 | </div> |
| 75 | 75 | <# if ( data.description ) { #> |
| 76 | 76 | <div class="elementor-control-field-description">{{{ data.description }}}</div> |