I have an inputText which I want the cursor to be aligned to the left and not to the right as in the image
and I want this :
Thanks in advance.
I solve the issue adding this property contentStyle="text-align:left;" to the af:inputText, if you are using Jdeveloper 12c in the property panel you can see something like this
Greetings