function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
PaulTPaulT 

Lightning Out & lightning:recordEditForm

After an answer regarding this component being used in Lightning Out, I got one step further before hitting another roadblock.

To be able to use this component, we're having to use the strike_select component and add the value before the component calls the server.

However, the fields property of the onsubmit method is undefined so there's nothing to add to, as well as a generic error which I'm yet to narrow down.

Many thanks,
Paul

Is there a way around this so that we can take advantage of these new components?