-
Notifications
You must be signed in to change notification settings - Fork 161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
<igx-simple-combo> Selection lost on blur #11111
Comments
I am experiencing this issue as well after moving from 13.0.11 to 13.0.13 |
@jackofdiamond5, @Lipata and @dkamburov - This is still happening in 13.1.7, and is still happening in this demo: https://www.infragistics.com/products/ignite-ui-angular/angular/components/simple-combo#two-way-binding |
Please reopen this issue |
@mikerentmeister This has worked fine for me since 13.1.5. I just upgraded to 13.1.7 and it's still working properly. |
@grosch-intl I just tested it and there is a small issue with two-way binding where after the app has fired up, if you have an initial value in the combo and you focus/blur then it clears. I believe this is what @mikerentmeister is talking about - and thank you for pointing it out, it seems like we've missed it during testing so I'll create PRs for it shortly. :) |
Description
Selection is lost when leaving the combo box
I can repro the issue in the demo.
https://www.infragistics.com/products/ignite-ui-angular/angular/components/simple-combo#two-way-binding
Steps to reproduce
Result
Selection not retained
Expected result
Selection is retained.
Attachments
Ignite Demo
The text was updated successfully, but these errors were encountered: