v1.0.42
Added
- Accessibility improvements to the clear button present on the dropdowns. (PR #314 by @joselrio)
- New property ariaLabelClearButtonText: 'Clear button' that will help enhance accessibility when focusing on the dropdown clear button making it more verbose. (PR #316 by @gnbm )
Fixed
- #298 - Fixed an issue when destroying an instance of the virtual select, where the event listeners associated with it were not being properly removed. (PR #304 by @OS-giulianasilva)
- #311 - Fixed an issue when using dropdown with options shown as tags where the options had HTML content, causing the display of the tags to get broken. (PR #315 by @gnbm)
- #313 - Fixed an issue when using dropdown with settings including
allowNewOption: true
with an empty list of options that caused the search input to be disabled. (PR #315 by @gnbm) - Fixed an issue when using popup mode and preselected values that forced the focus to go to the dropdown when entering a screen. (PR #307 by @bmarcelino-fe)