cds-snc / platform-forms-client

NextJS application that serves the public-facing website for Forms
https://forms-staging.cdssandbox.xyz/
MIT License
34 stars 13 forks source link

Auto-fill issue on EN pages #159

Closed srtalbot closed 3 years ago

srtalbot commented 3 years ago

Working on the DND military housing form, here.

The first field, "Occupant / requestor name" is treated as a password field in EN, but a name field in FR.

image image

Using:

srtalbot commented 3 years ago

Priority: Moderate

brdunfield commented 3 years ago

A quick look shows that the Name field doesn't have a type set in the JSON (e.g. "type": "name"), so this is hopefully a quick fix.

craigzour commented 3 years ago

Assigning to @srtalbot as the form appears to not be impacted by the issue anymore.

srtalbot commented 3 years ago

Checked the following forms as a sample to recreate the issue:

No errors found, resolving issue.