🐛 fix: Update HTMLEditor onChange event and set DropdownMenu modal to false for better user experience
This commit is contained in:
@@ -538,7 +538,7 @@ export default function EmailSettingsForm() {
|
|||||||
</FormLabel>
|
</FormLabel>
|
||||||
<FormControl>
|
<FormControl>
|
||||||
<HTMLEditor
|
<HTMLEditor
|
||||||
onBlur={field.onChange}
|
onChange={field.onChange}
|
||||||
placeholder={t(
|
placeholder={t(
|
||||||
"email.inputPlaceholder",
|
"email.inputPlaceholder",
|
||||||
"Please enter"
|
"Please enter"
|
||||||
@@ -642,7 +642,7 @@ export default function EmailSettingsForm() {
|
|||||||
</FormLabel>
|
</FormLabel>
|
||||||
<FormControl>
|
<FormControl>
|
||||||
<HTMLEditor
|
<HTMLEditor
|
||||||
onBlur={field.onChange}
|
onChange={field.onChange}
|
||||||
placeholder={t(
|
placeholder={t(
|
||||||
"email.inputPlaceholder",
|
"email.inputPlaceholder",
|
||||||
"Please enter"
|
"Please enter"
|
||||||
@@ -713,7 +713,7 @@ export default function EmailSettingsForm() {
|
|||||||
</FormLabel>
|
</FormLabel>
|
||||||
<FormControl>
|
<FormControl>
|
||||||
<HTMLEditor
|
<HTMLEditor
|
||||||
onBlur={field.onChange}
|
onChange={field.onChange}
|
||||||
placeholder={t(
|
placeholder={t(
|
||||||
"email.inputPlaceholder",
|
"email.inputPlaceholder",
|
||||||
"Please enter"
|
"Please enter"
|
||||||
@@ -795,7 +795,7 @@ export default function EmailSettingsForm() {
|
|||||||
</FormLabel>
|
</FormLabel>
|
||||||
<FormControl>
|
<FormControl>
|
||||||
<HTMLEditor
|
<HTMLEditor
|
||||||
onBlur={field.onChange}
|
onChange={field.onChange}
|
||||||
placeholder={t(
|
placeholder={t(
|
||||||
"email.inputPlaceholder",
|
"email.inputPlaceholder",
|
||||||
"Please enter"
|
"Please enter"
|
||||||
|
|||||||
Reference in New Issue
Block a user