mirror of
https://github.com/ElemeFE/element.git
synced 2025-12-13 11:34:02 +08:00
support Input min & max prop
This commit is contained in:
@@ -26,6 +26,8 @@
|
||||
:minlength="minlength"
|
||||
:autocomplete="autoComplete"
|
||||
:autofocus="autofocus"
|
||||
:min="min"
|
||||
:max="max"
|
||||
:form="form"
|
||||
:value="value"
|
||||
ref="input"
|
||||
@@ -95,7 +97,9 @@
|
||||
},
|
||||
form: String,
|
||||
maxlength: Number,
|
||||
minlength: Number
|
||||
minlength: Number,
|
||||
max: {},
|
||||
min: {}
|
||||
},
|
||||
|
||||
methods: {
|
||||
|
||||
Reference in New Issue
Block a user