-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
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
[Select] The value matches with reference equality, document it #17764
Comments
@LikiaSun Please provide a full reproduction test case. This would help a lot 👷 . |
hmm 🤔️ did i just write all of code on the top? |
You did but provided no environment which we asked for. You should've been presented with an issue template that includes which values are relevant. A codesandbox is an alternative to a completely filled out issue template. |
If you use objects in We should include this caveat in the docs. |
@eps1lon Agree, it's a common problem people face. With some digging, we can find duplicated issues in the repository. |
And also I just saw Select.renderValue api to let multple value or result value can be render to Select field. |
Hi, is this issue resolved? Can I take it up, if not? |
@skenypatel you are free to go :), regarding the solution, it seems that it's about mentionning the === equality check in the |
@LikiaSun I think that we should wait for the documentation to be updated before closing the issue :). |
@oliviertassinari I'm new to this, I did not understand what exactly I am supposed to do. Can anyone guide me? |
@skenypatel You need to update the value prop documentation in file Particularly on Line no 190 as show below 😄 |
Select component's onChange is work, but it cannot render selected value.
result like that
also develop tool didn't pop any error or warning
The text was updated successfully, but these errors were encountered: