alkem-io / client-web

Default web frontend, enabling browsing the Alkemio platform - so the hosted Challenges and communities collaborating around those Challenges.
https://alkem.io
European Union Public License 1.2
15 stars 6 forks source link

BUG: On Verify page, when user enters vaild email gets validation error #6688

Open Comoque1 opened 1 month ago

Comoque1 commented 1 month ago

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

  1. Go to https://identity.acc-alkem.io/verify?flow=c044111a-5aae-4777-b77c-f2ce30ea6d56 or any form page from registration flow
  2. Press submit/create buttons - validation error is displayed - that required field doesn't have right value
  3. Enter valid email - validation error is still displayed image.png

Expected behavior Validation error is not displayed, when valid email is written.

Comoque1 commented 1 month ago

Removed from release as it is existing issue and updated the steps to reproduce.

bobbykolev commented 1 month ago

This is indeed an existing one and it's reproducible on every step of the flow where you have an empty input field and you click the submit button. We should research how to safely apply a logic for enable/disable the submit button based on the user input.