vlad-ignatov / react-numeric-input

Numeric input component for react
MIT License
280 stars 104 forks source link

Can't adjust width #125

Closed WebExp0528 closed 3 years ago

WebExp0528 commented 4 years ago

I can't find an option for changing width.

nangui commented 4 years ago

If you want to change a wrapper width you can do that like this:  

<NumericInput style={{ wrap: { width: 100 }, }} className="form-control"/>