-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 2.2.0, 2.4.0, 3.0.0
-
Component/s: UI
Studio-side
- create a custom document type
- add a custom property myDocField in the document schema of type Document
- in Designer configure the forms
- double-check there is a nuxeo-document-suggestion for myDocField in the creation form, if not, add it manually using this:
<nuxeo-document-suggestion role="widget" value="{{document.properties.testdoc:myDocField}}" label="Doc Field"></nuxeo-document-suggestion>
- save the project
Server-side
- install Nuxeo
- sync the project
- login
- create a custom doc
- observe on the creation form that clicking on the suggestion field it loses the focus. When keeping the button down during a click, the focus is kept. When releasing the button, the focus is lost.
- Is referenced in