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 (