QueryField.tsx
14.5 KB
-
Fix click-based selection of typeahead suggestion · 3bb0b0a5
In short, the underlying problem appears to be the `onChange()` handler being triggered after handling the blur event. Since the contents have not actually changed this forces the typeahead state to reset which undesirably puts a stop to propagating the selected suggestion back up to get set. Related: #13604
Michael Huynh committed