okta / okta-auth-js

The official js wrapper around Okta's auth API
Other
447 stars 261 forks source link

field validation errors not showing up with associated fields #1504

Closed harpreetmand closed 6 months ago

harpreetmand commented 6 months ago

Describe the bug

When creating new accounts if we put invalid characters in the first name or last name, the error shows up under email address input field. image

Reproduction Steps?

  1. Create new account
  2. Enter a special character in first name and/or last name
  3. enter email and password
  4. try submitting the form

should see an error image

SDK Versions

"@okta/okta-auth-js": "^7.5.1",
"@okta/okta-react": "^6.7.0",

issue also present on okta hosted widget

Additional Information?

No response