inputAriaActivedescendent property

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

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

Implementation

@Input()
String? inputAriaActivedescendent;