Skip to content

Commit

Permalink
[Combobox] Clear value when input focused after interacting with popo…
Browse files Browse the repository at this point in the history
…ver (#546)
  • Loading branch information
indiesquidge authored Apr 11, 2020
1 parent a376dae commit acd5ec7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/combobox/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ const stateChart: StateChart = {
},
[INTERACTING]: {
on: {
[CLEAR]: IDLE,
[CHANGE]: SUGGESTING,
[FOCUS]: SUGGESTING,
[BLUR]: IDLE,
Expand Down

0 comments on commit acd5ec7

Please sign in to comment.