I’m previewing crud-view as a possible model for a project I’m working on. In a wrapper element, I’m using vaadin-split-layout in vertical mode. In each of the two slots, I place the crud-users element. In the first slot, everything works fine. In the second slot, the property bindings for enabling/disabling the buttons are not being seen by crud-buttons-bar, so the buttons at the bottom of the dialog remain enabled and do not change. Any help at understanding the issue is appreciated.