Skip to content
#

validation-library

Here are 227 public repositories matching this topic...

vee-validate
sebsobseb
sebsobseb commented Mar 4, 2020

Versions

  • vee-validate: 3.1.3
  • vue: 2.6.10
  • vue-jest: 3.0.5
  • @vue/test-utils: ^1.0.0-beta.31

Describe the bug
I have a BaseInput.vue component which has one default <slot></slot> wrapped in a <validation-provider>. When it has errors it will show the error message inside a <div class="error-message"></div>.
But, in my tests, when I pass a <input> to the default slo

Prinzhorn
Prinzhorn commented Nov 9, 2018

When reading pattern from HTML it is used directly as a regular expression, which is not correct. The spec says

The compiled pattern regular expression, when matched against a string, must have its start anchored to the start of the string and its end anchored to the end of the string.

This implies that the regular

ctavan
ctavan commented Apr 2, 2019

The current master README on the front-page of this github repo is misleading with respect to isValidHostname as it points to unreleased changes that deprecate isValid and introduce isValidHostname… However those changes are still unreleased.

So if users of the latest tldjs@2.3.1 come to this repo and check out the readme they might easily get confused.

How about releasing a new vers

simplenotezy
simplenotezy commented Feb 27, 2020

I have defined rules like so (two places, becasue I am unsure which -- not clear according to documentation):

	['nuxt-validate', {
		lang: 'en',
		rules: ['email', 'min', 'max', 'confirmed', 'numeric'],
		nuxti18n: {
			locale: {
				'da': 'da',
				'en': 'en'
			},
			rules: ['email', 'min', 'max', 'confirmed', 'numeric']
		},
		mode: 'eager',
		classes: {
			valid: 'i
alvarofpp
alvarofpp commented Sep 15, 2019

Validar uma lista de tuplas de documentos.

A seguir, consta um jeito de como essa funcionalidade deve funcionar:

from validate_docbr as docbr


# Documentos
documentos = [
    (docbr.CPF, "012.345.678-90"),
    (docbr.CNPJ, "01.234.567/8901-23"),
    (docbr.CPF, "01234567891"),
]

# Validar documentos
validacoes = docbr.validate_docs( documentos )
# Output
# [True, Fals
worldbeater
worldbeater commented Mar 20, 2019

Is your feature request related to a problem? Please describe.

There are no samples for WPF, Windows Forms and UWP now. Let's fix that.

Describe the solution you'd like

We should create samples for WPF and WF.

Describe suggestions on how to achieve the feature

Probably we should port existing XF sample to WPF and WF.

Worth [sharing existing view models](https://github

Improve this page

Add a description, image, and links to the validation-library topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the validation-library topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.