API Reference > ui-core > Inputs > TextareaProps TextareaProps Interface Properties for Textarea component Extends TextareaHTMLAttributes<HTMLTextAreaElement> CommonProps Properties Name Type Description rows undefined | number textarea rows Inherited properties Name Type Inherited from Description about undefined | string HTMLAttributes accessKey undefined | string HTMLAttributes aria-activedescendant undefined | string AriaAttributes Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application. aria-atomic boolean | "false" = undefined | "true" = undefined AriaAttributes Indicates whether assistive technologies will present all, or only parts of, the changed region based on the change notifications defined by the aria-relevant attribute. aria-autocomplete "none" = undefined | "inline" = undefined | "list" = undefined | "both" = undefined AriaAttributes Indicates whether inputting text could trigger display of one or more predictions of the user's intended value for an input and specifies how predictions would be aria-busy boolean | "false" = undefined | "true" = undefined AriaAttributes Indicates an element is being modified and that assistive technologies MAY want to wait until the modifications are complete before exposing them to the user. aria-checked boolean | "false" = undefined | "mixed" = undefined | "true" = undefined AriaAttributes Indicates the current "checked" state of checkboxes, radio buttons, and other widgets. aria-colcount undefined | number AriaAttributes Defines the total number of columns in a table, grid, or treegrid. aria-colindex undefined | number AriaAttributes Defines an element's column index or position with respect to the total number of columns within a table, grid, or treegrid. aria-colspan undefined | number AriaAttributes Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid. aria-controls undefined | string AriaAttributes Identifies the element (or elements) whose contents or presence are controlled by the current element. aria-current boolean | "false" = undefined | "true" = undefined | "page" = undefined | "step" = undefined | "location" = undefined | "date" = undefined | "time" = undefined AriaAttributes Indicates the element that represents the current item within a container or set of related elements. aria-describedby undefined | string AriaAttributes Identifies the element (or elements) that describes the object. aria-details undefined | string AriaAttributes Identifies the element that provides a detailed, extended description for the object. aria-disabled boolean | "false" = undefined | "true" = undefined AriaAttributes Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable. aria-dropeffect "none" = undefined | "copy" = undefined | "execute" = undefined | "link" = undefined | "move" = undefined | "popup" = undefined AriaAttributes Indicates what functions can be performed when a dragged object is released on the drop target. aria-errormessage undefined | string AriaAttributes Identifies the element that provides an error message for the object. aria-expanded boolean | "false" = undefined | "true" = undefined AriaAttributes Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed. aria-flowto undefined | string AriaAttributes Identifies the next element (or elements) in an alternate reading order of content which, at the user's discretion, aria-grabbed boolean | "false" = undefined | "true" = undefined AriaAttributes Indicates an element's "grabbed" state in a drag-and-drop operation. aria-haspopup boolean | "false" = undefined | "true" = undefined | "menu" = undefined | "listbox" = undefined | "tree" = undefined | "grid" = undefined | "dialog" = undefined AriaAttributes Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element. aria-hidden boolean | "false" = undefined | "true" = undefined AriaAttributes Indicates whether the element is exposed to an accessibility API. aria-invalid boolean | "false" = undefined | "true" = undefined | "grammar" = undefined | "spelling" = undefined AriaAttributes Indicates the entered value does not conform to the format expected by the application. aria-keyshortcuts undefined | string AriaAttributes Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element. aria-label undefined | string AriaAttributes Defines a string value that labels the current element. aria-labelledby undefined | string AriaAttributes Identifies the element (or elements) that labels the current element. aria-level undefined | number AriaAttributes Defines the hierarchical level of an element within a structure. aria-live "off" = undefined | "assertive" = undefined | "polite" = undefined AriaAttributes Indicates that an element will be updated, and describes the types of updates the user agents, assistive technologies, and user can expect from the live region. aria-modal boolean | "false" = undefined | "true" = undefined AriaAttributes Indicates whether an element is modal when displayed. aria-multiline boolean | "false" = undefined | "true" = undefined AriaAttributes Indicates whether a text box accepts multiple lines of input or only a single line. aria-multiselectable boolean | "false" = undefined | "true" = undefined AriaAttributes Indicates that the user may select more than one item from the current selectable descendants. aria-orientation "horizontal" = undefined | "vertical" = undefined AriaAttributes Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous. aria-owns undefined | string AriaAttributes Identifies an element (or elements) in order to define a visual, functional, or contextual parent/child relationship aria-placeholder undefined | string AriaAttributes Defines a short hint (a word or short phrase) intended to aid the user with data entry when the control has no value. aria-posinset undefined | number AriaAttributes Defines an element's number or position in the current set of listitems or treeitems. aria-pressed boolean | "false" = undefined | "mixed" = undefined | "true" = undefined AriaAttributes Indicates the current "pressed" state of toggle buttons. aria-readonly boolean | "false" = undefined | "true" = undefined AriaAttributes Indicates that the element is not editable, but is otherwise operable. aria-relevant "additions" = undefined | "additions text" = undefined | "all" = undefined | "removals" = undefined | "text" = undefined AriaAttributes Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified. aria-required boolean | "false" = undefined | "true" = undefined AriaAttributes Indicates that user input is required on the element before a form may be submitted. aria-roledescription undefined | string AriaAttributes Defines a human-readable, author-localized description for the role of an element. aria-rowcount undefined | number AriaAttributes Defines the total number of rows in a table, grid, or treegrid. aria-rowindex undefined | number AriaAttributes Defines an element's row index or position with respect to the total number of rows within a table, grid, or treegrid. aria-rowspan undefined | number AriaAttributes Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid. aria-selected boolean | "false" = undefined | "true" = undefined AriaAttributes Indicates the current "selected" state of various widgets. aria-setsize undefined | number AriaAttributes Defines the number of items in the current set of listitems or treeitems. aria-sort "none" = undefined | "ascending" = undefined | "descending" = undefined | "other" = undefined AriaAttributes Indicates if items in a table or grid are sorted in ascending or descending order. aria-valuemax undefined | number AriaAttributes Defines the maximum allowed value for a range widget. aria-valuemin undefined | number AriaAttributes Defines the minimum allowed value for a range widget. aria-valuenow undefined | number AriaAttributes Defines the current value for a range widget. aria-valuetext undefined | string AriaAttributes Defines the human readable text alternative of aria-valuenow for a range widget. autoCapitalize undefined | string HTMLAttributes autoComplete undefined | string TextareaHTMLAttributes<HTMLTextAreaElement> autoCorrect undefined | string HTMLAttributes autoFocus undefined | false | true TextareaHTMLAttributes<HTMLTextAreaElement> autoSave undefined | string HTMLAttributes children undefined | ReactNode DOMAttributes className undefined | string HTMLAttributes color undefined | string HTMLAttributes cols undefined | number TextareaHTMLAttributes<HTMLTextAreaElement> contentEditable Booleanish | "inherit" = undefined HTMLAttributes contextMenu undefined | string HTMLAttributes dangerouslySetInnerHTML undefined | { __html: string } DOMAttributes datatype undefined | string HTMLAttributes defaultChecked undefined | false | true HTMLAttributes defaultValue string | number | string[] HTMLAttributes dir undefined | string HTMLAttributes dirName undefined | string TextareaHTMLAttributes<HTMLTextAreaElement> disabled undefined | false | true TextareaHTMLAttributes<HTMLTextAreaElement> draggable undefined | Booleanish HTMLAttributes form undefined | string TextareaHTMLAttributes<HTMLTextAreaElement> hidden undefined | false | true HTMLAttributes id undefined | string HTMLAttributes inlist undefined | any HTMLAttributes inputMode "none" = undefined | "text" = undefined | "tel" = undefined | "url" = undefined | "email" = undefined | "numeric" = undefined | "decimal" = undefined | "search" = undefined HTMLAttributes Hints at the type of data that might be entered by the user while editing the element or its contents is undefined | string HTMLAttributes Specify that a standard HTML element should behave like a defined custom built-in element itemID undefined | string HTMLAttributes itemProp undefined | string HTMLAttributes itemRef undefined | string HTMLAttributes itemScope undefined | false | true HTMLAttributes itemType undefined | string HTMLAttributes lang undefined | string HTMLAttributes maxLength undefined | number TextareaHTMLAttributes<HTMLTextAreaElement> minLength undefined | number TextareaHTMLAttributes<HTMLTextAreaElement> name undefined | string TextareaHTMLAttributes<HTMLTextAreaElement> onAbort undefined | ReactEventHandler<HTMLTextAreaElement> DOMAttributes onAbortCapture undefined | ReactEventHandler<HTMLTextAreaElement> DOMAttributes onAnimationEnd undefined | AnimationEventHandler<HTMLTextAreaElement> DOMAttributes onAnimationEndCapture undefined | AnimationEventHandler<HTMLTextAreaElement> DOMAttributes onAnimationIteration undefined | AnimationEventHandler<HTMLTextAreaElement> DOMAttributes onAnimationIterationCapture undefined | AnimationEventHandler<HTMLTextAreaElement> DOMAttributes onAnimationStart undefined | AnimationEventHandler<HTMLTextAreaElement> DOMAttributes onAnimationStartCapture undefined | AnimationEventHandler<HTMLTextAreaElement> DOMAttributes onAuxClick undefined | MouseEventHandler<HTMLTextAreaElement> DOMAttributes onAuxClickCapture undefined | MouseEventHandler<HTMLTextAreaElement> DOMAttributes onBeforeInput undefined | FormEventHandler<HTMLTextAreaElement> DOMAttributes onBeforeInputCapture undefined | FormEventHandler<HTMLTextAreaElement> DOMAttributes onBlur undefined | FocusEventHandler<HTMLTextAreaElement> DOMAttributes onBlurCapture undefined | FocusEventHandler<HTMLTextAreaElement> DOMAttributes onCanPlay undefined | ReactEventHandler<HTMLTextAreaElement> DOMAttributes onCanPlayCapture undefined | ReactEventHandler<HTMLTextAreaElement> DOMAttributes onCanPlayThrough undefined | ReactEventHandler<HTMLTextAreaElement> DOMAttributes onCanPlayThroughCapture undefined | ReactEventHandler<HTMLTextAreaElement> DOMAttributes onChange undefined | ChangeEventHandler<HTMLTextAreaElement> TextareaHTMLAttributes<HTMLTextAreaElement> onChangeCapture undefined | FormEventHandler<HTMLTextAreaElement> DOMAttributes onClick undefined | MouseEventHandler<HTMLTextAreaElement> DOMAttributes onClickCapture undefined | MouseEventHandler<HTMLTextAreaElement> DOMAttributes onCompositionEnd undefined | CompositionEventHandler<HTMLTextAreaElement> DOMAttributes onCompositionEndCapture undefined | CompositionEventHandler<HTMLTextAreaElement> DOMAttributes onCompositionStart undefined | CompositionEventHandler<HTMLTextAreaElement> DOMAttributes onCompositionStartCapture undefined | CompositionEventHandler<HTMLTextAreaElement> DOMAttributes onCompositionUpdate undefined | CompositionEventHandler<HTMLTextAreaElement> DOMAttributes onCompositionUpdateCapture undefined | CompositionEventHandler<HTMLTextAreaElement> DOMAttributes onContextMenu undefined | MouseEventHandler<HTMLTextAreaElement> DOMAttributes onContextMenuCapture undefined | MouseEventHandler<HTMLTextAreaElement> DOMAttributes onCopy undefined | ClipboardEventHandler<HTMLTextAreaElement> DOMAttributes onCopyCapture undefined | ClipboardEventHandler<HTMLTextAreaElement> DOMAttributes onCut undefined | ClipboardEventHandler<HTMLTextAreaElement> DOMAttributes onCutCapture undefined | ClipboardEventHandler<HTMLTextAreaElement> DOMAttributes onDoubleClick undefined | MouseEventHandler<HTMLTextAreaElement> DOMAttributes onDoubleClickCapture undefined | MouseEventHandler<HTMLTextAreaElement> DOMAttributes onDrag undefined | DragEventHandler<HTMLTextAreaElement> DOMAttributes onDragCapture undefined | DragEventHandler<HTMLTextAreaElement> DOMAttributes onDragEnd undefined | DragEventHandler<HTMLTextAreaElement> DOMAttributes onDragEndCapture undefined | DragEventHandler<HTMLTextAreaElement> DOMAttributes onDragEnter undefined | DragEventHandler<HTMLTextAreaElement> DOMAttributes onDragEnterCapture undefined | DragEventHandler<HTMLTextAreaElement> DOMAttributes onDragExit undefined | DragEventHandler<HTMLTextAreaElement> DOMAttributes onDragExitCapture undefined | DragEventHandler<HTMLTextAreaElement> DOMAttributes onDragLeave undefined | DragEventHandler<HTMLTextAreaElement> DOMAttributes onDragLeaveCapture undefined | DragEventHandler<HTMLTextAreaElement> DOMAttributes onDragOver undefined | DragEventHandler<HTMLTextAreaElement> DOMAttributes onDragOverCapture undefined | DragEventHandler<HTMLTextAreaElement> DOMAttributes onDragStart undefined | DragEventHandler<HTMLTextAreaElement> DOMAttributes onDragStartCapture undefined | DragEventHandler<HTMLTextAreaElement> DOMAttributes onDrop undefined | DragEventHandler<HTMLTextAreaElement> DOMAttributes onDropCapture undefined | DragEventHandler<HTMLTextAreaElement> DOMAttributes onDurationChange undefined | ReactEventHandler<HTMLTextAreaElement> DOMAttributes onDurationChangeCapture undefined | ReactEventHandler<HTMLTextAreaElement> DOMAttributes onEmptied undefined | ReactEventHandler<HTMLTextAreaElement> DOMAttributes onEmptiedCapture undefined | ReactEventHandler<HTMLTextAreaElement> DOMAttributes onEncrypted undefined | ReactEventHandler<HTMLTextAreaElement> DOMAttributes onEncryptedCapture undefined | ReactEventHandler<HTMLTextAreaElement> DOMAttributes onEnded undefined | ReactEventHandler<HTMLTextAreaElement> DOMAttributes onEndedCapture undefined | ReactEventHandler<HTMLTextAreaElement> DOMAttributes onError undefined | ReactEventHandler<HTMLTextAreaElement> DOMAttributes onErrorCapture undefined | ReactEventHandler<HTMLTextAreaElement> DOMAttributes onFocus undefined | FocusEventHandler<HTMLTextAreaElement> DOMAttributes onFocusCapture undefined | FocusEventHandler<HTMLTextAreaElement> DOMAttributes onGotPointerCapture undefined | PointerEventHandler<HTMLTextAreaElement> DOMAttributes onGotPointerCaptureCapture undefined | PointerEventHandler<HTMLTextAreaElement> DOMAttributes onInput undefined | FormEventHandler<HTMLTextAreaElement> DOMAttributes onInputCapture undefined | FormEventHandler<HTMLTextAreaElement> DOMAttributes onInvalid undefined | FormEventHandler<HTMLTextAreaElement> DOMAttributes onInvalidCapture undefined | FormEventHandler<HTMLTextAreaElement> DOMAttributes onKeyDown undefined | KeyboardEventHandler<HTMLTextAreaElement> DOMAttributes onKeyDownCapture undefined | KeyboardEventHandler<HTMLTextAreaElement> DOMAttributes onKeyPress undefined | KeyboardEventHandler<HTMLTextAreaElement> DOMAttributes onKeyPressCapture undefined | KeyboardEventHandler<HTMLTextAreaElement> DOMAttributes onKeyUp undefined | KeyboardEventHandler<HTMLTextAreaElement> DOMAttributes onKeyUpCapture undefined | KeyboardEventHandler<HTMLTextAreaElement> DOMAttributes onLoad undefined | ReactEventHandler<HTMLTextAreaElement> DOMAttributes onLoadCapture undefined | ReactEventHandler<HTMLTextAreaElement> DOMAttributes onLoadStart undefined | ReactEventHandler<HTMLTextAreaElement> DOMAttributes onLoadStartCapture undefined | ReactEventHandler<HTMLTextAreaElement> DOMAttributes onLoadedData undefined | ReactEventHandler<HTMLTextAreaElement> DOMAttributes onLoadedDataCapture undefined | ReactEventHandler<HTMLTextAreaElement> DOMAttributes onLoadedMetadata undefined | ReactEventHandler<HTMLTextAreaElement> DOMAttributes onLoadedMetadataCapture undefined | ReactEventHandler<HTMLTextAreaElement> DOMAttributes onLostPointerCapture undefined | PointerEventHandler<HTMLTextAreaElement> DOMAttributes onLostPointerCaptureCapture undefined | PointerEventHandler<HTMLTextAreaElement> DOMAttributes onMouseDown undefined | MouseEventHandler<HTMLTextAreaElement> DOMAttributes onMouseDownCapture undefined | MouseEventHandler<HTMLTextAreaElement> DOMAttributes onMouseEnter undefined | MouseEventHandler<HTMLTextAreaElement> DOMAttributes onMouseLeave undefined | MouseEventHandler<HTMLTextAreaElement> DOMAttributes onMouseMove undefined | MouseEventHandler<HTMLTextAreaElement> DOMAttributes onMouseMoveCapture undefined | MouseEventHandler<HTMLTextAreaElement> DOMAttributes onMouseOut undefined | MouseEventHandler<HTMLTextAreaElement> DOMAttributes onMouseOutCapture undefined | MouseEventHandler<HTMLTextAreaElement> DOMAttributes onMouseOver undefined | MouseEventHandler<HTMLTextAreaElement> DOMAttributes onMouseOverCapture undefined | MouseEventHandler<HTMLTextAreaElement> DOMAttributes onMouseUp undefined | MouseEventHandler<HTMLTextAreaElement> DOMAttributes onMouseUpCapture undefined | MouseEventHandler<HTMLTextAreaElement> DOMAttributes onPaste undefined | ClipboardEventHandler<HTMLTextAreaElement> DOMAttributes onPasteCapture undefined | ClipboardEventHandler<HTMLTextAreaElement> DOMAttributes onPause undefined | ReactEventHandler<HTMLTextAreaElement> DOMAttributes onPauseCapture undefined | ReactEventHandler<HTMLTextAreaElement> DOMAttributes onPlay undefined | ReactEventHandler<HTMLTextAreaElement> DOMAttributes onPlayCapture undefined | ReactEventHandler<HTMLTextAreaElement> DOMAttributes onPlaying undefined | ReactEventHandler<HTMLTextAreaElement> DOMAttributes onPlayingCapture undefined | ReactEventHandler<HTMLTextAreaElement> DOMAttributes onPointerCancel undefined | PointerEventHandler<HTMLTextAreaElement> DOMAttributes onPointerCancelCapture undefined | PointerEventHandler<HTMLTextAreaElement> DOMAttributes onPointerDown undefined | PointerEventHandler<HTMLTextAreaElement> DOMAttributes onPointerDownCapture undefined | PointerEventHandler<HTMLTextAreaElement> DOMAttributes onPointerEnter undefined | PointerEventHandler<HTMLTextAreaElement> DOMAttributes onPointerEnterCapture undefined | PointerEventHandler<HTMLTextAreaElement> DOMAttributes onPointerLeave undefined | PointerEventHandler<HTMLTextAreaElement> DOMAttributes onPointerLeaveCapture undefined | PointerEventHandler<HTMLTextAreaElement> DOMAttributes onPointerMove undefined | PointerEventHandler<HTMLTextAreaElement> DOMAttributes onPointerMoveCapture undefined | PointerEventHandler<HTMLTextAreaElement> DOMAttributes onPointerOut undefined | PointerEventHandler<HTMLTextAreaElement> DOMAttributes onPointerOutCapture undefined | PointerEventHandler<HTMLTextAreaElement> DOMAttributes onPointerOver undefined | PointerEventHandler<HTMLTextAreaElement> DOMAttributes onPointerOverCapture undefined | PointerEventHandler<HTMLTextAreaElement> DOMAttributes onPointerUp undefined | PointerEventHandler<HTMLTextAreaElement> DOMAttributes onPointerUpCapture undefined | PointerEventHandler<HTMLTextAreaElement> DOMAttributes onProgress undefined | ReactEventHandler<HTMLTextAreaElement> DOMAttributes onProgressCapture undefined | ReactEventHandler<HTMLTextAreaElement> DOMAttributes onRateChange undefined | ReactEventHandler<HTMLTextAreaElement> DOMAttributes onRateChangeCapture undefined | ReactEventHandler<HTMLTextAreaElement> DOMAttributes onReset undefined | FormEventHandler<HTMLTextAreaElement> DOMAttributes onResetCapture undefined | FormEventHandler<HTMLTextAreaElement> DOMAttributes onScroll undefined | UIEventHandler<HTMLTextAreaElement> DOMAttributes onScrollCapture undefined | UIEventHandler<HTMLTextAreaElement> DOMAttributes onSeeked undefined | ReactEventHandler<HTMLTextAreaElement> DOMAttributes onSeekedCapture undefined | ReactEventHandler<HTMLTextAreaElement> DOMAttributes onSeeking undefined | ReactEventHandler<HTMLTextAreaElement> DOMAttributes onSeekingCapture undefined | ReactEventHandler<HTMLTextAreaElement> DOMAttributes onSelect undefined | ReactEventHandler<HTMLTextAreaElement> DOMAttributes onSelectCapture undefined | ReactEventHandler<HTMLTextAreaElement> DOMAttributes onStalled undefined | ReactEventHandler<HTMLTextAreaElement> DOMAttributes onStalledCapture undefined | ReactEventHandler<HTMLTextAreaElement> DOMAttributes onSubmit undefined | FormEventHandler<HTMLTextAreaElement> DOMAttributes onSubmitCapture undefined | FormEventHandler<HTMLTextAreaElement> DOMAttributes onSuspend undefined | ReactEventHandler<HTMLTextAreaElement> DOMAttributes onSuspendCapture undefined | ReactEventHandler<HTMLTextAreaElement> DOMAttributes onTimeUpdate undefined | ReactEventHandler<HTMLTextAreaElement> DOMAttributes onTimeUpdateCapture undefined | ReactEventHandler<HTMLTextAreaElement> DOMAttributes onTouchCancel undefined | TouchEventHandler<HTMLTextAreaElement> DOMAttributes onTouchCancelCapture undefined | TouchEventHandler<HTMLTextAreaElement> DOMAttributes onTouchEnd undefined | TouchEventHandler<HTMLTextAreaElement> DOMAttributes onTouchEndCapture undefined | TouchEventHandler<HTMLTextAreaElement> DOMAttributes onTouchMove undefined | TouchEventHandler<HTMLTextAreaElement> DOMAttributes onTouchMoveCapture undefined | TouchEventHandler<HTMLTextAreaElement> DOMAttributes onTouchStart undefined | TouchEventHandler<HTMLTextAreaElement> DOMAttributes onTouchStartCapture undefined | TouchEventHandler<HTMLTextAreaElement> DOMAttributes onTransitionEnd undefined | TransitionEventHandler<HTMLTextAreaElement> DOMAttributes onTransitionEndCapture undefined | TransitionEventHandler<HTMLTextAreaElement> DOMAttributes onVolumeChange undefined | ReactEventHandler<HTMLTextAreaElement> DOMAttributes onVolumeChangeCapture undefined | ReactEventHandler<HTMLTextAreaElement> DOMAttributes onWaiting undefined | ReactEventHandler<HTMLTextAreaElement> DOMAttributes onWaitingCapture undefined | ReactEventHandler<HTMLTextAreaElement> DOMAttributes onWheel undefined | WheelEventHandler<HTMLTextAreaElement> DOMAttributes onWheelCapture undefined | WheelEventHandler<HTMLTextAreaElement> DOMAttributes placeholder undefined | string TextareaHTMLAttributes<HTMLTextAreaElement> prefix undefined | string HTMLAttributes property undefined | string HTMLAttributes radioGroup undefined | string HTMLAttributes readOnly undefined | false | true TextareaHTMLAttributes<HTMLTextAreaElement> required undefined | false | true TextareaHTMLAttributes<HTMLTextAreaElement> resource undefined | string HTMLAttributes results undefined | number HTMLAttributes role undefined | string HTMLAttributes security undefined | string HTMLAttributes slot undefined | string HTMLAttributes spellCheck undefined | Booleanish HTMLAttributes style undefined | CSSProperties HTMLAttributes suppressContentEditableWarning undefined | false | true HTMLAttributes suppressHydrationWarning undefined | false | true HTMLAttributes tabIndex undefined | number HTMLAttributes title undefined | string HTMLAttributes translate "yes" = undefined | "no" = undefined HTMLAttributes typeof undefined | string HTMLAttributes unselectable "on" = undefined | "off" = undefined HTMLAttributes value string | string[] | number TextareaHTMLAttributes<HTMLTextAreaElement> vocab undefined | string HTMLAttributes wrap undefined | string TextareaHTMLAttributes<HTMLTextAreaElement> Defined in ui/core/src/ui-core/inputs/Textarea.tsx Line 16 Last Updated: 13 June, 2024