inputAriaControls property

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

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

Implementation

@Input()
String? inputAriaControls;