What I’m trying to do:
I have a Layout with a Layout Slot placed, and a Form that inherits that Layout that I would like to place Components on.
What I’ve tried and what’s not working:
I have tried to add components to the Form that inherits the Layout, but I have no-where in the UI to place any components even as I move my cursor over the entire design area. This seems to happen intermittently; if I place another slot on the Layout and “Run” the application, sometimes the layout slot will show up on the inheriting Form and I can place something, but most of the time it does not work.
Creating a new empty project(Material Design 3) and setting up a similar Layout and inheriting Form I generally don’t have an issue, though when select
the inheriting Form, sometimes I have to hit Escape before selecting a component to place in order for the Designer to show me the slot where I can place the Component.
I have only tried this on Google Chrome but I plan to try other browsers once I get a chance to do so.
I can post code as-needed but I’m not sure why this is behaving this way even with what I perceive as simple UI changes.
Code Sample:
# this is a formatted code snippet.
# paste your code between ```
Clone link:
share a copy of your app