I am using the editor inside a form (using formik to manage the form), and trying to mark a text as link like this:
then hit the apply button it submits the form as its type is "submit" which isn't the desired behavior
so how to fix this or disable this from submitting the entire form ??
I am using the editor inside a form (using formik to manage the form), and trying to mark a text as link like this: then hit the apply button it submits the form as its type is "submit" which isn't the desired behavior so how to fix this or disable this from submitting the entire form ??