Suggestion: True Dropdowns
Pyrofab opened this issue ยท 1 comments
Currently, "dropdown menus" behave as text fields with suggestions. This is suboptimal for short sets of possible values like common enums, as users have to erase the existing value to see the possibilities instead of seeing them from a single click.
An alternative to current dropdown menus with no text input and where every possibility is always shown would probably be better than both cycling buttons and text input with suggestions.
A secondary suggestion helping with the above problem is to allow right clicking a text field to erase its current content.