-
Notifications
You must be signed in to change notification settings - Fork 155
Open
Description
Steps to recreate:
- Fill in all the text boxes that meet requirements but not select an organization. No “The Organization field is required” error message yet.
- Click “Create New Account” button which is enabled at this point. Page refresh, “The Organization field is required” error message shows up. Passwords cleared.
- Choose an organization, “The Organization field is required” error message is still there. “Create New Account” button is enabled at this point.
- Start typing in password, “Create New Account“ button enabled until password meets the requirements.
- Once password meets the requirements, “Create New Account“ button turns into light green and disabled.
I think part of the reason might be lack of reactive response to the selection dropdown box. But I'm not sure why the button turns disabled when password meets requirements.
Related to issue #704