Lucas Andrade
Results
2
comments of
Lucas Andrade
I'm facing the same problem. Any news about it?
I had to fork the lib to make some adjustments. ``` onSuggestionTouchMove = () => { this.justSelectedSuggestion = false; this.pressedSuggestion = null; this.input.focus(); //remove this line }; onSuggestionTouchStart = ()...