We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I can't find the description of what the error parameter does for the different fields.
The text was updated successfully, but these errors were encountered:
Hello @STTR13,
you can find it used in the SignUp example.
In this example, it is used to display server side errors.
composable-form/examples/src/Page/Signup.elm
Lines 141 to 147 in f1df4f5
I think you can also use it, to generate error based on other fields values.
For example, if you are asking for an interval and what to check that the endDate is set after the startDate.
endDate
startDate
Sorry, something went wrong.
No branches or pull requests
I can't find the description of what the error parameter does for the different fields.
The text was updated successfully, but these errors were encountered: