moroshko/react-autosuggest

Input field caret position always resets to the end of the input

オープン

#403 opened on 2017/07/12

 (7 件のコメント) (4 件のリアクション) (0 人の担当者)JavaScript (569 件のフォーク)batch import
bughelp wanted

Repository metrics

Stars
 (5,940 個のスター)
PR merge metrics
 (PR metrics pending)

説明

The bug is testable with the Scrollable container example on http://react-autosuggest.js.org/

To reproduce:

  1. Focus on the input field
  2. Type ac
  3. Place the caret between a and c
  4. Type b

Observed behavior:

The caret jumps to the end.

Expected behavior:

The caret should stay between b and c.

コントリビューターガイド