You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for some reason & HTMLAttributes<HTMLInputElement> is not included in the type. This could be an oversigth or intentional, but I don't see why not include this. The consequence is that developers have to add type to events and such manually
Edit: it is because the types are added in textfield depending if its textarea or input. But i'll leave this ticket up for now since there is perhaps improvements that could be done so types work properly for input as well
The text was updated successfully, but these errors were encountered:
for some reason
& HTMLAttributes<HTMLInputElement>
is not included in the type. This could be an oversigth or intentional, but I don't see why not include this. The consequence is that developers have to add type to events and such manuallyEdit: it is because the types are added in textfield depending if its textarea or input. But i'll leave this ticket up for now since there is perhaps improvements that could be done so types work properly for input as well
The text was updated successfully, but these errors were encountered: