1.3.6
win7/chrome53.0.2774.3
2.3.4
https://jsfiddle.net/pj71jkyw/
maxlength="4"
found in
maxlength="4"能直接使用
maxlength="4"不影响功能 console抛错
That's how Vue works.
i got the common problem....
@tianhongye @mykite Mabye you can edit like :maxlength="42"
I noted this works with input
of type="text"
, but not of type="number"
on https://github.com/vuetifyjs/vuetify/issues/576.
@leotm Thanks! This note is a great help to me.
@Leopoldthecoder I think it should support type = "number"
.
@youyou837 我也觉得应该支持 type = "number"
Most helpful comment
@tianhongye @mykite Mabye you can edit like
:maxlength="42"