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
Currently if there are more than one editor in a page then the content from the last editor is overrides content of all other editor on submit.
This happens because editor is overridden.
$form->json('first_json_mapping_field', 'First');
$form->json('second_json_mapping_field','Second');
--->Submit the form and both the fields will have save data saved
0 commit comments