NestedLink
NestedLink copied to clipboard
IE9: deleting data in input doesn't go to the state
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.
Minimum IE version which is supported by Volicon frameworks is IE10.
You could propose the fix in the PR for the tags.jsx, though.