InputDate display issues when used inside table

Posted by: thanhthuyeths on 2 January 2023, 2:47 am EST

    • Post Options:
    • Link

    Posted 2 January 2023, 2:47 am EST - Updated 2 January 2023, 2:55 am EST

    Hi,

    Help me! When using the date picker inside of a table, display issues.

    <table>
            <tr>
                <td>
                    <c1-input-date  name="date" format="yyyy年MM月dd日"></c1-input-date>
                </td>
            </tr>
        </table>


  • Posted 2 January 2023, 9:22 pm EST

    Hi,

    The issue is because of the table border-spacing CSS value and since the Input control also uses a display table so it causes this issue.

    Please refer to the following CSS setting to fix the above issue.

    <style>
        .wj-control.wj-dropdown{
            border-spacing:0 !important;
        }
    </style>

    Regards,

    Manish Gupta

  • Posted 3 January 2023, 12:21 am EST

    I done it.

    Thank you for your help.

Need extra support?

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

Learn More

Forum Channels