79165905

Date: 2024-11-07 10:11:47
Score: 1.5
Natty:
Report link

we can pervent it on the form

<Form onKeyDown={(e) => {
    if (e.key === 'Enter') {
      e.preventDefault();
    }
  }}
>
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: LS-MTR