I am showing a form on click of button, as part of form i have implemented material Ui select item. I have included all this code in child component and onchange handler function is in parent component. Ui and on change handler are working fine but the problem is select component is not showing selected menu item label. If i keep Option instead of MenuItem it is working
Here is the sandbox link Sandboxcode link
handleSelectChange = event => name => {
i.e it is not a function, rather a function which returns another function. YoursetState
never gets called when you change the input. – Utsav Patel