v0.147.0
Minor Changes
- #1245
e1f53628Thanks @tenphi! - AddSearchComboBox— a search-styled combobox for "search and act" flows. It firesonSelect/onSubmitand clears the input after each action, supports external (server-side) filtering withfilter={false}, delays the loading indicator (vialoadingDelay, default 1s) to avoid flicker on fast responses, and accepts a customemptyLabel.
Patch Changes
-
#1245
e1f53628Thanks @tenphi! - Fix ComboBox clear button requiring two clicks to clear the value while the options popover is open. The clear button now dismisses the popover and clears the value in a single click. -
#1245
e1f53628Thanks @tenphi! - Fix ComboBox loading icon alignment so it occupies the same square slot as the left icon.