moroshko/react-autosuggest

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

Open

#403 aberto em 12 de jul. de 2017

Ver no GitHub
 (7 comments) (4 reactions) (0 assignees)JavaScript (637 forks)batch import
bughelp wanted

Métricas do repositório

Stars
 (5.936 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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.

Guia do colaborador