Skip to content

Commit c2970f0

Browse files
committed
Fix typo
1 parent de66798 commit c2970f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@
227227
* Allow user-created choices for selects. [#1117](https://github.com/Choices-js/Choices/issues/1117) [#1114](https://github.com/Choices-js/Choices/issues/1114)
228228
* User input is escaped by default. At the risk of XSS attacks this can be disabled by `allowHtmlUserInput`.
229229
* 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`.
231231
* Add `removeItemButtonAlignLeft` option, to control if the remove item button is at the start or the end of the item.
232232
* Add `removeChoice` method. Removes the choice from the `choices.js` object and any backing `<option>` HTML element
233233
* Add `refresh` method. Reloads choices from the backing `<select>`s options.

0 commit comments

Comments
 (0)