Files
backstage/.changeset/search-under-the-sun.md
T
Eric Peterson 8f370b038d Review feedback.
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
2022-01-24 13:11:51 +01:00

601 B

@backstage/plugin-search
@backstage/plugin-search
patch

Introduces a <SearchFilter.Autocomplete /> variant, which can be used as either a single- or multi-select autocomplete filter.

This variant, as well as <SearchFilter.Select />, now also supports loading allowed values asynchronously by passing a function that resolves the list of values to the values prop. (An optional valuesDebounceMs prop may also be provided to control the debounce time).

Check the search plugin storybook to see how to leverage these new additions.