MultiSelect hiddenInput pt fix

This commit is contained in:
Tuğçe Küçükoğlu 2023-07-07 15:57:51 +03:00
parent 63b11df3fa
commit 24e58cb64a
2 changed files with 1 additions and 5 deletions

View file

@ -78,10 +78,6 @@ export interface MultiSelectPassThroughOptions {
* Uses to pass attributes to the root's DOM element.
*/
root?: MultiSelectPassThroughOptionType;
/**
* Uses to pass attributes to the input's DOM element.
*/
input?: MultiSelectPassThroughOptionType;
/**
* Uses to pass attributes to the label container's DOM element.
*/