Merge pull request #5616 from CarterLi/2.0

feat(Input): remove prop :autocomplete value validation
This commit is contained in:
Aresn 2019-05-21 11:03:03 +08:00 committed by GitHub
commit dd00f055e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -141,9 +141,7 @@
default: false
},
autocomplete: {
validator (value) {
return oneOf(value, ['on', 'off']);
},
type: String,
default: 'off'
},
clearable: {