-
-
Save Timshel/5063608 to your computer and use it in GitHub Desktop.
How to create a form #scala #form #modified
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Form( | |
tuple( | |
"numero" -> optional(nonEmptyText(6,6)), | |
"nom" -> cleanText(1,64), | |
"prenom" -> cleanText(1,64), | |
"coefficient" -> number | |
) | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment