QT6 "drop" (ANDROID STYLE possible) when TextInput has focus
-
Hello,
In windows I do not have the blue "water drop",
but when I compile to Android, it is there once I focus the TextInput.how this can be prevented, or removed afterall?
I have tried:
Binding { target: textinput.children[2] // tried 0 to 5, but I think at "2" it gave me error that no such children exist (0 was text inside the box, 1 was the border) property: "visible" value: false }
but no luck