vlad-ignatov/react-numeric-input

How to change wrapped class name for use own style

Opened this issue · 0 comments

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?

image