-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Can the "previous values" drop-down be disabled in data browser? #3743
-
When inserting new records in the "Browse Data" pane, columns without constraints show a drop-down menu on tabbing in. This requires an additional key press to dismiss.
For example, tab
12tab
should optimally enter 12 into a column and continue to the next, but, if 12 has previously been entered in that column, will instead highlight 12 in the drop-down menu (requiring enter tab
at the end of each column entry).
Platform is OS X in case it's platform-dependent.
Is this able to be disabled/worked around?
Beta Was this translation helpful? Give feedback.
All reactions
Uh oh. That sounds like a bug we'll want to fix in the 3.13.1 release.
@lucydodo Any interest in looking at this? 😄
Replies: 2 comments 2 replies
-
Uh oh. That sounds like a bug we'll want to fix in the 3.13.1 release.
@lucydodo Any interest in looking at this? 😄
Beta Was this translation helpful? Give feedback.
All reactions
-
I was able to reproduce the issue. The UX is awkward, even for me. Let me take a look at it.
Beta Was this translation helpful? Give feedback.
All reactions
-
👍 1
-
This bug was fixed by the 3aff8c9 commit. Can you please confirm with a continuous build?
Beta Was this translation helpful? Give feedback.
All reactions
-
❤️ 1
-
Confirmed, drop-down drops down to show previous values, but tab moves to the next column.
Beta Was this translation helpful? Give feedback.