NestedLink icon indicating copy to clipboard operation
NestedLink copied to clipboard

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

Open Graograman83 opened this issue 8 years ago • 1 comments

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.

Graograman83 avatar Aug 24 '17 09:08 Graograman83

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

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

gaperton avatar Oct 20 '17 16:10 gaperton