Currently the number of results displayed by nuxeo-path-suggestion is hardcoded to 10.
This request is to have a new attribute "max-results" which would let configure how many results are displayed. It would impact 2 parts of the elements :
- the page provider used by nuxeo-path-suggestion
- the element "paper-typeahead" used to display the results
Final usage would look like:
<nuxeo-path-suggestion max-results="20" value="{{path}}" label="[[i18n('defaultSearch.path')]]" role="widget"></nuxeo-path-suggestion>