I hereby claim:
- I am lende on github.
- I am lende (https://keybase.io/lende) on keybase.
- I have a public key ASCEmozRWyULDZABDiC1sQQBWk2cZno4cXhuKVQCZr1Fsgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| import React from 'react'; | |
| import ReactDOM from 'react-dom'; | |
| class Input extends React.Component { | |
| shouldComponentUpdate() { | |
| // Do not update component (value) when focused (user is typing) | |
| return document.activeElement !== this._self; | |
| } | |
| render() { | |
| return ( |