You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I need to create an email template form with one dropdown, title and a content, which is managed with email editor. Every time I change my title it re-renders the content block to default content. I can handle an onSubmit there is no onChange event handling in the EmailEditorProvider component, where I can manage a state of a content attribute.
P.S. I've tried to use onBeforePreview event, but there is no MJML or data object access there, just an HTML.
The text was updated successfully, but these errors were encountered:
Hi, I need to create an email template form with one dropdown, title and a content, which is managed with email editor. Every time I change my title it re-renders the content block to default content. I can handle an
onSubmit
there is noonChange
event handling in the EmailEditorProvider component, where I can manage a state of a content attribute.P.S. I've tried to use
onBeforePreview
event, but there is no MJML or data object access there, just an HTML.The text was updated successfully, but these errors were encountered: