-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Done
-
Affects Version/s: 1.0.1
-
Fix Version/s: 1.0.2
-
Sprint:nxGang Sprint 9.3.6
-
Story Points:2
Steps to reproduce in view designer:
- Create a view that includes a text field from a schema
- Mark the element as "required"
- Replace the <nuxeo-input> for a <nuxeo-textarea> web element
<nuxeo-textarea role="widget" value="{{document.properties.dc:description}}" label="DescripciĆ³n" type="text" required="true"></nuxeo-textarea>
- Load the view in your Nuxeo project
The text area not include the red '*' to indicate that the field is requiered
NOTE: the screenshots shown an example with a text field called "DescriciĆ³n"