react-component / input-number

React Input Number

Home Page:https://input-number.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No option to attatch custom className on the input

sharvit opened this issue · comments

I would like to set a custom class on the input field so I can integrate it with bs3 by adding the form-control class.

It would be nice to have a inputClassName prop so I can add my own class-name.

Thanks!

Was this feature ever considered? We ran into the same issue. For now, we used Sass to extend .form-control but we think the library should support a custom class name in the props.

Thanks

Using classNames.input #570 Does it meet your requirements?

Trace in #594