Refactor #3922 - For AutoComplete

This commit is contained in:
Tuğçe Küçükoğlu 2023-05-05 09:40:09 +03:00
parent 4c5d66f2de
commit 327cbbd9bc
4 changed files with 152 additions and 18 deletions

View file

@ -250,6 +250,12 @@ const AutoCompleteProps = [
type: 'string',
default: 'null',
description: 'Identifier of the underlying input element.'
},
{
name: 'pt',
type: 'any',
default: 'null',
description: 'Uses to pass attributes to DOM elements inside the component.'
}
];