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
|
||||
},
|
||||
autocomplete: {
|
||||
validator (value) {
|
||||
return oneOf(value, ['on', 'off']);
|
||||
},
|
||||
type: String,
|
||||
default: 'off'
|
||||
},
|
||||
clearable: {
|
||||
|
|
Loading…
Add table
Reference in a new issue