valor-software / ng2-select

Angular based replacement for select boxes
http://valor-software.github.io/ng2-select/
MIT License
676 stars 588 forks source link

Bug on reverse tab to select field #960

Open mstivali opened 6 years ago

mstivali commented 6 years ago

Hi,

I noticed there is a bug happening when the ng2-select field is selected using reverse tab. Steps to reproduce:

1) Visit ng2-select demo page: https://valor-software.com/ng2-select/ 2) Use tab to place focus on the 'disable' button 3) Press shift+tab to trigger a reverse tab and focus on the ng2-select field 4) Upon release of shift+tab you will notice a special character getting inserted that does not belong => '' gets inserted into the field

mstivali commented 5 years ago

Any chance you guys could take a look at this?