You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -221,12 +221,12 @@ Custom search config for above html template 'a' tag(filtering item), if we want
221
221
222
222
min_length:
223
223
224
-
Inspired by the 'minLength' option in Jquery's Autocomplete Widget, the 'min-length' specifies the minimum number of characters a user must type before a search is performed.
224
+
Inspired by the 'minLength' option in Jquery's Autocomplete Widget, the 'min_length' specifies the minimum number of characters a user must type before a search is performed.
225
225
'1' is the default value and is useful for local data with just a few items, but a higher value should be used when a single character search could match a few thousand items.
226
226
227
227
Code examples:
228
228
229
-
Initialize the filter with the 'min-length' option specified:
229
+
Initialize the filter with the 'min_length' option specified:
0 commit comments