Form layout when use hide and show methods

Hi,

When you are using the title propertie of the Form and use the function hide in a control and after a show on this same control, the form title change your position to the left side.

How solve this?

Best regards,

Fábio Costa

Hi @Fabio_Costa,

It’s an issue on aour end, thank you for noticing it. The dev team will try to fix it asap, and I will notify you on any updates.

Currently it can be solved with CSS workaround:

<style>
    .dhx_widget.dhx_form {
        display: inherit !important;
    }
</style>

Here is a demo:
https://snippet.dhtmlx.com/zt1ob1dm

Warm regards,

1 Like