Show focus for NativeComboBox

This commit is contained in:
notfirefox 2024-04-03 12:30:56 +00:00 committed by Olivier Goffart
parent 0cfeec1a31
commit e2aeb56263
3 changed files with 10 additions and 2 deletions

View file

@ -501,6 +501,7 @@ export component NativeTableHeaderSection {
export component NativeComboBox {
in-out property <string> current_value;
in property <bool> enabled: true;
in property <bool> has-focus;
//-is_internal
}