Closed dragos-rosca closed 1 year ago
The Autocomplete type for onChange is saying that it will call the function with (value, event?, reason?) but the code never forwarded those last 2 parameters. This change will fix issue #42
Autocomplete
onChange
(value, event?, reason?)
The
Autocomplete
type foronChange
is saying that it will call the function with(value, event?, reason?)
but the code never forwarded those last 2 parameters. This change will fix issue #42