Commit c3cf3f23 authored by baiyaaaaa's avatar baiyaaaaa Committed by 杨奕

support prop 'for' (#6049)

parent 18e49794
......@@ -81,6 +81,7 @@
rules: [Object, Array],
error: String,
validateStatus: String,
for: String,
inlineMessage: {
type: [String, Boolean],
default: ''
......
......@@ -106,15 +106,20 @@
placeholder: String,
size: String,
resize: String,
icon: String,
name: String,
form: String,
id: String,
maxlength: Number,
minlength: Number,
readonly: Boolean,
autofocus: Boolean,
icon: String,
disabled: Boolean,
onIconClick: Function,
type: {
type: String,
default: 'text'
},
name: String,
autosize: {
type: [Boolean, Object],
default: false
......@@ -127,9 +132,6 @@
type: String,
default: 'off'
},
form: String,
maxlength: Number,
minlength: Number,
max: {},
min: {},
step: {},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment