data-driven-forms / react-forms

React library for rendering forms.
https://data-driven-forms.org/
Apache License 2.0
302 stars 87 forks source link

hideField doesn't hide the column in the row #1421

Open meet-mnazar opened 11 months ago

meet-mnazar commented 11 months ago

For hiding a fields using either hideFieldor condition in a row, the field itself hides but the parent col (with style ant-col) doesn't hide. As a result, the hidden component still occupies some white space. Is there a solution or work around this?

rvsia commented 11 months ago

Hi @meet-mnazar,

could you please provide a small schema to reproduce it? 😊

Thanks