Skip to content

Commit 566857e

Browse files
authored
Merge pull request #296 from Banandrew/5057
Elaborated the use of a hidden input
2 parents 98d5706 + 3c728fe commit 566857e

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
@@ -2046,7 +2046,7 @@ themes : ['Default', 'GitHub', 'Material']
20462046
<div class="no example">
20472047
<h4 class="ui header">Multiple Selections</h4>
20482048
<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>
2049-
<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>
2049+
<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>
20502050
<div class="code" data-type="javascript" data-demo="true">
20512051
$('#multi-select')
20522052
.dropdown()

0 commit comments

Comments
 (0)