Search code examples
oracle-adfjdeveloperjspx

af:inputText align cursor to the left ADF Jdeveloper


I have an inputText which I want the cursor to be aligned to the left and not to the right as in the image

I have this

and I want this :

image

Thanks in advance.


Solution

  • 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

    Property Panel

    Greetings