Problem description
I use SelectField component, i set multiple={false}, then i get e.currentTarget=undefined in onChange function.
when i set multiple={true}, i can get MenuItem node with e.currentTarget.
Link to minimal working code that reproduces the issue
Versions
- Material-UI: v0.18.1
- React: v15.5.4
- Browser: chrome
Problem description
I use
SelectFieldcomponent, i setmultiple={false}, then i gete.currentTarget=undefinedin onChange function.when i set
multiple={true}, i can getMenuItemnode withe.currentTarget.Link to minimal working code that reproduces the issue
Versions