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
I'm submitting a bug report
Codesandbox Case (Bug Reports) https://codesandbox.io/s/primereact-test-6mz11
Current behavior When mapping items ListBox use option.label as key, which possibly can be duplicate
option.label
Expected behavior Use unique keys
React version: 16.13.1
PrimeReact version: 4.2.1
Browser: all
Language: all
The text was updated successfully, but these errors were encountered:
Same issue in dropdown component
Sorry, something went wrong.
Merge pull request #1401 from Amadey666/master
b162ac8
Fixed #1397 - duplicate key error in listbox and dropdown
Successfully merging a pull request may close this issue.
I'm submitting a bug report
Codesandbox Case (Bug Reports)
https://codesandbox.io/s/primereact-test-6mz11
Current behavior
When mapping items ListBox use
option.label
as key, which possibly can be duplicateExpected behavior
Use unique keys
React version:
16.13.1
PrimeReact version:
4.2.1
Browser:
all
Language:
all
The text was updated successfully, but these errors were encountered: