-
Updated
Nov 14, 2020 - TypeScript
form-validation
Here are 693 public repositories matching this topic...
-
Updated
Nov 5, 2020 - JavaScript
-
Updated
Nov 13, 2020 - JavaScript
-
Updated
Sep 5, 2020 - JavaScript
Form onChange is called only on attachToForm but it doesn't called when you remove an input.
working example: https://codesandbox.io/s/formsy-vnfvm?file=/src/index.js
-
Updated
Dec 13, 2019 - JavaScript
-
Updated
Apr 30, 2020 - JavaScript
I tried to put the error messages in French but I always get the error in English.
For example when the field is empty when it is required (FormBuilderValidators.required (context)), I have the message "This field cannot be empty".
class MyApp extends StatelessWidget {
// This widget is the root of your application.
@override
Widget build(BuildContext context) {
return-
Updated
Oct 2, 2019 - Swift
-
Updated
May 18, 2019 - JavaScript
It will be nice to have style options for MsgBox: option to define class, different mods for each button (right now we can define mod but it is the same for both buttons). Also, it will be great to add icons to the MsgBox buttons (button consistency). Thanks!
-
Updated
Apr 23, 2019 - JavaScript
-
Updated
Aug 9, 2020 - JavaScript
-
Updated
Apr 29, 2020 - Clojure
-
Updated
Oct 5, 2020 - TypeScript
-
Updated
Nov 12, 2020 - Vue
-
Updated
Sep 5, 2020 - JavaScript
-
Updated
Sep 30, 2020 - PHP
-
Updated
May 6, 2016 - JavaScript
-
Updated
Nov 9, 2018 - JavaScript
-
Updated
Oct 8, 2020 - JavaScript
-
Updated
Oct 5, 2020 - JavaScript
-
Updated
Sep 23, 2017 - Java
-
Updated
Nov 4, 2020 - Dart
TextArea, CheckBox
Is your feature request related to a problem? Please describe.
Feature request: Expose "key" in key.js.
Thanks! I've used Formik in the past and your implementation is very easy to understand.
I needed to use textarea and checkboxes (modifying value to true/false), but the slots in Form don't give me access to the "key" to the store. So, I couldn't add custom components.
**Describe t
For a long time I thought this was impossible to do without writing toString/fromString functions for your custom types, but I just realized that you can make it work by instead using the list index of the options as the "value", and then in the onChange decoder use that index to retrieve the item from the passed in options list.
Here's a demo: https://ellie-app.com/7253Q8THR2xa1
-
Updated
Jul 6, 2020 - JavaScript
-
Updated
Oct 28, 2020 - JavaScript
Improve this page
Add a description, image, and links to the form-validation topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the form-validation topic, visit your repo's landing page and select "manage topics."


Are you submitting a bug report or a feature request?
Bug? I guess.
What is the current behavior?