form not rendering until 2nd click
I have a form that's not rendered until the user selects an item from a list, be design. Once an item is selected the form should load and be available when the user clicks another button within the item.
The form isn't loaded on the initial button click, it's just a blank modal with only the heading and the close button, no form. If I close out of the modal, then click on another item in the
$recentRecs
list, the form loads correctly.
In the list:
1 Reply
no console errors or anything.
I think it has to do with a dynamic form schema I'm trying to use. The form schema will change depending on which item is selected in the list...not sure why it won't load the schema the first time around and then will after a different item is selected.