Skip to content

Commit 6203cf6

Browse files
authored
Update joomla-field-fancy-select.w-c.es6.js
1 parent 057617c commit 6203cf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/media_source/system/js/fields/joomla-field-fancy-select.w-c.es6.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ window.customElements.define('joomla-field-fancy-select', class extends HTMLElem
126126
searchPlaceholderValue: this.searchPlaceholder,
127127
removeItemButton: true,
128128
searchFloor: this.minTermLength,
129-
searchResultLimit: parseInt(this.select.dataset.maxResults, 10) || 4,
129+
searchResultLimit: parseInt(this.select.dataset.maxResults, 10) || 10,
130130
renderChoiceLimit: parseInt(this.select.dataset.maxRender, 10) || -1,
131131
shouldSort: false,
132132
fuseOptions: {

0 commit comments

Comments
 (0)