79614381

Date: 2025-05-09 15:00:30
Score: 1
Natty:
Report link

You are setting the TextField type to number and you are trying to set the value as a string:

type="number"
value={"+" + foo}

if you want to show the plus before the actual number you need to set type to text:

type="text"
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: JoaoFCarvalho