redux-form-material-ui icon indicating copy to clipboard operation
redux-form-material-ui copied to clipboard

select field keypress issues to populate data from it's menu list items

Open dasarathvishnu opened this issue 7 years ago • 0 comments

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?

dasarathvishnu avatar Jul 06 '18 07:07 dasarathvishnu