feat(Input): remove prop :autocomplete value validation

This commit is contained in:
李通洲 2019-04-12 15:45:49 +08:00
parent 7435abb004
commit 0d9cc2e41c
No known key found for this signature in database
GPG key ID: 185E60A519A7E290

View file

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