moroshko/react-autosuggest

react-autosuggest problems as 'in-place' editor in a react-bootstrap-table

Open

#315 aberto em 19 de jan. de 2017

Ver no GitHub
 (2 comments) (0 reactions) (0 assignees)JavaScript (637 forks)batch import
help wanted

Métricas do repositório

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

Description

I'm trying to use react-autosuggest as an 'in-place' editor to edit cell values in a 'react-bootstrap-table' but having trouble to get it to work as expected. Clicking in the cell, the autosuggest input appears in the cell showing the placeholder text. When starting to type, the suggest list seems to appear with the 'filtered-down' content, but is clipped at the cell border, apparently. I created a pen to illustrate the behaviour:

http://codepen.io/neophob/pen/bggVBQ

Is there a possibility to get this working and the 'drop-down' to appear above the table-contents?

Thanks & greetings, Bernd Rode

Guia do colaborador