Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Commit

Permalink
picker: keep search focused on category change
Browse files Browse the repository at this point in the history
  • Loading branch information
zpnk committed Feb 12, 2019
1 parent a4c2ca3 commit d8b9d84
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/picker/nimble-picker.js
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,8 @@ export default class NimblePicker extends React.PureComponent {
} else {
scrollToComponent()
}

this.search.focus()
}

handleSkinChange(skin) {
Expand Down

0 comments on commit d8b9d84

Please sign in to comment.