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
Add object as a value for checkbox/switch/select etc.. Invalid prop: type check failed for prop "value". Expected String, Number, Boolean, got Object.
Invalid prop: type check failed for prop "value". Expected String, Number, Boolean, got Object.
All
You should be able to use objects as values too
The text was updated successfully, but these errors were encountered:
#1556
Sorry, something went wrong.
No branches or pull requests
Steps to reproduce
Add object as a value for checkbox/switch/select etc..
Invalid prop: type check failed for prop "value". Expected String, Number, Boolean, got Object.
Which browser?
All
What is expected?
You should be able to use objects as values too
What is actually happening?
Invalid prop: type check failed for prop "value". Expected String, Number, Boolean, got Object.
The text was updated successfully, but these errors were encountered: