buttonAriaLabelledBy property

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

The id of an element that describes the button for the drop down.

Implementation

@Input()
String? buttonAriaLabelledBy;