angular-ui/ui-grid

Deep edit not enabled when typing characters in a cell with typeahead functionality

Open

#6,395 创建于 2017年9月15日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)JavaScript (2,496 fork)batch import
good first issue

仓库指标

Star
 (5,395 star)
PR 合并指标
 (30 天内没有已合并 PR)

描述

I am trying to provide my business user the convenience of being able to navigate using tabs or arrows key with typeahead enabled for the columns. When the user navigates to a cell and type a character, the cell goes into edit mode but the user cannot use the arrow keys of the key board to select a value from set of the values shown using the typeahead editableCellTemplate. If the user navigates to a cell and types a character and then does a click on the cell, then the user can use arrow keys of the key board to select a value. I see the cell does not go into deep edit unless I click on the cell. Is there a way to make the cell go into deep edit without having the user to click on the cell again ?

The plunker http://plnkr.co/edit/Nv3jWoofg2rol5M6eUpk shows the issue.

Please let me know.

贡献者指南