mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 18:58:36 +00:00
Make forward-focus in a PopupWindow work
This commit is contained in:
parent
1d42e78c22
commit
88cc96ba73
9 changed files with 57 additions and 61 deletions
|
@ -78,5 +78,5 @@ export component App inherits Window {
|
|||
}
|
||||
```
|
||||
|
||||
If you use the `forward-focus` property on a `Window`, then the specified element will receive
|
||||
If you use the `forward-focus` property on a `Window` or a `PopupWindow`, then the specified element will receive
|
||||
the focus the first time the window receives the focus - it becomes the initial focus element.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue