inputAutocomplete property
The autocomplete attribute for the inner input element.
Defines the type of autocomplete functionality for the input. For example,
can be on
or `off``.
Note: Setting this field may depend on the browser implementation and is not guaranteed to turn off the autocomplete functionality.
Implementation
@Input()
String? inputAutocomplete;