reactjs / react-autocomplete

WAI-ARIA compliant React autocomplete (combobox) component
MIT License
2.17k stars 532 forks source link

react-autcomplete only passes value to onSelect, instead of passing the item. #331

Closed r3wt closed 6 years ago

r3wt commented 6 years ago

Common situation our items are like:

{
 id: 1,
 title: 'Example'
}

with onSelect we want to update the state with both id and title, but react-autocomplete only passes the title! is there any work around?

r3wt commented 6 years ago

was a typo, my apologies.