| moz-textarea.css |
|
338 |
- |
| moz-textarea.mjs |
A textarea custom element.
@tagname moz-textarea
@property {string} label - The text of the label element.
@property {string} name - The name of the textarea control.
@property {string} value - The value of the textarea control.
@property {boolean} disabled - The disabled state of the textarea control.
@property {boolean} readonly - The readonly state of the textarea control.
@property {string} description - The text for the description element that helps describe the textarea control.
@property {string} supportPage - Name of the SUMO support page to link to.
@property {string} placeholder - Text to display when the textarea has no value.
@property {string} iconSrc - The src for an optional icon.
@property {string} ariaLabel - The aria-label text when there is no visible label.
@property {string} ariaDescription - The aria-description text when there is no visible description.
@property {number} rows - The number of visible text rows.
|
2482 |
- |
| moz-textarea.stories.mjs |
|
2995 |
- |