Java/Vaadin - FormLayout custom hidden component implementation
问题 I am working on a web application in vaadin and am currently trying to implement an address book. I viewed the official implementations off github and tried to build off that. The issue I am experiencing is with the contact form. I want to be able to click a row in the grid and open up a form containing the information. (Similar to how it is done on their example) The component doesn't react as intended however. If I added the component directly to the main layout and try to toggle visibility