Revert "Disable keyboard input on disabled ComboBox"

This reverts commit 33578d8898.
This commit is contained in:
Florian Blasius 2024-01-16 15:21:55 +01:00
parent 33578d8898
commit 0a2147c6a8

View file

@ -36,8 +36,6 @@ export component ComboBoxBase {
forward-focus: i-focus-scope;
i-focus-scope := FocusScope {
enabled: root.enabled;
key-pressed(event) => {
if (event.text == Key.UpArrow) {
root.move-selection-up();