We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Creating a controlled Select does not seem to work with numbers. Using strings works fine.
https://playground.solidjs.com/anonymous/fa9dd633-0354-4a80-94fa-d308fdfa8e2e
Either it works or numbers are not allowed as Select values. Type is:
JSX.OptionHTMLAttributes<HTMLOptionElement>.value?: string | number | string[] | undefined
No response
The text was updated successfully, but these errors were encountered:
Duplicate of #2144.
Already fixed .. will be in the next release.
Sorry, something went wrong.
@ryansolid was the fix released? I see the issue is still open and the Playground still shows the issue 👀
Oh yeah I think you are right. I haven't done a Solid release recently. So this probably hasn't been released yet.
6693b56
No branches or pull requests
Describe the bug
Creating a controlled Select does not seem to work with numbers. Using strings works fine.
Your Example Website or App
https://playground.solidjs.com/anonymous/fa9dd633-0354-4a80-94fa-d308fdfa8e2e
Steps to Reproduce the Bug or Issue
Expected behavior
Either it works or numbers are not allowed as Select values. Type is:
Screenshots or Videos
No response
Platform
Additional context
No response
The text was updated successfully, but these errors were encountered: