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

Input data was spoiled after typing special chars! #982

Open YuryMisak opened 5 years ago

YuryMisak commented 5 years ago

When user enter special chars like a coma or PrintScreen button after select item from selectbox, input value sets to unexpected chars, e.g. ',' for PrintScreen. Steps to reproduce: 1) Click on SelectBox 2) Select item from dropdown list 3) Click PrintScreen tab

I think, this bug located in mainClick() method, which handles keyup event.