Formik Web
Use this skill as a basic starting point.
Workflow
- Review the existing form model and validation requirements.
- Identify current Formik conventions if already present.
- Keep field handling, errors, and submission flow consistent.
- Avoid unnecessary complexity in form state.
- Verify validation and submit behavior.
Output
- Produce practical Formik based changes.
- Keep forms clear and easy to review.
- Prefer straightforward field and validation patterns.