Skip to content

Latest commit

 

History

History

text-area.reel

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

TextArea

TextArea

How to use

"textArea": {
    "prototype": "digit/ui/text-area.reel",
    "properties": {
        "element": {"#": "textArea"}
    }
}
<textarea data-montage-id="textArea"></textarea>

Available properties

  • 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.

Customizing with CSS

  • .digit-TextArea - The TextArea element
.digit-TextArea {
    border-color: blue;
}

Browser support

  • Chrome (latest)
  • Firefox (latest)
  • Opera (latest)
  • IE 10+
  • Safari 7+