moroshko/react-autosuggest
在 GitHub 查看Input field caret position always resets to the end of the input
Open
#403 创建于 2017年7月12日
bughelp wanted
仓库指标
- Star
- (5,936 star)
- PR 合并指标
- (30 天内没有已合并 PR)
描述
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.