axel-zarate / js-custom-select

Custom auto-complete select box for AngularJS and Bootstrap
MIT License
68 stars 59 forks source link

Only need one [tab] key to move to next field #55

Closed softdevca closed 11 months ago

softdevca commented 7 years ago

Before this fix the user had to press tab twice to move to the next field in a form. Also, event.preventDefault is not needed when event.stopPropogation is called because the default handler won't be called anyway.