Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛InputProps type is missing native props #3613

Open
oddvernes opened this issue Sep 4, 2024 · 0 comments
Open

🐛InputProps type is missing native props #3613

oddvernes opened this issue Sep 4, 2024 · 0 comments
Assignees

Comments

@oddvernes
Copy link
Collaborator

oddvernes commented Sep 4, 2024

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

@oddvernes oddvernes self-assigned this Sep 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant