mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Hidden input renaming for PT
This commit is contained in:
parent
621b56acd9
commit
3c2e8c005c
2 changed files with 6 additions and 6 deletions
8
components/lib/checkbox/Checkbox.d.ts
vendored
8
components/lib/checkbox/Checkbox.d.ts
vendored
|
@ -38,13 +38,13 @@ export interface CheckboxPassThroughOptions {
|
|||
*/
|
||||
icon?: CheckboxPassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the hidden accessible DOM element.
|
||||
* Uses to pass attributes to the hidden input wrapper's DOM element.
|
||||
*/
|
||||
hiddenAccessible?: CheckboxPassThroughOptionType;
|
||||
hiddenInputWrapper?: CheckboxPassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the input aria's DOM element.
|
||||
* Uses to pass attributes to the hidden input's DOM element.
|
||||
*/
|
||||
inputAria?: CheckboxPassThroughOptionType;
|
||||
hiddenInput?: CheckboxPassThroughOptionType;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue