lordfriend / nya-bootstrap-select

An AngularJS select replacement which build select like dropdown component with collection and ng-model support
http://nya.io/nya-bootstrap-select/
MIT License
178 stars 81 forks source link

Change selected item on focus with keyboard typing #141

Closed capesean closed 8 years ago

capesean commented 8 years ago

Is it possible to select the first option that matches what you are typing when the control has focus? Much like you could do with a plan HTML select control, so if you typed "TW" in this plnkr, it would select the option "TWO"... http://embed.plnkr.co/zm0sQUMcYacNb4jNdpMM/

Is that currently possible?

lordfriend commented 8 years ago

Sorry, the feature is not implemented. Maybe the live-search="true" would help

capesean commented 8 years ago

Thanks, that seems to work.

:+1: