Skip to content

Commit

Permalink
URL Control: Add autocomplete argument (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
rami-elementor authored Aug 17, 2023
1 parent 84c8218 commit b151813
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/editor-controls/control-url.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,12 @@ When using this control, the `type` should be set to `\Elementor\Controls_Manage
<td>Paste URL or type</td>
<td>The field placeholder that appears when the field has no values.</td>
</tr>
<tr>
<td><code>autocomplete</code></td>
<td><code>bool</code></td>
<td>true</td>
<td>Whether to allow search functionality.</td>
</tr>
<tr>
<td><code>options</code></td>
<td><code>array</code>|<code>false</code></td>
Expand Down

0 comments on commit b151813

Please sign in to comment.