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

Autocomplete: support maxlength and minlength

parent 735a8345
...@@ -92,6 +92,8 @@ ...@@ -92,6 +92,8 @@
name: String, name: String,
size: String, size: String,
value: String, value: String,
maxlength: Number,
minlength: Number,
autofocus: Boolean, autofocus: Boolean,
fetchSuggestions: Function, fetchSuggestions: Function,
triggerOnFocus: { 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