mirror of https://github.com/ElemeFE/element
Autocomplete: support maxlength and minlength
parent
735a834566
commit
fac4bdf2f3
|
@ -92,6 +92,8 @@
|
|||
name: String,
|
||||
size: String,
|
||||
value: String,
|
||||
maxlength: Number,
|
||||
minlength: Number,
|
||||
autofocus: Boolean,
|
||||
fetchSuggestions: Function,
|
||||
triggerOnFocus: {
|
||||
|
|
Loading…
Reference in New Issue