Skip to content

v1.0.42

Compare
Choose a tag to compare
@gnbm gnbm released this 12 Mar 22:25
· 7 commits to master since this release
7f03aa9

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)