We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4da205 commit 4a977b3Copy full SHA for 4a977b3
nodes/locales/en-US/ui_dropdown.html
@@ -5,6 +5,7 @@
5
<p>The configured value of the selected item will be returned as <code>msg.payload</code>.</p>
6
<p>Setting <code>msg.payload</code> to one of the item values will preset the choice in the dropdown.
7
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>
9
<p>Optionally the <b>Topic</b> field can be used to set the <code>msg.topic</code> property.</p>
10
<p>The Options may be configured by inputting <code>msg.options</code> containing an array.
11
If just text then the value will be the same as the label, otherwise you can specify both by
0 commit comments