Skip to content
#

validations

Here are 140 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

christophermlne
christophermlne commented Apr 5, 2019

Environment

  • Ember Version: n/a
  • Ember CLI Version: n/a
  • Ember CP Validations Version: n/a

Steps to Reproduce

On the documenation site, try searching for 'checkbox' or 'input'. Nothing happens.

I've just now realized it's because there were no results for 'checkbox' or 'input'. I'm going to leave this issue open because it does feel like the UX around searching the docs is

danywheeler
danywheeler commented Oct 2, 2017

sails> Page.create({name:'t'}).exec(console.log)Error (E_UNKNOWN) :: Encountered an unexpected error
at new WLError (/Users/dany/Projects/rocket-common-h5/node_modules/sails-hook-validation/node_modules/waterline/lib/waterline/error/WLError.js:26:15)
at Object.module.exports.patch (/Users/dany/Projects/rocket-common-h5/node_modules/sails-hook-validation/lib/WLValidationError.js:8:13)

This project contains single generic validations file that can be used for validations on login, signup process or form validations. only one function can work for all view controller validations e.g. there is only one function that is used for login View Controller, signup ViewController and editProfile ViewController also. i've handled the validation cases for email, phone number, name etc. you can add your other RegExes in this file for other validations.

  • Updated Sep 15, 2017
  • Swift

Improve this page

Add a description, image, and links to the validations 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 validations topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.