Skip to content

Commit 3c728fe

Browse files
authored
Elaborated the use of a hidden input
1 parent 28a1eae commit 3c728fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/documents/modules/dropdown.html.eco

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1961,7 +1961,7 @@ themes : ['Default', 'GitHub', 'Material']
19611961
<div class="no example">
19621962
<h4 class="ui header">Multiple Selections</h4>
19631963
<p>You can allow multiple selections by the <code>multiple</code> property on a <code>select</code> element, or by including the class <code>multiple</code> on a dropdown.</p>
1964-
<p>When a hidden input is used values will be passed through a single value separated by a delimiter. The default is "," but this can be changed by adjusting the <code>delimiter</code> setting.</p>
1964+
<p>When pre-existing HTML with a hidden input is used, values will be passed through a single value separated by a delimiter. The default is "," but this can be changed by adjusting the <code>delimiter</code> setting.</p>
19651965
<div class="code" data-type="javascript" data-demo="true">
19661966
$('#multi-select')
19671967
.dropdown()

0 commit comments

Comments
 (0)