-
Updated
Nov 3, 2020 - TypeScript
form-validation
Here are 684 public repositories matching this topic...
-
Updated
Oct 22, 2020 - JavaScript
-
Updated
Oct 28, 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
Please the following update
From the migration guide, this wroked for me to fix the issue :
If you previously used overflow: Overflow.visible, you shall replace it with clipBehavior: Clip.none.
For ListWheelViewport widget, if you previously specified clipToSize, replace it with the corresponding clipBehavior: Clip.none for clipToSize = f
-
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
Sep 5, 2020 - JavaScript
-
Updated
Jun 2, 2020 - Vue
-
Updated
Sep 30, 2020 - PHP
-
Updated
May 6, 2016 - JavaScript
-
Updated
Nov 9, 2018 - JavaScript
-
Updated
Oct 5, 2020 - JavaScript
-
Updated
Oct 8, 2020 - JavaScript
-
Updated
Sep 23, 2017 - Java
-
Updated
Oct 2, 2020 - Dart
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
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
-
Updated
Jul 6, 2020 - JavaScript
-
Updated
Aug 13, 2018 - Java
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?