inputAriaAutocomplete property

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

The autocomplete method applied to the inner input element.

This can be used in conjunction with inputRole values of "combobox" or "textbox". If this is "list" or "both", inputAriaHasPopup should be set to "true".

Implementation

@Input()
String? inputAriaAutocomplete;