Posted 4 June 2020, 10:38 pm EST
Hi team,
Looks like and has different alignment on paceholder. one is left, another is right by default. Is there any means to make them consistent?
Cheers
Forums Home / Wijmo / General Discussion
Posted by: kun.leeing on 4 June 2020, 10:38 pm EST
Posted 4 June 2020, 10:38 pm EST
Hi team,
Looks like and has different alignment on paceholder. one is left, another is right by default. Is there any means to make them consistent?
Cheers
Posted 5 June 2020, 4:37 am EST
Hi Kun,
It seems that you have asked the same query on the forum post below:
https://www.grapecity.com/forums/wijmo/wj-input-number-has-set-is
I will copy the response here for reference:
In Wijmo, all of the numerical controls and columns are right-aligned and all the text controls and columns are left-aligned.
If you need to left-align the InputNumber, then you may use the following CSS:
.wj-inputnumber .wj-form-control {
text-align: left !important;
}
Only the InputNumber is right-aligned, so you can use this CSS to left-align it.
Regards,
Ashwin
Posted 5 June 2020, 9:16 am EST
Thanks, Ashwin. Yeah, it is duplicated.