Skip to content
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

checkbox and checkbox panel do not work properly with change event in Edge and IE #20

Closed
kyubisation opened this issue May 28, 2019 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@kyubisation
Copy link
Collaborator

Copied from https://issues-ext.sbb.ch/browse/SACL-140

SBB Checkbox and SBB Checkboxpanel do not work properly with (change) event exclusively in Edge and Internet Explorer - fyi: the native html checkbox works properly in Edge and IE with (change) event. In other Browsers first ngModel binding is done and then event binding - ironically Edge and Internet Explorer have in this case a different sequence. Changing to (ngModelChange) has fixed the bug. Please note in documentation that Checkboxes in IE and Edge only work properly with (ngModelChange) or fix the components in order to work with (change) in IE and Edge properly.

@kyubisation kyubisation added the bug Something isn't working label May 28, 2019
@kyubisation kyubisation self-assigned this May 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant