Fix email form block blur/focus issues
[MAILPOET-3049]
This commit is contained in:
committed by
Veljko V
parent
524cebbc6f
commit
b7adb0ec84
@@ -80,7 +80,7 @@ const TextInputEdit = ({
|
|||||||
id={id}
|
id={id}
|
||||||
ref={input}
|
ref={input}
|
||||||
className="mailpoet_text"
|
className="mailpoet_text"
|
||||||
type={name === 'email' ? 'email' : 'text'}
|
type="text"
|
||||||
name={name}
|
name={name}
|
||||||
placeholder={placeholder}
|
placeholder={placeholder}
|
||||||
data-automation-id={`editor_${name}_input`}
|
data-automation-id={`editor_${name}_input`}
|
||||||
|
Reference in New Issue
Block a user