Blame view

imports/client/app/utils/get-input-value.js 155 Bytes
c4d3e07d0   Deepak   added login/reset...
1
2
3
4
5
  // TODO WTF: what is this thing? -H
  
  import ReactDOM from 'react-dom';
  
  export const getInputValue = (component) => ReactDOM.findDOMNode(component).value;