CSS Style Input and other <input>

Posted by: giga on 14 August 2022, 9:53 pm EST

    • Post Options:
    • Link

    Posted 14 August 2022, 9:53 pm EST

    Hi!

    How to apply a CSS style Wijmo to other elements html

    InputDate create

    <input wj-part="input"......

    Simple element html

    These elements are different on html

    Thank

  • Posted 17 August 2022, 2:19 pm EST

    Hi Giga,

    Thank you for your patience,

    To have same look for simple HTML element as Wijmo Controls, please use the following code:

    <div class="wj-control wj-content">
                    <div class="wj-input-group">
                        <input class="wj-form-control" />
                    </div>
            </div>   
    

    In case you would like to style the Input element for Wijmo, use the wj-form-control class.

    Please elaborate on your issue if the issue persists.

    Regards.

    Manish Gupta

  • Posted 17 August 2022, 4:54 pm EST

    Thank!

Need extra support?

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

Learn More

Forum Channels