Blame view

imports/modules/get-input-value.js 118 Bytes
cac7cbc73   tmcdeveloper   4.1.0 release
1
2
3
  import ReactDOM from 'react-dom';
  
  export const getInputValue = (component) => ReactDOM.findDOMNode(component).value;