You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -227,7 +227,7 @@
227
227
* Allow user-created choices for selects. [#1117](https://github.com/Choices-js/Choices/issues/1117)[#1114](https://github.com/Choices-js/Choices/issues/1114)
228
228
* User input is escaped by default. At the risk of XSS attacks this can be disabled by `allowHtmlUserInput`.
229
229
* Render options without a group even if groups are present. [#615](https://github.com/Choices-js/Choices/issues/615)[#1110](https://github.com/Choices-js/Choices/issues/1110)
230
-
* Read `data-labelclass`/`data-label-description` from `<option>` HTML to drive adding a per-choice CSS label and description text when `allowHtml: false`.
230
+
* Read `data-label-class`/`data-label-description` from `<option>` HTML to drive adding a per-choice CSS label and description text when `allowHtml: false`.
231
231
* Add `removeItemButtonAlignLeft` option, to control if the remove item button is at the start or the end of the item.
232
232
* Add `removeChoice` method. Removes the choice from the `choices.js` object and any backing `<option>` HTML element
233
233
* Add `refresh` method. Reloads choices from the backing `<select>`s options.
0 commit comments