v1.0.45
Added
- #312 - Added the following configuration options:
additionalDropboxClasses
- additional classes for dropbox elementadditionalDropboxContainerClasses
- additional classes for the dropbox container elementadditionalToggleButtonClasses
- 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)