yesAriaLabel property

  1. @Input()
String? yesAriaLabel
getter/setter pair

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;