- Fixed a Pagination regression in the List component that was introduced in v2.48.0 where
onClickItemwas returning incorrect items and indices whenpaginateprop is set. (#7834) - Added an
aria-labelto the search input in Select. This label can be customized via the Grommetmessagesprop,messages.select.searchA11y. (#7836) - Added
aria-labelsto the listboxes in Select and SelectMultiple. These labels can be customized via the Grommetmessagesprop,messages.select.optionsA11yandmessages.selectMultiple.optionsA11y. (#7836) - Added the
Searchicon to the search input in Select and SelectMultiple. This icon can be customized via thethemeprop,select.icons.search. (#7836)