79490081

Date: 2025-03-06 16:47:15
Score: 2
Natty:
Report link

I tried this way in case that email is about to enter.

const onChangeEmail = (e) => setEmail(e.target.value);

and then input tag,

input type="email" value={email} onChange={onChangeEmail}

So, onChangeEmail is controlled.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Grego Zoros