- Removed additional focus frames for buttons inside text fields.
- For mobile platforms, disabled auto-focus on the first element when navigating on the page.
This commit is contained in:
parent
0e87550d85
commit
cb9a25006c
5 changed files with 7 additions and 2 deletions
|
@ -648,6 +648,7 @@ PageType {
|
|||
|
||||
Connections {
|
||||
target: clientNameEditDrawer
|
||||
enabled: !GC.isMobile()
|
||||
function onOpened() {
|
||||
clientNameEditor.textField.forceActiveFocus()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue