Use objects for args where necessary

This commit is contained in:
Josh Johnson 2018-05-29 19:55:33 +01:00
commit 1309d46c87

View file

@ -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>