dineug / erd-editor

Entity-Relationship Diagram Editor

Home Page:https://erd-editor.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pressing enter on selected dataType suggestion does nothing

spoco2 opened this issue · comments

Loving the tool, however when I'm adding fields to tables, I type the column name, then start typing the dataType for the column, in this case date.

It start correctly autosuggesting dataTypes that match what I've typed. I can then arrow down through these options and should be able to select one via pressing enter.

However what actually happens is that I press enter on the highlighted dataType I want and it just closes the selection list and leaves the field with the partial text I've written, not completing it at all.

Mouse clicking on the item I want does work as desired, but having to use the mouse is a lot slower than being able to do it all via keyboard.

I feel this isn't behaving as expected.

Example 1
Option Highlighted
image

Press enter, get nothing updated in field
image

Example 2
Option Highlighted
image

Press enter, get nothing.
image

This one shows how much of a time saver it would be to be able to type just time and then select timestamp with time zone rather than typing it all out, but it doesn't work.

Use the right arrow key #271

Thanks for the reply. Not very intuitive, but thanks, I'll use this.