osstotalsoft / rocket-ui-ts

A collection of reusable and composable React components written in TypeScript built on top of Material UI Core V5
MIT License
19 stars 4 forks source link

Forwarded the Event and Reason #43

Closed dragos-rosca closed 1 year ago

dragos-rosca commented 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