-
Notifications
You must be signed in to change notification settings - Fork 24
No validation when deleting the values in resources and duration fields in Team Details page #321
Comments
Verified in Dev, this issue is still not fixed. The validation message of the fields gets removed when removing data from another field 2021-06-21_14-50-25.mp4 |
To fix this, can we disable the input of numbers with the keyboard? just increment and decrement in the buttons? |
What is the effort of fixing it this way vs the effort of keeping the input of numbers with the keyboard? |
the first approach I already implemented, the one with the keyboard I would have to understand better the react-final-form...which is somehow hard to understand. But maybe other contestants have different opinion. |
https://monosnap.com/file/e0pFxGC2dStL8RnBHr0yEv8jsr94gA This is how it looks. This way the user is unable to put invalid values. If we have + an - buttons, why to enable the input directly? |
@nikolay83 This issue can be seen again in Dev. |
Steps
Go to https://platform.topcoder-dev.com/taas/myteams/createnewteam
Click select button in the 'SELECT A ROLE' box (or use any flow)
Select a role
Click Search
Click Submit
Click Continue
Enter a team name
Delete the values in resources and duration fields
Current behavior
No validation message, submit button is enabled. But the API throws an error and the project is not submitted
Expected behavior
Should show a validation message
The text was updated successfully, but these errors were encountered: