Эх сурвалжийг харах

Autocomplete: support maxlength and minlength

Leopoldthecoder 7 жил өмнө
parent
commit
fac4bdf2f3

+ 2 - 0
packages/autocomplete/src/autocomplete.vue

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