yesAriaLabel property
The text to be used as an ARIA label on the save button.
For example, Ok
, Apply
, etc. Defaults to null
so screen readers will
read the button text as the label.
Implementation
@Input()
String? yesAriaLabel;
The text to be used as an ARIA label on the save button.
For example, Ok
, Apply
, etc. Defaults to null
so screen readers will
read the button text as the label.
@Input()
String? yesAriaLabel;