Where is the autocomplete in react components located?

I need to know where is the autocomplete component in react located since I need to retrieve more info in renderItem, I checked listItem and other and nothing there!

I need to have more extra objects values here:

or Is there a way to have more values returned in renderItem item without altering the code? My source in the query to db returns more info I need there in renderItem to create a custom checkbox or list depending of recursive hierarchy in the list with nested items containing more values to select…

thanks for any help!