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
After filling out the fields in the nested <oj-form-layout> component, the spacing between those fields and the one under them collapses.
Explicitly setting user-assistance-density to the default value efficient on either the outer or the inner <oj-form-layout> component fixes this issue.
The text was updated successfully, but these errors were encountered:
Hi, this sounds like a bug. user-assistance-density attribute is new in v9.0.
user-assistance-density defaults to 'efficient' when it is inside an oj-form-layout, and 'reflow' when not inside of an oj-form-layout.
It sounds like something is happening with oj-select-single when you fill it out that causes the user-assistance-density to default back to 'reflow'. Perhaps it is refreshing itself and that blows away the way the property binding defaulting mechanism.
I'll take a look. It sounds easily reproducible.
Thanks for reporting it.
Using JET 9.0.0, Redwood theme, given the following markup:
After filling out the fields in the nested
<oj-form-layout>
component, the spacing between those fields and the one under them collapses.Explicitly setting
user-assistance-density
to the default valueefficient
on either the outer or the inner<oj-form-layout>
component fixes this issue.The text was updated successfully, but these errors were encountered: