buttonAriaLabelledBy property

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

The id of an element that describes the selection in the dropdown button.

For example, a text element that says "results per page" for a dropdown with numerical options.

Implementation

@Input()
String? buttonAriaLabelledBy;