Workaround unexpected behavior in \XF:ptions() 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)