Refactor #3922 - For MultiSelect

This commit is contained in:
Tuğçe Küçükoğlu 2023-05-08 10:00:16 +03:00
parent 812e6c6a8c
commit f7bd91e3cf
4 changed files with 302 additions and 41 deletions

View file

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