inputAriaDescribedBy property

  1. @Input()
String? inputAriaDescribedBy
getter/setter pairoverride-setter

The ID of an element which should be assigned to the inner input element's aria-describedby attribute.

Implementation

@Input()
String? inputAriaDescribedBy;