indrimuska / angular-selector

A native AngularJS directive that transform a simple <select> box into a full html select with typeahead.
http://indrimuska.github.io/angular-selector
MIT License
96 stars 36 forks source link

Overriding default backspace behavior #27

Closed thrilleratwork closed 8 years ago

thrilleratwork commented 8 years ago

When Angular-Selector is in single select mode, is there an option or an ability to override the default backspace behavior of removing the entire selection?

I would like ability to press backspace and instead of clearing the selected value, have the value prepopulated in the typeahead input and filter rerun for this value.

indrimuska commented 8 years ago

Hi @thrilleratwork, at the moment Angular Selector doesn't have that feature, but I think it could be very useful. Would you like to contribute in making this real?