Fixed #4253 - AutoComplete: loading state

This commit is contained in:
Tuğçe Küçükoğlu 2023-08-10 11:38:09 +03:00
parent 5d74eae8a8
commit eca735c8c8
4 changed files with 17 additions and 2 deletions

View file

@ -305,6 +305,11 @@ export interface AutoCompleteProps {
* Default text to display when no option is selected.
*/
placeholder?: string | undefined;
/**
* Whether the multiselect is in loading state.
* @defaultValue false
*/
loading?: boolean | undefined;
/**
* When present, it specifies that the component should be disabled.
* @defaultValue false