Update API doc
parent
3c2e8c005c
commit
5a45168b8e
|
@ -7851,20 +7851,20 @@
|
||||||
"description": "Uses to pass attributes to the icon's DOM element."
|
"description": "Uses to pass attributes to the icon's DOM element."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "hiddenAccessible",
|
"name": "hiddenInputWrapper",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "CheckboxPassThroughOptionType",
|
"type": "CheckboxPassThroughOptionType",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Uses to pass attributes to the hidden accessible DOM element."
|
"description": "Uses to pass attributes to the hidden input wrapper's DOM element."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "inputAria",
|
"name": "hiddenInput",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "CheckboxPassThroughOptionType",
|
"type": "CheckboxPassThroughOptionType",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Uses to pass attributes to the input aria's DOM element."
|
"description": "Uses to pass attributes to the hidden input's DOM element."
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"methods": []
|
"methods": []
|
||||||
|
|
Loading…
Reference in New Issue