{{ aspExample({ code: "", nunjucks: "", json: "", title: "", example: "default", id: "65a930c3a12d6" }) }}
When JavaScript is enabled, the message should be “You have XX characters remaining”. This will react to interactions / prepopulated content on page load. Default (JavaScript disabled) message “You can enter up to XX characters”.
WIP – Not just adding the readonly attribute but the className .form__textarea–readonly
{{ aspExample({ code: "", nunjucks: "", json: "", title: "", example: "read-only", id: "67925534c8f8b" }) }}WIP – Placeholder text is not a suitable substitute for a label, as it disappears when users click inside the textarea.
When there is a large amount of textual content.
This component can be added within a conditional question.
WIP – Default amount of of rows: 4
Use a text input if the field should be one single line.
The below criteria all need to be met for a component to be considered as fully developed for use within the ASP Digital Design System.