You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you fill in the first row, hit submit, the first row has green checks, but red outline. Should not have the red outline, since the fields are filled. What looks like is happening is if any of the project[] array has an invalid value, all of those fields are being marked as invalid. It's assuming an array of fields is like a checkbox list, where all are related to each other, but that may not true with other input fields.