posva / vue-mdc

Material web components for Vue.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

required field

kyoukhana opened this issue · comments

I couldn't get required working is there something I am missing?

  <p><mdl-textfield floating-label="First Name:" :required="required" :value.sync="user.name" id="name" name="name"></mdl-textfield></p>
                                    <label class="mdl-textfield__error" v-if="error">{{error}}</label>

Also I coudln't get vee-validate working with any mdl-textfields. It will work on normal input fields.

I couldn't find anything missing.
You should post on the forums or SO to get some help