redux-form-material-ui
                                
                                 redux-form-material-ui copied to clipboard
                                
                                    redux-form-material-ui copied to clipboard
                            
                            
                            
                        select field keypress issues to populate data from it's menu list items
When i tab into select field in redux form material ui and suppose i type on the keyboard say a value of some alphabet say 'G' and if i have a color 'Green' as a child in menu items the expected behavior is that Green should be the value of SelectField (which is the basic HTML select field behavior) so how will i accomplish that behavior while using the SelectField from material ui or redux forms material ui?