change focus ui for keyboard only input (#25935)
This commit is contained in:
@@ -297,7 +297,7 @@ export default class Dropdown extends PureComponent {
|
||||
onKeyPress: this.handleKeyPress,
|
||||
}) : (
|
||||
<IconButton
|
||||
icon={icon}
|
||||
icon={!open ? icon : 'close'}
|
||||
title={title}
|
||||
active={open}
|
||||
disabled={disabled}
|
||||
|
Reference in New Issue
Block a user