Fix autocomplete select field toggle on click
This commit is contained in:
parent
d4742933d2
commit
9b5c701198
1 changed files with 2 additions and 2 deletions
|
@ -127,13 +127,13 @@ const SingleAutocompleteSelectFieldComponent = withStyles(styles, {
|
|||
}),
|
||||
endAdornment: (
|
||||
<div>
|
||||
<ArrowDropdownIcon onClick={toggleMenu} />
|
||||
<ArrowDropdownIcon />
|
||||
</div>
|
||||
),
|
||||
error,
|
||||
id: undefined,
|
||||
onBlur: closeMenu,
|
||||
onFocus: openMenu
|
||||
onClick: toggleMenu
|
||||
}}
|
||||
error={error}
|
||||
disabled={disabled}
|
||||
|
|
Loading…
Reference in a new issue