v1.0.38
Added
- #238 - New property
searchNormalize: false
that will allow searching by label ignoring diacritics in order to allow things like searching for 'Goncalo' and finding 'Gonçalo' or searching for 'Pole' and finding 'Pôle'. (PR #252 by @gnbm ) - #246 - New property
searchFormLabel: 'Search'
that will the used to enhance accessibility when using the search functionality on the dropdowns (PR #253 by @gnbm ) - #246 - New property
ariaLabelText: 'Options list'
that will the used to enhance accessibility when focusing on the dropdown wrapper making it more verbose (PR #253 by @gnbm )
Fixed
- #249 - Fixed issue with markSearchResults (and labelRenderer) replacing HTML tags (PR #250 by @neonrust)
- Fixed an issue to guarantee that the select is focused after the dropdown is closed (PR #256 by @JoaoFerreira-FrontEnd)