Merge pull request #5616 from CarterLi/2.0
feat(Input): remove prop :autocomplete value validation
This commit is contained in:
commit
dd00f055e1
1 changed files with 1 additions and 3 deletions
|
@ -141,9 +141,7 @@
|
||||||
default: false
|
default: false
|
||||||
},
|
},
|
||||||
autocomplete: {
|
autocomplete: {
|
||||||
validator (value) {
|
type: String,
|
||||||
return oneOf(value, ['on', 'off']);
|
|
||||||
},
|
|
||||||
default: 'off'
|
default: 'off'
|
||||||
},
|
},
|
||||||
clearable: {
|
clearable: {
|
||||||
|
|
Loading…
Add table
Reference in a new issue