mydea / handsontable-chosen-editor

Use a chosen select field in a Handsontable.
http://mydea.github.io/handsontable-chosen-editor/
MIT License
63 stars 36 forks source link

Is it possible to ARROW_DOWN after select a option #7

Open sonicwong opened 6 years ago

sonicwong commented 6 years ago

Is it possible to ARROW_DOWN after select a option? Just like you enter a text and pressed "enter" in a cell.

mydea commented 6 years ago

Not sure what you mean? Can you explain in more detail?

sonicwong commented 6 years ago

@mydea When you typing text in one cell and press enter, selected cell will go to next row.

I currently used "afterChange" method to set selected cell to next row. But I dont think it is best way as I need to set field one by one.

sonicwong commented 6 years ago

And one more thing, when you selected a cell, and press "enter". Option popup flash in and out, and first option selected. I think the the popup option should stay and let me select with arrow key UP / DOWN and press ENTER to select.