Refactor #3922 - For Listbox

This commit is contained in:
Tuğçe Küçükoğlu 2023-05-08 00:07:47 +03:00
parent 189dea4d51
commit a84c2587e3
4 changed files with 173 additions and 16 deletions

View file

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