Printable View
Is there a way to add text completer to QML TextField element, like QCompleter in C++ code?
Only if you implement it by yourself.