Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Makes the UI look very weird.
TextField{ placeholderText: qsTr("Enter your email here") }
Qt has an automatic detection of right-to-left text. It will mirror such text.
I suspect that if you either provide some arabic placeholder directly in your QML, or if you get that through a translation, it will do what you expect.