This repository was archived by the owner on May 29, 2019. It is now read-only.
This repository was archived by the owner on May 29, 2019. It is now read-only.
clearing a typeahead doesn't work when it's typeahead-editable="false" #1620
Closed
Description
I think I found a small bug a typeahead. When I try to clear the typeahead (by setting its model to undefined), it works fine if the typeahead is editable, but it doesn't if it's not editable (i.e. its typeahead-editable attribute is false).
The bug is illustrated, with an ugly workaround, in this plunkr