-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
The Project Space Name textfield validation is not concruent with the create project space button validation:
See the following movie for examples:
https://user-images.githubusercontent.com/29627977/128865058-003eb962-788c-483d-9f20-4df9cf17243b.mov
To Reproduce
Steps to reproduce the behavior:
Bug A:
- Select offer for which a project space should be created in OfferOverViewView
- Click "create a new project space" radio button
- Input project space name smaller than 3 characters without invalid characters
- Observe project space name is valid label
- Input valid project code
- Create project space button is greyed out.
Bug B:
- Select offer for which a project space should be created in OfferOverViewView
- Click "create a new project space" radio button
- Input project space name bigger than 1 character without an invalid characters
- Observe project space name is valid label
- Input valid project code
- Create project space button is clickable
- Remove characters from project space name textfield
- Create project space button is still clickable and textfield validation label indicates project space name as valid
Expected behavior
The project space validation label should be concruent with the validation of the project space button
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working