When you look for members, the number of results is fixed at 10 by this line:
const AUTOCOMPLETE_COUNT = 10;
The user should be able to change the number of results. The core will support this feature soon, maybe we can reuse it somehow.
Hardcoded result size limit in the entity reference autocomplete widget.
Issue fork private_message-3050359
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
phjouComment #3
phjouThe core has fixed the issue on 8.8, we can try to get this working now.
Should we start a 8.x-3.x branch since we will intoduce a dependency on core 8.8?
Comment #4
panchukComment #6
panchukComment #7
artem_sylchukComment #8
panchukComment #10
artem_sylchukLooks good, merged.
However would love to see tests for this.