·
91 commits
to main
since this release
Patch Changes
- #2297: More robust fix for an issue where nested
Popover
s were automatically closing due to faulty "outside click" detection. - #2295:
ComboBox
withmultiple={true}
properly clears its input's value whenever the filter is cleared. e.g. when an option is toggled or the combobox is unfocused. - #2288:
Table
now displays development-only console warnings when bothsubRows
andsubComponent
are simultaneously passed to it. - #2301: Fixed arrow keys page navigation in
TablePaginator
. - #2303:
TablePaginator
shows ellipses only whenever needed.