Sharlaan / material-ui-superselectfield

multiselection autocomplete dropdown component for Material-UI
https://sharlaan.github.io/material-ui-superselectfield
MIT License
266 stars 92 forks source link

Add event to onSelect function #165

Open ssword opened 6 years ago

ssword commented 6 years ago

Thanks for the great Selection Menu you have created. I almost give up on my project due to Material UI compatibility problem. I am currently trying to add SHIFT key support. But I can't find SHIFT keypress without event. I know that SHIFT key support is on your TODO list. It will be convenient if you can expose event to onSelct or onChange so that we can customize the KEY PRESS behavior.