- Create a view that use nuxeo-path-suggestion
- Add the query property
<nuxeo-path-suggestion label="[[i18n('label.popup.destinationPath')]]" value="{{dest}}" min-chars="0" query=" AND ecm:isTrashed = 0" required> </nuxeo-path-suggestion>
- Deploy your changes
- Access to the view and select a folder (which contain some deleted child)
Deleted children are shown
NOTE: The query property is defined but not used in the source code. Please see: