mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-11 09:52:35 +00:00
Fixed #108 - Enhance ARIA roles and attributes for the components
This commit is contained in:
parent
8ebfefd7fa
commit
1dbdf3c310
100 changed files with 590 additions and 287 deletions
1
src/components/radiobutton/RadioButton.d.ts
vendored
1
src/components/radiobutton/RadioButton.d.ts
vendored
|
@ -3,6 +3,7 @@ import Vue from 'vue';
|
|||
export declare class RadioButton extends Vue {
|
||||
value: any;
|
||||
modelValue: any;
|
||||
ariaLabelledBy?: string;
|
||||
$emit(eventName: 'click', event: Event): this;
|
||||
$emit(eventName: 'input', value: any): this;
|
||||
$emit(eventName: 'change', event: Event): this;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue