<wj-input-number> and <wj-input-mask> has different alighment on paceholder tex

Posted by: kun.leeing on 4 June 2020, 10:38 pm EST

    • Post Options:
    • Link

    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.

Need extra support?

Upgrade your support plan and get personal unlimited phone support with our customer engagement team

Learn More

Forum Channels