| @@ -61,9 +61,9 @@ | ||
| 61 | 61 | ?> |
| 62 | 62 | <div class="elementor-control-field"> |
| 63 | 63 | <label for="<?php $this->print_control_uid(); ?>" class="elementor-control-title">{{{ data.label }}}</label> |
| 64 | 64 | <div class="elementor-control-input-wrapper"> |
| 65 | - <input id="<?php $this->print_control_uid(); ?>" placeholder="{{ data.placeholder }}" class="elementor-date-time-picker flatpickr" type="text" data-setting="{{ data.name }}"> | |
| 65 | + <input id="<?php $this->print_control_uid(); ?>" placeholder="{{ elementor.getPanelView().currentPageView.children.findByModelCid( data._cid )?.getControlPlaceholder() }}" class="elementor-date-time-picker flatpickr" type="text" data-setting="{{ data.name }}"> | |
| 66 | 66 | </div> |
| 67 | 67 | </div> |
| 68 | 68 | <# if ( data.description ) { #> |
| 69 | 69 | <div class="elementor-control-field-description">{{{ data.description }}}</div> |