mirror of
https://github.com/Choices-js/Choices.git
synced 2026-03-14 14:45:47 +01:00
Use objects for args where necessary
This commit is contained in:
parent
527feb1126
commit
1309d46c87
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@
|
|||
<input class="form-control" id="choices-text-i18n" type="text">
|
||||
|
||||
<label for="choices-text-rtl">Right-to-left</label>
|
||||
<input class="form-control" id="choices-text-rtl" type="text" value="Value 1, Value 2" dir="rtl">
|
||||
<input data-trigger class="form-control" id="choices-text-rtl" type="text" value="Value 1, Value 2" dir="rtl">
|
||||
|
||||
<hr>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue