The following elements should take into account stay-open-on-select parameter (according to ELEMENTS-365):
- nuxeo-directory-suggestion
- nuxeo-document-suggestion
- nuxeo-select2
- nuxeo-tag-suggestion
- nuxeo-user-suggestion
But the following does not keep the dropdown box open after clicking:
<nuxeo-user-suggestion role="widget" value="{{document.properties.mydoc:myUser}}" label="My User" multiple="true" search-type="USER_GROUP_TYPE" stay-open-on-select="true" ></nuxeo-user-suggestion>
Steps to reproduce:
- install Nuxeo 8.10
- add a multi-valued user-typed property
- customize the form in web designer as above (add the stay-open-on-select="true" part)
- in the UI click the create form
- select one user
- observe the box is closed right after the click
Expected behavior: the box should remain open
Please note the user elements has been used but this is a common issue for all the elements listed above.
- is related to
-
ELEMENTS-365 Add missing closeOnSelect property on multiple nuxeo-suggestion elements
- Resolved