Skip to content

v1.0.45

Latest
Compare
Choose a tag to compare
@gnbm gnbm released this 26 Aug 15:08
7c88db0

Added

  • #312 - Added the following configuration options:
    • additionalDropboxClasses - additional classes for dropbox element
    • additionalDropboxContainerClasses - additional classes for the dropbox container element
    • additionalToggleButtonClasses - additional classes for the toggle button element (PR #334 by @gnbm)
    • A new documentation section called Custom styling was added to better showcase the usage of these new options
  • Added a callback function called selectedLabelRenderer to render the label of the selected item when select is closed, similar to labelRenderer (PR #337 by @AlexeySemenko )

Fixed

  • Fixed an accessibility issue to guarantee that the component's focus occurs when the dropdown is closed. (PR #350 by @JoaoFerreira-FrontEnd)