Fix erros in selects
This commit is contained in:
parent
841a1e98d2
commit
a63248c406
1 changed files with 1 additions and 0 deletions
|
@ -158,6 +158,7 @@ const SingleAutocompleteSelectFieldComponent = withStyles(styles, {
|
|||
onBlur: closeMenu,
|
||||
onFocus: openMenu
|
||||
}}
|
||||
error={error}
|
||||
disabled={disabled}
|
||||
helperText={helperText}
|
||||
label={label}
|
||||
|
|
Loading…
Reference in a new issue