vlad-ignatov/react-numeric-input

styling the size

Closed this issue · 0 comments

I have not seen how to gain control of the size and positioning of the component. I tried to add:
style={{ float:'left', display: 'inline-block', maxWidth: 100 }}
But I cannot get any of these styles to work with your component. I want to float the items and make them smaller in width for an inline display. I was able to float a span around the NumericStepper, but the maxWidth started overlapping my spans.
Closed issue, because I found a way to change width on the input.