Josiel Denardi6690187
Posts: 0
Joined: Mon Feb 24, 2014 9:23 pm

I need to put the numbers in INPUT FIELD

Hi,

I need to cause effect in INPUT FIELD NUMERIC that appears the numbers of the right to left like a calculator.

Today this numbers inputed appears of the left to right, normaly, but my customer wants the number entry will be like calculator right - left

Image

Galyna Abramovych
Site Admin
Posts: 84
Joined: Tue Mar 22, 2016 6:03 pm

I need to put the numbers in INPUT FIELD

Hello,

Generally, to change alignment, you would need to create a CSS asset:
codeinput.alignRight {
text-align: right;
}/code

codeinput.alignCenter {
text-align: center;
} /code

Then, in Input component properties, set "Class Name": alignCenter, alignLeft or alignRight.
Also, this thread may be helpful:
https://getsatisfaction.com/apperyio/...
How to check styles of each component by inspecting DOM: https://docs.appery.io/docs/using-bro...

Return to “Issues”