Open gedw99 opened 1 month ago
there is another strange one that is a kind of race condition. related to Integers again..
http://localhost:3000/layout/basic
Leave Age and Height empty.
If you only enter an Age, Height is ignored in the validation loop.
This is if you hit submit without entered anything.
Age does not fire for validation.
Saw this on a few of the demo forms.
You put in a number like "22" but it still complains that its a string with
"type should be number, got string"