[ "Password, must contain at least 8 characters" , "Password, must include tuna" ], . The thing is, I want to display 1 error at the time, not all of them for a better UX. If I do it in a hacky way extracting the items based on , it won't work for error messages where I add a comma. Is there any workaround for this?
