xnimorz/masked-input

IInputProps should extend the default props

rotexhawk opened this issue · 4 comments

It's probably a good idea to extend the default react input props instead of providing a custom type because currently if you pass valid input props such as required or className you get type error. It will still work as is because we passthrough the props anyways.

I opened a pr in here:
#54

Thanks for the contribution, @mkeskin !

Published in 3.2.1

@xnimorz FYI 3.2.1 is missing built /lib files and is not tagged latest on NPM.