Skip to content
This repository has been archived by the owner on Dec 25, 2017. It is now read-only.

with vuejs2.1.5 validity component render undefined #348

Open
atomicmm opened this issue Dec 13, 2016 · 3 comments
Open

with vuejs2.1.5 validity component render undefined #348

atomicmm opened this issue Dec 13, 2016 · 3 comments

Comments

@atomicmm
Copy link

vue & vue-validator version

2.1.5, 3.0.0-alpha1

with the latest vuejs ,component validity will be render error content with undefined:

success

        <validation name="va2">
            <validity field="input2" :validators="{required:true,minlength:3}">
                <input type="text" ref="input2" @input="handleValidate" @focusout="handleValidate">
            </validity>
        </validation>

error with extra div wrapper,got undefined

        <validation name="va1">
            <div>
                <validity field="input1" :validators="{required:true,minlength:3}">
                    <input type="text" ref="input1" @input="handleValidate" @focusout="handleValidate">
                </validity>
            </div>
        </validation>
@rosemalejohn
Copy link

rosemalejohn commented Dec 13, 2016

I encountered same problem after @kazupon latest commits. How bad I already implemented it in our system which is running with Vue 2.0. I hope this will be fixed soon.

@philina
Copy link

philina commented Dec 16, 2016

the same problem,vue 2.1.0

@lllleeo
Copy link

lllleeo commented Jan 9, 2017

the same problem, vue 2.1.6

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants