"textArea": {
"prototype": "digit/ui/text-area.reel",
"properties": {
"element": {"#": "textArea"}
}
}
<textarea data-montage-id="textArea"></textarea>
value
- The text of the text area.placeholderValue
- A hint to the user of what can be entered in the control.enalbed
- The state of the text area.
.digit-TextArea
- The TextArea element
.digit-TextArea {
border-color: blue;
}
- Chrome (latest)
- Firefox (latest)
- Opera (latest)
- IE 10+
- Safari 7+