This commit is contained in:
Tuğçe Küçükoğlu 2023-08-11 14:18:24 +03:00
parent bdbc67e3df
commit a242e3c8fe

View file

@ -306,7 +306,7 @@ export interface AutoCompleteProps {
*/
placeholder?: string | undefined;
/**
* Whether the multiselect is in loading state.
* Whether the autocomplete is in loading state.
* @defaultValue false
*/
loading?: boolean | undefined;