Cloth Config API (Fabric/Forge/NeoForge)

Cloth Config API (Fabric/Forge/NeoForge)

169M Downloads

Suggestion: True Dropdowns

Pyrofab opened this issue ยท 1 comments

commented

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.

commented

I feel like I may can add a toggle to turn off filtering the "suggestions" and a toggle to turn off editing the text field.