kevin
kevin
@Valerika i used @chrisjpatty 's hints this way: ``` (this.myRef = ref)}> ``` And within ``: ``` handlePrint = () => { this.props.newWindowRef.window.print() } ```
Yes with some css/js of my own. But i didn't change the plugin original files. For the css i just set the left arrow to a display:none. Here's the javascript...
Just saw that issue as well, in my case i have several `` and my function in `onChange` is called automatically for each `NumericInput` component on page load. I'll try...
Yes i already do this: ``` this.handleInputChange( valueAsNumber, param2, param3, param4 )} min={0} ``` Still calls the function.