pull/4262/head
Tuğçe Küçükoğlu 2023-08-11 14:18:24 +03:00
parent bdbc67e3df
commit a242e3c8fe
1 changed files with 1 additions and 1 deletions

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;