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

@ -77,6 +77,12 @@ const AutoCompleteProps = [
default: 'null',
description: 'Default text to display when no option is selected.'
},
{
name: 'loading',
type: 'boolean',
default: 'false',
description: 'Whether the multiselect is in loading state.'
},
{
name: 'disabled',
type: 'boolean',