-
Updated
Feb 27, 2021 - TypeScript
form-validation
Here are 764 public repositories matching this topic...
-
Updated
Feb 26, 2021 - JavaScript
-
Updated
Feb 22, 2021 - JavaScript
-
Updated
Dec 16, 2020 - JavaScript
I have a reset button for the form; and I would like to disable the button is the form is already reset to initial values.
There is a isPristine property for one single field. Is there a global property / function to check if the whole form is not "touched"?
I would love to have the functionality to sort the selected Images via Drag and Drop. I think it could be solved by an ReorderableListView relative easily.
-
Updated
Dec 13, 2019 - JavaScript
-
Updated
Dec 12, 2020 - JavaScript
-
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
Feb 4, 2021 - JavaScript
-
Updated
Apr 29, 2020 - Clojure
-
Updated
Feb 3, 2021 - PHP
-
Updated
Dec 12, 2020 - TypeScript
-
Updated
Feb 10, 2021 - Vue
-
Updated
Jan 24, 2021 - JavaScript
-
Updated
Feb 12, 2021 - 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
-
Updated
May 6, 2016 - JavaScript
-
Updated
Nov 9, 2018 - JavaScript
-
Updated
Dec 11, 2020 - JavaScript
-
Updated
Feb 28, 2021 - TypeScript
-
Updated
Jan 24, 2021 - JavaScript
-
Updated
Sep 23, 2017 - Java
-
Updated
Feb 28, 2021 - TypeScript
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
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?