From 7fb5a48a52227cc9580273dd85e504a7fde96052 Mon Sep 17 00:00:00 2001 From: Justin Slattery Date: Mon, 13 Mar 2017 13:31:44 -0700 Subject: [PATCH] Use onInput work around for IE11 react input bug Temporary fix for issue here: https://github.com/facebook/react/issues/7027 --- package.json | 2 +- src/Input.jsx | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 2ab88f4..b9abeeb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "carbondream", - "version": "0.3.1", + "version": "0.4.1", "description": "React web annotation engine", "homepage": "http://carbondream.zeroarc.com/", "main": "dist/entry.js", diff --git a/src/Input.jsx b/src/Input.jsx index 6efe82b..50e1ee2 100644 --- a/src/Input.jsx +++ b/src/Input.jsx @@ -57,13 +57,14 @@ export default class Input extends React.Component { const cancelClasses = ClassNames('btn btn-xs cancel'); + //HACK: Using onInput instead of onChange see: https://github.com/facebook/react/issues/7027 return (