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 some investigation it turned out to be an issue with ObjectField not listening to changes.
vaadin-miki
changed the title
CollectionField does not forward value change events from components in layouts
ObjectField does not react to value change events from components in layouts
Sep 8, 2022
When a component is added directly to a layout in
CollectionField
, value change events are triggered properly.When such a component is inside a layout, no event happens.
Discovered during #380, might be only reproducable within that context.
The text was updated successfully, but these errors were encountered: