Skip to content

Commit ed5e02e

Browse files
authored
Add maxOptions to autocomplete with remote data
1 parent 03c3f9b commit ed5e02e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Autocomplete/assets/dist/controller.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,7 @@ _default_1_instances = new WeakSet(), _default_1_getCommonConfig = function _def
341341
}
342342
return query.length >= 3;
343343
},
344+
maxOptions: null,
344345
optgroupField: 'group_by',
345346
score: (search) => (item) => 1,
346347
render: {

0 commit comments

Comments
 (0)