Lucas Andrade

Results 2 comments of Lucas Andrade

I had to fork the lib to make some adjustments. ``` onSuggestionTouchMove = () => { this.justSelectedSuggestion = false; this.pressedSuggestion = null; this.input.focus(); //remove this line }; onSuggestionTouchStart = ()...