-
Updated
Apr 25, 2022 - TypeScript
form-validation
Here are 1,086 public repositories matching this topic...
-
Updated
Apr 1, 2022 - JavaScript
-
Updated
Apr 12, 2022 - JavaScript
Add singular form of the following:
getErrors() -> getError()
getWarnings() -> getWarning()
The idea is to return the first error/warning of a field, instead of an array.
Unlike getErrors/getWarnings that can either take 0 or 1 arguments, getError/getWarning must receive a field name.
Function signature:
function getError(fieldName: string): string;
function getWarning(fieldNamI 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
Mar 2, 2022 - 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"?
-
Updated
Dec 13, 2019 - JavaScript
-
Updated
Mar 26, 2022 - JavaScript
-
Updated
Apr 22, 2022 - TypeScript
-
Updated
Apr 25, 2022 - TypeScript
-
Updated
Apr 24, 2022 - TypeScript
-
Updated
Oct 2, 2019 - Swift
-
Updated
May 18, 2019 - JavaScript
-
Updated
Apr 25, 2022 - TypeScript
on:changeandon:blurare not firing with custom validation.on:changeis not firing with yup validation.on:blurworks with yup as expected.
So error messages do not disappear because the change or blur is not firing.
The bindings prop is now typed as any.
-
Updated
Apr 26, 2022 - Dart
-
Updated
Mar 30, 2022 - PHP
-
Updated
Nov 11, 2021 - JavaScript
-
Updated
Apr 9, 2022 - JavaScript
-
Updated
Jan 5, 2022 - Ruby
-
Updated
Apr 29, 2020 - Clojure
-
Updated
Apr 22, 2022 - JavaScript
-
Updated
Feb 22, 2022 - JavaScript
-
Updated
Mar 25, 2022 - TypeScript
-
Updated
Apr 11, 2022 - TypeScript
-
Updated
Apr 26, 2022 - TypeScript
-
Updated
Feb 12, 2022 - 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?