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
2.4.2
file to fix
key={animal.key}
No response
<Select items={animals} label="Favorite Animal" placeholder="Select an animal" className="max-w-xs" > {(animal) => <SelectItem>{animal.label}</SelectItem>} 👈💥 </Select>
<Select items={animals} label="Favorite Animal" placeholder="Select an animal" className="max-w-xs" > {(animal) => <SelectItem key={animal.key}>{animal.label}</SelectItem>} 👈✅ </Select>
Windows 11
Chrome
The text was updated successfully, but these errors were encountered:
ENG-1459 [BUG] - Select: missing key attribute in the code example
Sorry, something went wrong.
Fixed in #3883. Please wait for next release.
Successfully merging a pull request may close this issue.
NextUI Version
2.4.2
Describe the bug
Missing key attribute in the code example (NextUI doc reference)
file to fix
Your Example Website or App
No response
Steps to Reproduce the Bug or Issue
Current
Expected behavior
Should be
Screenshots or Videos
Operating System Version
Windows 11
Browser
Chrome
The text was updated successfully, but these errors were encountered: