sickdyd / react-search-autocomplete

A search box that filters the provided array of objects
https://sickdyd.github.io/react-search-autocomplete
MIT License
218 stars 82 forks source link

Encountered two children with the same key, `rsa-result-undefined` #46

Closed harvester-klirk closed 2 years ago

harvester-klirk commented 2 years ago

Hi guys ! Thank you for the good work Would you please add a key in the ui in Results competent thank you !

PunkSage commented 2 years ago

The key property is already provided. Make sure that each element of dataset contains a unique 'id' property.

sickdyd commented 2 years ago

@harvester-klirk I added this feature in the latest version. Check the last example in the demo: https://sickdyd.github.io/react-search-autocomplete/