Closed fabioimpe closed 1 year ago
Since the onBlur prop is directly forwarded to the underlining component, there is no point to omit the event itself from the type signature
onBlur
We have a case where we need access to the event itself and would be useful to access it without having to suppress the type error
Since the
onBlur
prop is directly forwarded to the underlining component, there is no point to omit the event itself from the type signatureWe have a case where we need access to the event itself and would be useful to access it without having to suppress the type error