We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
Minimum IE version which is supported by Volicon frameworks is IE10.
You could propose the fix in the PR for the tags.jsx, though.
tags.jsx
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: