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