Skip to content

Commit 4a977b3

Browse files
Update ui_dropdown.html - Added info about resetSearch
Added information about msg.resetSearch (delete user search term)
1 parent f4da205 commit 4a977b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nodes/locales/en-US/ui_dropdown.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<p>The configured value of the selected item will be returned as <code>msg.payload</code>.</p>
66
<p>Setting <code>msg.payload</code> to one of the item values will preset the choice in the dropdown.
77
If using the multi-select option then the payload should be an array of values.</p>
8+
<p>Optionally user search term can deleted if set the <code>msg.resetSearch</code> property is present and true.</p>
89
<p>Optionally the <b>Topic</b> field can be used to set the <code>msg.topic</code> property.</p>
910
<p>The Options may be configured by inputting <code>msg.options</code> containing an array.
1011
If just text then the value will be the same as the label, otherwise you can specify both by

0 commit comments

Comments
 (0)