mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-11 01:42:34 +00:00
Refactor #5681
This commit is contained in:
parent
fd76fe68a1
commit
d7a42ed9c3
12 changed files with 255 additions and 157 deletions
4
components/lib/multiselect/MultiSelect.d.ts
vendored
4
components/lib/multiselect/MultiSelect.d.ts
vendored
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue