I have been trying to get an autocomplete component to save the state when a user types and clicks an item from the autocomplete list. I'm trying to filter my table using this state. Currently my table is filtering as data is typed into the text field but not when an item is clicked.
Here is my Autocomplete and TextField:
Here is my Table:
Here is my interface:
Any help would be great guys, thanks


