-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 1.0.0
-
Component/s: UI
-
Sprint:nxGang Sprint 9.2.5
-
Story Points:0
The element readonly property is not bound to the internal paper-textarea corresponding property and hence does not work.
https://github.com/nuxeo/nuxeo-ui-elements/blob/master/widgets/nuxeo-textarea.html
<paper-textarea label="[[label]]" name="[[name]]" value="{{value}}" required$="[[required]]" disabled$="[[disabled]]" always-float-label> </paper-textarea>