IInputProps should extend the default props
rotexhawk opened this issue · 4 comments
rotexhawk commented
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.
xnimorz commented
Published in 3.2.1