-
Updated
Jan 24, 2021 - TypeScript
validation
Here are 3,397 public repositories matching this topic...
-
Updated
Jan 22, 2021 - JavaScript
Are you submitting a bug report or a feature request?
Bug? I guess.
What is the current behavior?
-
Updated
Jan 24, 2021 - PHP
-
Updated
Jan 22, 2021 - TypeScript
Package version eg. v8, v9:
v9
Issue, Question or Enhancement:
Is it possible to use oneof validation with values containing space character? Tried with single quote but it did not seem to work.
Code sample, to showcase or reproduce:
type Data struct {
Status string `json:"status" validate:"required,oneof='Awaiting Verification' 'Verified' 'Failed Veri-
Updated
Jan 11, 2021 - JavaScript
No indication of Vue 3 support in documentation. No information on latest version installation.
-
It is hard to understand for not experienced user wether Vuelidate supports Vue3.
-
Instruction informs that to install one should run npm install vuelidate --save. But no indication that it will install version [email protected].
And no indication how to install last version
I tried npm install vuelidate@next --save, npm install [email protected] --save with no good result.
Only after l
-
Updated
Jan 24, 2021 - PHP
-
Updated
Nov 25, 2020 - JavaScript
-
Updated
Jan 21, 2021 - Python
-
Updated
Jan 22, 2021 - TypeScript
-
Updated
Jan 22, 2021 - Python
-
Updated
Jan 22, 2021 - TypeScript
-
Updated
Jan 18, 2021 - TypeScript
type Item struct {
Bt int `valid:"range(1|100)"`
}
func main() {
t := Item{-1}
ok, err := govalidator.ValidateStruct(t)
fmt.Println(ok, err)
}
output:Bt: Validator range(1|100) doesn't support kind int;
-
Updated
Jan 22, 2021 - TypeScript
-
Updated
Jan 21, 2021 - Swift
-
Updated
Dec 11, 2020 - JavaScript
-
Updated
Jan 18, 2021 - JavaScript
-
Updated
Jan 24, 2021 - TypeScript
-
Updated
Nov 27, 2020 - Python
-
Updated
Jan 22, 2021 - Makefile
-
Updated
Jan 23, 2021 - PHP
-
Updated
Jan 15, 2021 - Go
-
Updated
Jan 21, 2021 - TypeScript
# doc and more doc
Add more doc in the code urgent the Validator class
-
Updated
Jan 13, 2021 - JavaScript
-
Updated
Jan 4, 2021 - PHP
Improve this page
Add a description, image, and links to the validation topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the validation topic, visit your repo's landing page and select "manage topics."
Support GTIN-14 / EAN-UCC
currently only EANs with length of 8 or 13 are supported, but for some cases you also need different lengths like 14.
E.g. http://www.ibcaweb.org/guide/guide_mfr/ch4.htm#4.4%20EAN/UCC-14%20and%20Intermediate%20Packs