9.4.0 - 2022-04-08
Enhancements
- Increased token coverage by creating
@keyframestokens and replacing hardcoded instances (5427) - Added support for setting a ReactNode on
DataTabletotalsNameprop (#5454) - Added a
verticalContentprop toTextFieldto support rendering markup above the input value (#5392) - Added a
suggestionprop onTextFieldto support inline autocomplete (5303) - Added support for setting
ariaAutocompletetobothonCombobox.TextField(5303) - Added a
willLoadMoreOptionsprop toComboboxthat's passed toListboxthrough context so thatonKeyToBottomis only called ifwillLoadMoreOptionsistrue(5303) - Improved
Autocompleteperformance when options are lazy loaded by passingwillLoadMoreResultsto theComboboxwillLoadMoreOptionsprop when present (5303) - Updated
Listboxscroll UX to behave natively when navigating options with keyboard instead of scrolling the active option to the top of the visible list (5303)