PluginProbe
Elementor Website Builder – more than just a page builder / 3.11.2
Elementor Website Builder – more than just a page builder v3.11.2
4.3.0-beta2 4.3.0-beta1 4.2.4 4.2.3 4.2.2 4.2.1 4.2.0 4.1.5 4.2.0-beta2 4.2.0-dev2 4.2.0-beta1 4.1.4 4.1.3 4.1.2 4.1.1 4.1.0 4.1.0-beta3 4.1.0-dev3 4.0.9 4.1.0-beta2 4.1.0-dev2 4.0.8 4.1.0-beta1 4.1.0-dev1 4.0.7 All 451 releases
← All changes | includes/controls/text.php +1 -5 4.1.0-dev23.11.2 View file →
@@ -46,9 +46,9 @@
46 46 <# if ( data.label ) {#>
47 47 <label for="<?php $this->print_control_uid(); ?>" class="elementor-control-title">{{{ data.label }}}</label>
48 48 <# } #>
49 49 <div class="elementor-control-input-wrapper elementor-control-unit-5 elementor-control-dynamic-switcher-wrapper">
50 - <input id="<?php $this->print_control_uid(); ?>" type="{{ data.input_type }}" class="tooltip-target elementor-control-tag-area" data-tooltip="{{ data.title }}" data-setting="{{ data.name }}" placeholder="{{ view.getControlPlaceholder() }}" />
50 + <input id="<?php $this->print_control_uid(); ?>" type="{{ data.input_type }}" class="tooltip-target elementor-control-tag-area" data-tooltip="{{ data.title }}" title="{{ data.title }}" data-setting="{{ data.name }}" placeholder="{{ view.getControlPlaceholder() }}" />
51 51 </div>
52 52 </div>
53 53 <# if ( data.description ) { #>
54 54 <div class="elementor-control-field-description">{{{ data.description }}}</div>
@@ -71,12 +71,8 @@
71 71 return [
72 72 'input_type' => 'text',
73 73 'placeholder' => '',
74 74 'title' => '',
75 - 'ai' => [
76 - 'active' => true,
77 - 'type' => 'text',
78 - ],
79 75 'dynamic' => [
80 76 'categories' => [
81 77 TagsModule::TEXT_CATEGORY,
82 78 ],