On validate error, the elements are getting resized.

Hi,

Please find the code snippet at Code Snippet, Here once we enter string in the second text box and lose the focus the first text box gets resized. How to stop resizing and showing invalid message.

Thanks,
Ranjith G.

Basically, the input height is linked to the height of the control. A single control with the dynamic height will resize the entire row.
To prevent this behaviour, please set inputHeight or a constant bottomPadding for form inputs: https://webix.com/snippet/7903af06

Thank you very much Listopad.

Shouldn’t this be the default behavior?