react-numeric-input
react-numeric-input copied to clipboard
How to change wrapped class name for use own style
When I put className it only for <input />
<NumericInput className="form-control" style={false} ... />
I need to write my CSS on each control how I can do?
