Refactor #3922 - For Dropdown

This commit is contained in:
Tuğçe Küçükoğlu 2023-05-07 23:37:26 +03:00
parent 316f94470c
commit 133c543eab
4 changed files with 213 additions and 25 deletions

View file

@ -256,6 +256,12 @@ const DropdownProps = [
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.'
}
];