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
This causes a 500 error when submitting the form - although the values (with both . and ,) seem to pass the form validation - using just commas seems to work fine
The validation regex pattern="[0-9\s\.,]*" for the vote fields allows a decimal point - removing this should fix the issue
The text was updated successfully, but these errors were encountered:
Copying and pasting the results from https://www.wokingham.gov.uk/council-and-meetings/elections-and-voting/local-government-and-pcc-election-results-2024 and some of the values have a typo - they have "." instead of a "," as the thousands separator:
This causes a
500
error when submitting the form - although the values (with both . and ,) seem to pass the form validation - using just commas seems to work fineThe validation regex
pattern="[0-9\s\.,]*"
for the vote fields allows a decimal point - removing this should fix the issueThe text was updated successfully, but these errors were encountered: