[feat]: Consistent loading state for Select
and Combobox
#1331
Labels
issue: enhancement
Issue suggesting an enhancement to an existing feature
source: design-system
relates to design-system package
A clear and concise description of what the feature is
Add a
isLoading
property toSelect
andCombobox
components, to render a spinner.Why should this feature be included?
In the CMS we have to load a lot of data when rendering, which leads to loading spinners. The
Select
andCombobox
components are not exceptions and often depend on data being loaded (e.g. for review workflows).While it is possible to set a loading state for
Select
viacustomizeContent
it is not forCombobox
, and therefore when used together both components appear different during the loading phase.Please provide an example for how this would work
see above
The text was updated successfully, but these errors were encountered: