Form validation in fluentui/react-northstar #24364
-
Hi guys, I'm trying to build a form using react-northstar components, So I would like to know is there any builtin mechanism in in this library for doing inline form validation, I'm a newbie to react. Link to the library: https://fluentsite.z22.web.core.windows.net/0.61.0/ Please help me with the form validation. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
There is no built-in validation in Fluent UI React Northstar for form components. But, we have a prototype for it using Formik and react-hook-form: https://fluentsite.z22.web.core.windows.net/0.64.0/prototype-form-validation You can find source code there: |
Beta Was this translation helpful? Give feedback.
There is no built-in validation in Fluent UI React Northstar for form components. But, we have a prototype for it using Formik and react-hook-form: https://fluentsite.z22.web.core.windows.net/0.64.0/prototype-form-validation
You can find source code there: