This commit is contained in:
tugcekucukoglu 2024-05-06 18:32:04 +03:00
parent fd76fe68a1
commit d7a42ed9c3
12 changed files with 255 additions and 157 deletions

View file

@ -209,9 +209,9 @@ export interface MultiSelectPassThroughOptions {
*/
emptyMessage?: MultiSelectPassThroughOptionType;
/**
* Used to pass attributes to the hidden input's DOM element.
* Used to pass attributes to the hidden input container's DOM element.
*/
hiddenInput?: MultiSelectPassThroughOptionType;
hiddenInputContainer?: MultiSelectPassThroughOptionType;
/**
* Used to pass attributes to the hidden first focusable element's DOM element.
*/