You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using hidden input in rows layout additional gap adds around it because this layout has flex container with gap and input has not hidden container.
When using hidden input in rows layout additional gap adds around it because this layout has flex container with gap and input has not hidden container.
Reproducing:
Result (modal example):
![Image](https://private-user-images.githubusercontent.com/127016754/411976154-fdd885aa-d7b7-4f48-904f-28ee783bc9ee.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0MzYzMjAsIm5iZiI6MTczOTQzNjAyMCwicGF0aCI6Ii8xMjcwMTY3NTQvNDExOTc2MTU0LWZkZDg4NWFhLWQ3YjctNGY0OC05MDRmLTI4ZWU3ODNiYzllZS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjEzJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxM1QwODQwMjBaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT04YmQ2NzdiMDlmMzk4OWRhMGYxN2QxMDQ1YjI4OGQ3ZGQ3OTgxODM2YjI0MTgxMDBmN2VjYzBkNTY1MmQ3MjI2JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.HhWjRwPfyJHIcIAFF-l34fYzQ0amZVVr51EdHEGG34A)
Problem goes away when wrapping inputs in group like this:
or I can just redefine input/layout template, but this behavior still looks like a bug.
The text was updated successfully, but these errors were encountered: