What I would like to do is have an isc.MenuButton open a menu, but have that menu be a dynamic form. The goal is for the form to behave as a menu would (positioning, close when clicked outside of, etc), but the form itself wouldn't be a clickable action.
I've tried making a grid, setting data to [{}] and adding the form as a record component. With this approach, it generally works, but doesn't fully behave as expected.
Any tips on how I should approach this?
I've tried making a grid, setting data to [{}] and adding the form as a record component. With this approach, it generally works, but doesn't fully behave as expected.
Any tips on how I should approach this?