john-oc / acute-select

Dropdown List Component for AngularJS - NO LONGER UNDER ACTIVE DEVELOPMENT
MIT License
123 stars 83 forks source link

Stops filtering if erroneous values are entered in comboMode #37

Closed shawndotey closed 9 years ago

shawndotey commented 9 years ago

While in comboMode, if you type a value not listed, the drop down list will filter until it reaches a value that does not exist. Then you can not retrieve the full list, only what the last known good filter was. Also, if you filter down to a known value but don't select it, but instead, blur and focus on another element, it will not reset the filtered list, again it will only show the last known good filtered list (not the whole list). And yes this includes deleting what is in the input box.

john-oc commented 9 years ago

This is now fixed.