mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-27 16:59:21 +00:00
fix(SearchBox): use readOnly on text field if main component is disabled
This commit is contained in:
parent
1f8d8dd734
commit
0aec075a0d
1 changed files with 1 additions and 0 deletions
|
|
@ -65,6 +65,7 @@ Item {
|
|||
id: searchField
|
||||
|
||||
icon: 'search'
|
||||
readOnly: !searchBox.enabled
|
||||
width: parent.width
|
||||
|
||||
Keys.onEscapePressed: searchBox.closeMenu()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue