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
Use formik and yup to validate and display error messages for the Create Banner Modal (CreateBannerPage.jsx) on the frontend. For reference, you can look at LoginPage.jsx to see how we used them before.
To determine which validation guidelines to follow, please refer to banner.helper.js or banner.controller.js
The validations should be triggered after clicking on a field and then clicking elsewhere.
Use
formik
andyup
to validate and display error messages for the Create Banner Modal (CreateBannerPage.jsx
) on the frontend. For reference, you can look atLoginPage.jsx
to see how we used them before.To determine which validation guidelines to follow, please refer to
banner.helper.js
orbanner.controller.js
The validations should be triggered after clicking on a field and then clicking elsewhere.
Assigned to @eulerbutcooler
The text was updated successfully, but these errors were encountered: