inputAriaOwns property

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

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

Implementation

@Input()
String? inputAriaOwns;