Commit fac4bdf2 authored by Leopoldthecoder's avatar Leopoldthecoder Committed by 杨奕

Autocomplete: support maxlength and minlength

parent 735a8345
......@@ -92,6 +92,8 @@
name: String,
size: String,
value: String,
maxlength: Number,
minlength: Number,
autofocus: Boolean,
fetchSuggestions: Function,
triggerOnFocus: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment