enso-org / enso

Hybrid visual and textual functional programming.
https://enso.org
Apache License 2.0
7.3k stars 317 forks source link

Some drop down fixes #10337

Closed farmaazon closed 1 week ago

farmaazon commented 1 week ago

Pull Request Description

Fixes #10185

Fixed two bugs from above issue: multiple arrows and being unable to change value from numeric input. The first was just lack of implementation; the second was caused by WidgetNumeric not handling its edit handler properly - the numeric input blur was finishing edit before click at entry could be interpreted.

Important Notes

There is still one issue with drop-down filtering; will file a bug report soon.

Checklist

Please ensure that the following checklist has been satisfied before submitting the PR: