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}
|
||||
ref={input}
|
||||
className="mailpoet_text"
|
||||
type={name === 'email' ? 'email' : 'text'}
|
||||
type="text"
|
||||
name={name}
|
||||
placeholder={placeholder}
|
||||
data-automation-id={`editor_${name}_input`}
|
||||
|
Reference in New Issue
Block a user