elm-form-validations
elm-form-validations copied to clipboard
Form Validation Library for Elm
Problem with `ValidationError = Maybe String` is that amongs other things it does not handle customization well; how can I provide my own error messages if API describes validations errror...
Hi, I've been playing with the package and like the idea. But I've having trouble figuring out how to actually do anything when pressing the submit button. Don't know if...
When pulling an Elm package I don't expect it to alter my styles, unless explicitly stated 😺
Maybe I could use some sort of config object to override the default validation message.
Say I want to present a form with some fields pre-filled. Given how I construct the Forms.Form ahead of time, before I have some fetched data (e.g. a user record),...
After installing version 1.0.2 and building using `node`, I get the following error: ```shell $ LOGGY_STACKS=1 node node_modules/.bin/brunch build 15:09:11 - error: Processing of elm/elm-stuff/packages/billperegoy/elm-form-validations/1.0.2/bootstrap-3.3.7-dist/js/npm.js failed. Error: Could not load...
Right now all validations expect a single string. I need to support a list of strings.
Checked or not checked.
Rails has the concept of conditional validations. Can we do something like that in a non-ugly way?
Is there a way to do this without being tightly coupled with the backend? Could a config option include a URL to do the check?