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

IE9: deleting data in input doesn't go to the state #29

Open
Graograman83 opened this issue Aug 24, 2017 · 1 comment
Open

IE9: deleting data in input doesn't go to the state #29

Graograman83 opened this issue Aug 24, 2017 · 1 comment

Comments

@Graograman83
Copy link

IE 9 does not fire an input event when the user deletes characters from an input (e.g. by pressing Backspace or Delete, or using the "Cut" operation)

https://developer.mozilla.org/en-US/docs/Web/Events/input#Browser_compatibility

So the onChange event isn't triggered by deleting characters -> another event should be used in case of IE9.

@gaperton
Copy link

Minimum IE version which is supported by Volicon frameworks is IE10.

You could propose the fix in the PR for the tags.jsx, though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants