Autocomplete component doesn't appear to be adding key
to auto complete items
#6394
Labels
Resolution: Duplicate
Issue has already been reported or a pull request related to same issue has already been submitted
Milestone
Describe the bug
createListItem
is being passedundefined
for thekey
argument inAutoCompletePanel.js
in a couple of places, which I assume is the root cause of akey
not being placed on the rendered contentReproducer
https://stackblitz.com/edit/pz5nwb?file=src%2FApp.jsx
PrimeReact version
10.6.3
React version
18.x
Language
TypeScript
Build / Runtime
Vite
Browser(s)
No response
Steps to reproduce the behavior
key
missingExpected behavior
React won't complain about the
key
prop missing from a list of itemsThe text was updated successfully, but these errors were encountered: