I am encountering an issue with the <md-autocomplete>
component as demonstrated in this example:
The
<md-autocomplete md-clear-button="true">
feature does not seem to be functioning. I would expect a clear button (cross) to appear at the end of the input field, similar to the one shown in the official Basic Usage demo.
If anyone could update my demo so that the clear button works properly, it would be greatly appreciated.