buttonAriaDescribedBy property

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

One or more space-delimited ids of elements that provide additional description for the button for the drop down.

Implementation

@Input()
String? buttonAriaDescribedBy;