moroshko/react-autosuggest
Input field caret position always resets to the end of the input
Aperta
#403 aperta il 12 lug 2017
bughelp wanted
Metriche repository
- Star
- (5940 stelle)
- Metriche merge PR
- (Metriche PR in attesa)
Descrizione
The bug is testable with the Scrollable container example on http://react-autosuggest.js.org/
To reproduce:
- Focus on the input field
- Type
ac - Place the caret between
aandc - Type
b
Observed behavior:
The caret jumps to the end.
Expected behavior:
The caret should stay between b and c.