angular-ui/ui-grid

cell navigation/edit on focus breaks custom template

Open

#6.783 geöffnet am 28. Juni 2018

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (2.496 Forks)batch import
grid-cellNavgrid-edithelp wanted

Repository-Metriken

Stars
 (5.395 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

I am using a custom dataList template I created which I am referencing in this issue: https://github.com/angular-ui/ui-grid/issues/6755

However I found another issue. When I turn on cell navigation and edit on focus, it no longer functions properly. The drop down works initially, but you cannot type anything into the cell. Also if you click on it once something is selected, you cannot change or delete the contents. This is obviously a problem because the dataList should be able to be edited and changed. Functionality works when I remove edit on focus and cell navigation but the initial problem I talked about in issue 6755 is still there.

Contributor Guide