ariaLabelledBy property

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

The label which will be set to select group's aria-labelledby.

Implementation

@Input()
String? ariaLabelledBy;