enso-org / enso

Hybrid visual and textual functional programming.
https://ensoanalytics.com
Apache License 2.0
7.36k stars 324 forks source link

Combining dropdown widgets with *input widgets #8949

Closed vitvakatu closed 7 months ago

vitvakatu commented 8 months ago

Describe the idea you'd like to see implemented.

Currently text input widget overrides dropdowns for any text argument.

Temporary solution includes adding a small arrow to open/close dropdown even if text input is present.

Long term solution would be to open dropdown when the text (or number) input is active.

farmaazon commented 7 months ago

Merging with #9058