inputAriaDescribedBy property
The ID of an element which should be assigned to the inner input element's aria-describedby attribute.
Implementation
@Input()
String? inputAriaDescribedBy;
The ID of an element which should be assigned to the inner input element's aria-describedby attribute.
@Input()
String? inputAriaDescribedBy;