Skip to content

v0.147.0

Choose a tag to compare

@github-actions github-actions released this 21 Jul 16:05
ec32b7b

Minor Changes

  • #1245 e1f53628 Thanks @tenphi! - Add SearchComboBox — a search-styled combobox for "search and act" flows. It fires onSelect/onSubmit and clears the input after each action, supports external (server-side) filtering with filter={false}, delays the loading indicator (via loadingDelay, default 1s) to avoid flicker on fast responses, and accepts a custom emptyLabel.

Patch Changes

  • #1245 e1f53628 Thanks @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 e1f53628 Thanks @tenphi! - Fix ComboBox loading icon alignment so it occupies the same square slot as the left icon.