-
Updated
Jul 5, 2022 - TypeScript
form-validation
Here are 1,138 public repositories matching this topic...
-
Updated
Jun 28, 2022 - JavaScript
-
Updated
Jun 2, 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(fieldNam
-
Updated
Jun 23, 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
Jun 30, 2022 - TypeScript
-
Updated
Dec 13, 2019 - JavaScript
-
Updated
Mar 26, 2022 - JavaScript
-
Updated
Jul 6, 2022 - TypeScript
-
Updated
Jun 11, 2022 - TypeScript
-
Updated
Jun 27, 2022 - TypeScript
-
Updated
Oct 2, 2019 - Swift
on:change
andon:blur
are not firing with custom validation.on:change
is not firing with yup validation.on:blur
works 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
May 7, 2022 - PHP
-
Updated
Nov 11, 2021 - JavaScript
-
Updated
Jun 7, 2022 - JavaScript
-
Updated
Jul 4, 2022 - TypeScript
-
Updated
Jul 6, 2022 - TypeScript
-
Updated
Jan 5, 2022 - Ruby
-
Updated
May 20, 2022 - JavaScript
-
Updated
Apr 29, 2020 - Clojure
-
Updated
May 13, 2022 - JavaScript
-
Updated
Jun 1, 2022 - TypeScript
-
Updated
Apr 11, 2022 - TypeScript
-
Updated
Jun 27, 2022 - JavaScript
-
Updated
Jun 23, 2022 - PHP
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?