Fixed
-
#268 - Fixed a regression issue where pressing Shift+Tab in the search bar from the dropbox didn't focus the toggle-all checkbox (PR #372 by @OS-pedrolourenco)
-
Fixed an accessibility issue where focus was lost after closing the dropdown when navigating with the keyboard. (PR #375 by @joselrio)
-
#365 - Fixed an issue where unsafe options like JavaScript inline events being passed on the
label
orvalue
fields were executed, leading to a potential XSS vulnerability. SettingenableSecureText: true
is required for this use case to work as expected (PR #381 by @gnbm)