Autocomplete: support maxlength and minlength

pull/8863/head
Leopoldthecoder 2017-12-16 21:31:31 +08:00 committed by 杨奕
parent 735a834566
commit fac4bdf2f3
1 changed files with 2 additions and 0 deletions

View File

@ -92,6 +92,8 @@
name: String,
size: String,
value: String,
maxlength: Number,
minlength: Number,
autofocus: Boolean,
fetchSuggestions: Function,
triggerOnFocus: {