Giter VIP home page Giter VIP logo

vue-validity's Introduction

Hi there ๐Ÿ‘‹

I am a Software Engineer with a BS in Computer Science. I have been working professionally over the last 11 years and casually since age 12 when I wrote my first web application in ASP. I have worked in various languages/capacities, with a primary focus in developing web applications across the full stack.

Primary languages (most recent first):

  • NodeJS
  • Ruby
  • C#

I am the founder of immersh.com, an immersive education for any skill. We are always looking for more instructors and students to get involved, so if you'd like to know more, feel free and email [email protected] with subject "New (student/instructor) inquiry".

vue-validity's People

Contributors

judocode avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

vue-validity's Issues

$errors array is empty until $validate is manually called

Like in the title. I have simple input. i have entered part of my name into the input field, but the $error array is empty and there should be one error -> minlength. It only shows after I run $validate method myself.

{
  "name": "Pa"
}
{
  "required": {
    "$value": true,
    "$message": "name is required."
  },
  "minlength": {
    "$value": false,
    "$message": "name should be at least 3 chars."
  },
  "$valid": false,
  "$dirty": false,
  "$error": false,
  "$errors": []
}

is this intended behavior?

v-validity does not work without v-model

I am getting an error "Uncaught TypeError: Cannot read property 'data' of undefined':

img1

when I use v-validity but not with v-model

<input type="text" @input="onChange" v-validity>

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.