This repository was archived by the owner on Sep 5, 2024. It is now read-only.
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
md-autocomplete: make clear button optional #4841
Closed
Description
Our UI designer is asking us to remove the clear button from the autocomplete component in a specific situation. I am wondering if there should be an attribute for md-autocomplete
such as disable-clear="true"
or if we should just use CSS to hide that button in the particular case.
Thoughts?