We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7774e9f + 8e80a35 commit fc01849Copy full SHA for fc01849
1 file changed
src/AutoComplete/AutoComplete.js
@@ -453,7 +453,7 @@ class AutoComplete extends Component {
453
autoWidth={false}
454
disableAutoFocus={focusTextField}
455
onEscKeyDown={this.handleEscKeyDown}
456
- initiallyKeyboardFocused={false}
+ initiallyKeyboardFocused={true}
457
onItemTouchTap={this.handleItemTouchTap}
458
onMouseDown={this.handleMouseDown}
459
style={Object.assign(styles.menu, menuStyle)}
0 commit comments