Standard Library by Xon

Add-ons Standard Library by Xon 1.22.3

Register & Get access to index
  • Fix single-select mode could incorrectly have multiple items selected when pre-rendering choices.js widget
  • Workaround unexpected behavior in \XF::options() and strongly typed property hints (generated by XF CLI command xf-dev:generate-options-stub) which may cause bugs in some add-ons
  • Update choices.js v11.1.0
    • Remove role="textbox" from search input, per a11y practices
    • Add choices.search-kmp.js build, more advanced than a simple prefix match but less complex than using FUSE for search
    • Support <option label="..." /> HTML (not generated by XF natively)
  • Like
Reactions: Sworond
  • Update to choices.js v11.0.6
    • Fix regression where clicking the item would close & then re-open the dropdown instead of expected behavior
    • Fix regression in setChoices API call (interaction with selected items, does not affect bundled select.js library)
Back
Top Bottom