onBlur prop for TextInput component
Closed this issue · 1 comments
SarthakSri98 commented
In the TextInput component currently it doesn't have onBlur prop.
For components that are wrapper around html elements, we can extend type for that component according to the element (HTMLInputelement in this case) and pass rest of the props directly to underlying html element.
StTronn commented
This is resolved you can use OnBlur as well as other props defined in <input>
component