mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 10:50:00 +00:00
Show focus for NativeComboBox
This commit is contained in:
parent
0cfeec1a31
commit
e2aeb56263
3 changed files with 10 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue