I want to use Autocomplete component for input tags. I\'m trying to get the tags and save them on a state so I can later save them on the database. I\'m using funct
Autocomplete
Are you sure you used onChange correctly?
onChange
onChange signature: function(event: object, value: any) => void
function(event: object, value: any) => void