Update API doc
parent
862c277472
commit
a33fbfa90f
|
@ -7831,6 +7831,14 @@
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Used to pass attributes to the hidden input container's DOM element."
|
"description": "Used to pass attributes to the hidden input container's DOM element."
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "hiddenInput",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "CascadeSelectPassThroughOptionType",
|
||||||
|
"default": "",
|
||||||
|
"description": "Used to pass attributes to the hidden input's DOM element."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "hiddenSelectedMessage",
|
"name": "hiddenSelectedMessage",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
|
@ -39595,6 +39603,14 @@
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Used to pass attributes to the hidden input container's DOM element."
|
"description": "Used to pass attributes to the hidden input container's DOM element."
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "hiddenInput",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "MultiSelectPassThroughOptionType",
|
||||||
|
"default": "",
|
||||||
|
"description": "Used to pass attributes to the hidden input's DOM element."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "hiddenFirstFocusableEl",
|
"name": "hiddenFirstFocusableEl",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
|
|
1039
pnpm-lock.yaml
1039
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue