You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On survey creation page currently, when the user does not enter a title, the create button is blocked, but the user is not informed why.
After the user starts completing the input and leaves it empty or clicks the create input button, we should display a message, e.g. add a red border and text with information that the field is required.
If necessary, we can use an external library. It would be good to create a solution that will allow you to easily extend validation in the future, for example, when we will want to validate other fields.
The text was updated successfully, but these errors were encountered:
On survey creation page currently, when the user does not enter a title, the create button is blocked, but the user is not informed why.
After the user starts completing the input and leaves it empty or clicks the create input button, we should display a message, e.g. add a red border and text with information that the field is required.
If necessary, we can use an external library. It would be good to create a solution that will allow you to easily extend validation in the future, for example, when we will want to validate other fields.
The text was updated successfully, but these errors were encountered: