Fix email form block blur/focus issues

[MAILPOET-3049]
This commit is contained in:
Rostislav Wolny
2020-07-28 14:28:33 +02:00
committed by Veljko V
parent 524cebbc6f
commit b7adb0ec84

View File

@@ -80,7 +80,7 @@ const TextInputEdit = ({
id={id}
ref={input}
className="mailpoet_text"
type={name === 'email' ? 'email' : 'text'}
type="text"
name={name}
placeholder={placeholder}
data-automation-id={`editor_${name}_input`}