I want to limit the input field with a maxlength , I've tried like this;
<input class="input" type="number" v-model.number="numero" maxlength="10">
but vue.js does not recognize it.
<input class="input" v-model.number="numer...
asked by
08.04.2017 / 01:58