Aller au contenu

@mirego/forra-react


@mirego/forra-react / components / TextareaProps

Interface: TextareaProps

Extends

  • TextareaAutosizeProps

Properties

about?

optional about: string

Inherited from

ButtonProps.about


accessKey?

optional accessKey: string

Inherited from

ButtonProps.accessKey


aria-activedescendant?

optional aria-activedescendant: string

Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.

Inherited from

AlertProps.aria-activedescendant


aria-atomic?

optional aria-atomic: Booleanish

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.

Inherited from

AlertProps.aria-atomic


aria-autocomplete?

optional aria-autocomplete: "list" | "none" | "inline" | "both"

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 presented if they are made.

Inherited from

AlertProps.aria-autocomplete


aria-braillelabel?

optional aria-braillelabel: string

Defines a string value that labels the current element, which is intended to be converted into Braille.

See

aria-label.

Inherited from

AlertProps.aria-braillelabel


aria-brailleroledescription?

optional aria-brailleroledescription: string

Defines a human-readable, author-localized abbreviated description for the role of an element, which is intended to be converted into Braille.

See

aria-roledescription.

Inherited from

AlertProps.aria-brailleroledescription


aria-busy?

optional aria-busy: Booleanish

Inherited from

AlertProps.aria-busy


aria-checked?

optional aria-checked: boolean | "true" | "false" | "mixed"

Indicates the current "checked" state of checkboxes, radio buttons, and other widgets.

See

  • aria-pressed
  • aria-selected.

Inherited from

AlertProps.aria-checked


aria-colcount?

optional aria-colcount: number

Defines the total number of columns in a table, grid, or treegrid.

See

aria-colindex.

Inherited from

AlertProps.aria-colcount


aria-colindex?

optional aria-colindex: number

Defines an element's column index or position with respect to the total number of columns within a table, grid, or treegrid.

See

  • aria-colcount
  • aria-colspan.

Inherited from

AlertProps.aria-colindex


aria-colindextext?

optional aria-colindextext: string

Defines a human readable text alternative of aria-colindex.

See

aria-rowindextext.

Inherited from

AlertProps.aria-colindextext


aria-colspan?

optional aria-colspan: number

Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid.

See

  • aria-colindex
  • aria-rowspan.

Inherited from

AlertProps.aria-colspan


aria-controls?

optional aria-controls: string

Identifies the element (or elements) whose contents or presence are controlled by the current element.

See

aria-owns.

Inherited from

AlertProps.aria-controls


aria-current?

optional aria-current: boolean | "true" | "false" | "page" | "time" | "step" | "location" | "date"

Indicates the element that represents the current item within a container or set of related elements.

Inherited from

AlertProps.aria-current


aria-describedby?

optional aria-describedby: string

Identifies the element (or elements) that describes the object.

See

aria-labelledby

Inherited from

AlertProps.aria-describedby


aria-description?

optional aria-description: string

Defines a string value that describes or annotates the current element.

See

related aria-describedby.

Inherited from

AlertProps.aria-description


aria-details?

optional aria-details: string

Identifies the element that provides a detailed, extended description for the object.

See

aria-describedby.

Inherited from

AlertProps.aria-details


aria-disabled?

optional aria-disabled: Booleanish

Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable.

See

  • aria-hidden
  • aria-readonly.

Inherited from

AlertProps.aria-disabled


~~aria-dropeffect?~~

optional aria-dropeffect: "link" | "none" | "copy" | "execute" | "move" | "popup"

Indicates what functions can be performed when a dragged object is released on the drop target.

Deprecated

in ARIA 1.1

Inherited from

AlertProps.aria-dropeffect


aria-errormessage?

optional aria-errormessage: string

Identifies the element that provides an error message for the object.

See

  • aria-invalid
  • aria-describedby.

Inherited from

AlertProps.aria-errormessage


aria-expanded?

optional aria-expanded: Booleanish

Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.

Inherited from

AlertProps.aria-expanded


aria-flowto?

optional aria-flowto: string

Identifies the next element (or elements) in an alternate reading order of content which, at the user's discretion, allows assistive technology to override the general default of reading in document source order.

Inherited from

AlertProps.aria-flowto


~~aria-grabbed?~~

optional aria-grabbed: Booleanish

Indicates an element's "grabbed" state in a drag-and-drop operation.

Deprecated

in ARIA 1.1

Inherited from

AlertProps.aria-grabbed


aria-haspopup?

optional aria-haspopup: boolean | "dialog" | "grid" | "listbox" | "menu" | "tree" | "true" | "false"

Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.

Inherited from

AlertProps.aria-haspopup


aria-hidden?

optional aria-hidden: Booleanish

Indicates whether the element is exposed to an accessibility API.

See

aria-disabled.

Inherited from

AlertProps.aria-hidden


aria-invalid?

optional aria-invalid: boolean | "true" | "false" | "grammar" | "spelling"

Indicates the entered value does not conform to the format expected by the application.

See

aria-errormessage.

Inherited from

AlertProps.aria-invalid


aria-keyshortcuts?

optional aria-keyshortcuts: string

Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.

Inherited from

AlertProps.aria-keyshortcuts


aria-label?

optional aria-label: string

Defines a string value that labels the current element.

See

aria-labelledby.

Inherited from

AlertProps.aria-label


aria-labelledby?

optional aria-labelledby: string

Identifies the element (or elements) that labels the current element.

See

aria-describedby.

Inherited from

AlertProps.aria-labelledby


aria-level?

optional aria-level: number

Defines the hierarchical level of an element within a structure.

Inherited from

AlertProps.aria-level


aria-live?

optional aria-live: "off" | "assertive" | "polite"

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.

Inherited from

AlertProps.aria-live


aria-modal?

optional aria-modal: Booleanish

Indicates whether an element is modal when displayed.

Inherited from

AlertProps.aria-modal


aria-multiline?

optional aria-multiline: Booleanish

Indicates whether a text box accepts multiple lines of input or only a single line.

Inherited from

AlertProps.aria-multiline


aria-multiselectable?

optional aria-multiselectable: Booleanish

Indicates that the user may select more than one item from the current selectable descendants.

Inherited from

AlertProps.aria-multiselectable


aria-orientation?

optional aria-orientation: "horizontal" | "vertical"

Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.

Inherited from

AlertProps.aria-orientation


aria-owns?

optional aria-owns: string

Identifies an element (or elements) in order to define a visual, functional, or contextual parent/child relationship between DOM elements where the DOM hierarchy cannot be used to represent the relationship.

See

aria-controls.

Inherited from

AlertProps.aria-owns


aria-placeholder?

optional aria-placeholder: string

Defines a short hint (a word or short phrase) intended to aid the user with data entry when the control has no value. A hint could be a sample value or a brief description of the expected format.

Inherited from

AlertProps.aria-placeholder


aria-posinset?

optional aria-posinset: number

Defines an element's number or position in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM.

See

aria-setsize.

Inherited from

AlertProps.aria-posinset


aria-pressed?

optional aria-pressed: boolean | "true" | "false" | "mixed"

Indicates the current "pressed" state of toggle buttons.

See

  • aria-checked
  • aria-selected.

Inherited from

AlertProps.aria-pressed


aria-readonly?

optional aria-readonly: Booleanish

Indicates that the element is not editable, but is otherwise operable.

See

aria-disabled.

Inherited from

AlertProps.aria-readonly


aria-relevant?

optional aria-relevant: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals"

Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified.

See

aria-atomic.

Inherited from

AlertProps.aria-relevant


aria-required?

optional aria-required: Booleanish

Indicates that user input is required on the element before a form may be submitted.

Inherited from

AlertProps.aria-required


aria-roledescription?

optional aria-roledescription: string

Defines a human-readable, author-localized description for the role of an element.

Inherited from

AlertProps.aria-roledescription


aria-rowcount?

optional aria-rowcount: number

Defines the total number of rows in a table, grid, or treegrid.

See

aria-rowindex.

Inherited from

AlertProps.aria-rowcount


aria-rowindex?

optional aria-rowindex: number

Defines an element's row index or position with respect to the total number of rows within a table, grid, or treegrid.

See

  • aria-rowcount
  • aria-rowspan.

Inherited from

AlertProps.aria-rowindex


aria-rowindextext?

optional aria-rowindextext: string

Defines a human readable text alternative of aria-rowindex.

See

aria-colindextext.

Inherited from

AlertProps.aria-rowindextext


aria-rowspan?

optional aria-rowspan: number

Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid.

See

  • aria-rowindex
  • aria-colspan.

Inherited from

AlertProps.aria-rowspan


aria-selected?

optional aria-selected: Booleanish

Indicates the current "selected" state of various widgets.

See

  • aria-checked
  • aria-pressed.

Inherited from

AlertProps.aria-selected


aria-setsize?

optional aria-setsize: number

Defines the number of items in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM.

See

aria-posinset.

Inherited from

AlertProps.aria-setsize


aria-sort?

optional aria-sort: "none" | "other" | "ascending" | "descending"

Indicates if items in a table or grid are sorted in ascending or descending order.

Inherited from

AlertProps.aria-sort


aria-valuemax?

optional aria-valuemax: number

Defines the maximum allowed value for a range widget.

Inherited from

AlertProps.aria-valuemax


aria-valuemin?

optional aria-valuemin: number

Defines the minimum allowed value for a range widget.

Inherited from

AlertProps.aria-valuemin


aria-valuenow?

optional aria-valuenow: number

Defines the current value for a range widget.

See

aria-valuetext.

Inherited from

AlertProps.aria-valuenow


aria-valuetext?

optional aria-valuetext: string

Defines the human readable text alternative of aria-valuenow for a range widget.

Inherited from

AlertProps.aria-valuetext


autoCapitalize?

optional autoCapitalize: "none" | string & object | "words" | "off" | "on" | "sentences" | "characters"

Inherited from

ButtonProps.autoCapitalize


autoComplete?

optional autoComplete: string

Inherited from

TextareaAutosizeProps.autoComplete


autoCorrect?

optional autoCorrect: string

Inherited from

ButtonProps.autoCorrect


autoFocus?

optional autoFocus: boolean

Inherited from

ButtonProps.autoFocus


autoSave?

optional autoSave: string

Inherited from

ButtonProps.autoSave


cacheMeasurements?

optional cacheMeasurements: boolean

Inherited from

TextareaAutosizeProps.cacheMeasurements


children?

optional children: ReactI18NextChildren | Iterable\<ReactI18NextChildren, any, any>

Inherited from

TextareaAutosizeProps.children


className?

optional className: string

Inherited from

ButtonProps.className


color?

optional color: string

Inherited from

ButtonProps.color


cols?

optional cols: number

Inherited from

TextareaAutosizeProps.cols


content?

optional content: string

Inherited from

ButtonProps.content


contentEditable?

optional contentEditable: "inherit" | Booleanish | "plaintext-only"

Inherited from

ButtonProps.contentEditable


contextMenu?

optional contextMenu: string

Inherited from

ButtonProps.contextMenu


dangerouslySetInnerHTML?

optional dangerouslySetInnerHTML: object

__html

__html: string | TrustedHTML

Inherited from

TextareaAutosizeProps.dangerouslySetInnerHTML


datatype?

optional datatype: string

Inherited from

ButtonProps.datatype


defaultChecked?

optional defaultChecked: boolean

Inherited from

ButtonProps.defaultChecked


defaultValue?

optional defaultValue: string | number | readonly string[]

Inherited from

ButtonProps.defaultValue


dir?

optional dir: string

Inherited from

ButtonProps.dir


dirName?

optional dirName: string

Inherited from

TextareaAutosizeProps.dirName


disabled?

optional disabled: boolean

Overrides

TextareaAutosizeProps.disabled


draggable?

optional draggable: Booleanish

Inherited from

ButtonProps.draggable


enterKeyHint?

optional enterKeyHint: "search" | "send" | "enter" | "done" | "go" | "next" | "previous"

Inherited from

ButtonProps.enterKeyHint


exportparts?

optional exportparts: string

See

https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/exportparts

Inherited from

ButtonProps.exportparts


form?

optional form: string

Inherited from

TextareaAutosizeProps.form


hidden?

optional hidden: boolean

Inherited from

ButtonProps.hidden


id

id: string

Overrides

ButtonProps.id


inert?

optional inert: boolean

See

https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/inert

Inherited from

ButtonProps.inert


inlist?

optional inlist: any

Inherited from

ButtonProps.inlist


inputMode?

optional inputMode: "search" | "none" | "text" | "url" | "tel" | "email" | "numeric" | "decimal"

Hints at the type of data that might be entered by the user while editing the element or its contents

See

https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute

Inherited from

ButtonProps.inputMode


is?

optional is: string

Specify that a standard HTML element should behave like a defined custom built-in element

See

https://html.spec.whatwg.org/multipage/custom-elements.html#attr-is

Inherited from

ButtonProps.is


itemID?

optional itemID: string

Inherited from

ButtonProps.itemID


itemProp?

optional itemProp: string

Inherited from

ButtonProps.itemProp


itemRef?

optional itemRef: string

Inherited from

ButtonProps.itemRef


itemScope?

optional itemScope: boolean

Inherited from

ButtonProps.itemScope


itemType?

optional itemType: string

Inherited from

ButtonProps.itemType


lang?

optional lang: string

Inherited from

ButtonProps.lang


maxLength?

optional maxLength: number

Inherited from

TextareaAutosizeProps.maxLength


maxRows?

optional maxRows: number

Inherited from

TextareaAutosizeProps.maxRows


minLength?

optional minLength: number

Inherited from

TextareaAutosizeProps.minLength


minRows?

optional minRows: number

Overrides

TextareaAutosizeProps.minRows


name?

optional name: string

Inherited from

TextareaAutosizeProps.name


nonce?

optional nonce: string

Inherited from

ButtonProps.nonce


onAbort?

optional onAbort: ReactEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onAbort


onAbortCapture?

optional onAbortCapture: ReactEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onAbortCapture


onAnimationEnd?

optional onAnimationEnd: AnimationEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onAnimationEnd


onAnimationEndCapture?

optional onAnimationEndCapture: AnimationEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onAnimationEndCapture


onAnimationIteration?

optional onAnimationIteration: AnimationEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onAnimationIteration


onAnimationIterationCapture?

optional onAnimationIterationCapture: AnimationEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onAnimationIterationCapture


onAnimationStart?

optional onAnimationStart: AnimationEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onAnimationStart


onAnimationStartCapture?

optional onAnimationStartCapture: AnimationEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onAnimationStartCapture


onAuxClick?

optional onAuxClick: MouseEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onAuxClick


onAuxClickCapture?

optional onAuxClickCapture: MouseEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onAuxClickCapture


onBeforeInput?

optional onBeforeInput: InputEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onBeforeInput


onBeforeInputCapture?

optional onBeforeInputCapture: FormEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onBeforeInputCapture


onBeforeToggle?

optional onBeforeToggle: ToggleEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onBeforeToggle


onBlur?

optional onBlur: FocusEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onBlur


onBlurCapture?

optional onBlurCapture: FocusEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onBlurCapture


onCanPlay?

optional onCanPlay: ReactEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onCanPlay


onCanPlayCapture?

optional onCanPlayCapture: ReactEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onCanPlayCapture


onCanPlayThrough?

optional onCanPlayThrough: ReactEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onCanPlayThrough


onCanPlayThroughCapture?

optional onCanPlayThroughCapture: ReactEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onCanPlayThroughCapture


onChange?

optional onChange: ChangeEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onChange


onChangeCapture?

optional onChangeCapture: FormEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onChangeCapture


onClick?

optional onClick: MouseEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onClick


onClickCapture?

optional onClickCapture: MouseEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onClickCapture


onCompositionEnd?

optional onCompositionEnd: CompositionEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onCompositionEnd


onCompositionEndCapture?

optional onCompositionEndCapture: CompositionEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onCompositionEndCapture


onCompositionStart?

optional onCompositionStart: CompositionEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onCompositionStart


onCompositionStartCapture?

optional onCompositionStartCapture: CompositionEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onCompositionStartCapture


onCompositionUpdate?

optional onCompositionUpdate: CompositionEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onCompositionUpdate


onCompositionUpdateCapture?

optional onCompositionUpdateCapture: CompositionEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onCompositionUpdateCapture


onContextMenu?

optional onContextMenu: MouseEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onContextMenu


onContextMenuCapture?

optional onContextMenuCapture: MouseEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onContextMenuCapture


onCopy?

optional onCopy: ClipboardEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onCopy


onCopyCapture?

optional onCopyCapture: ClipboardEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onCopyCapture


onCut?

optional onCut: ClipboardEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onCut


onCutCapture?

optional onCutCapture: ClipboardEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onCutCapture


onDoubleClick?

optional onDoubleClick: MouseEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onDoubleClick


onDoubleClickCapture?

optional onDoubleClickCapture: MouseEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onDoubleClickCapture


onDrag?

optional onDrag: DragEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onDrag


onDragCapture?

optional onDragCapture: DragEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onDragCapture


onDragEnd?

optional onDragEnd: DragEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onDragEnd


onDragEndCapture?

optional onDragEndCapture: DragEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onDragEndCapture


onDragEnter?

optional onDragEnter: DragEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onDragEnter


onDragEnterCapture?

optional onDragEnterCapture: DragEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onDragEnterCapture


onDragExit?

optional onDragExit: DragEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onDragExit


onDragExitCapture?

optional onDragExitCapture: DragEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onDragExitCapture


onDragLeave?

optional onDragLeave: DragEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onDragLeave


onDragLeaveCapture?

optional onDragLeaveCapture: DragEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onDragLeaveCapture


onDragOver?

optional onDragOver: DragEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onDragOver


onDragOverCapture?

optional onDragOverCapture: DragEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onDragOverCapture


onDragStart?

optional onDragStart: DragEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onDragStart


onDragStartCapture?

optional onDragStartCapture: DragEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onDragStartCapture


onDrop?

optional onDrop: DragEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onDrop


onDropCapture?

optional onDropCapture: DragEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onDropCapture


onDurationChange?

optional onDurationChange: ReactEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onDurationChange


onDurationChangeCapture?

optional onDurationChangeCapture: ReactEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onDurationChangeCapture


onEmptied?

optional onEmptied: ReactEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onEmptied


onEmptiedCapture?

optional onEmptiedCapture: ReactEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onEmptiedCapture


onEncrypted?

optional onEncrypted: ReactEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onEncrypted


onEncryptedCapture?

optional onEncryptedCapture: ReactEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onEncryptedCapture


onEnded?

optional onEnded: ReactEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onEnded


onEndedCapture?

optional onEndedCapture: ReactEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onEndedCapture


onError?

optional onError: ReactEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onError


onErrorCapture?

optional onErrorCapture: ReactEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onErrorCapture


onFocus?

optional onFocus: FocusEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onFocus


onFocusCapture?

optional onFocusCapture: FocusEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onFocusCapture


onGotPointerCapture?

optional onGotPointerCapture: PointerEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onGotPointerCapture


onGotPointerCaptureCapture?

optional onGotPointerCaptureCapture: PointerEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onGotPointerCaptureCapture


onHeightChange()?

optional onHeightChange: (height, meta) => void

Parameters

height

number

meta

TextareaHeightChangeMeta

Returns

void

Inherited from

TextareaAutosizeProps.onHeightChange


onInput?

optional onInput: FormEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onInput


onInputCapture?

optional onInputCapture: FormEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onInputCapture


onInvalid?

optional onInvalid: FormEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onInvalid


onInvalidCapture?

optional onInvalidCapture: FormEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onInvalidCapture


onKeyDown?

optional onKeyDown: KeyboardEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onKeyDown


onKeyDownCapture?

optional onKeyDownCapture: KeyboardEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onKeyDownCapture


~~onKeyPress?~~

optional onKeyPress: KeyboardEventHandler\<HTMLTextAreaElement>

Deprecated

Use onKeyUp or onKeyDown instead

Inherited from

TextareaAutosizeProps.onKeyPress


~~onKeyPressCapture?~~

optional onKeyPressCapture: KeyboardEventHandler\<HTMLTextAreaElement>

Deprecated

Use onKeyUpCapture or onKeyDownCapture instead

Inherited from

TextareaAutosizeProps.onKeyPressCapture


onKeyUp?

optional onKeyUp: KeyboardEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onKeyUp


onKeyUpCapture?

optional onKeyUpCapture: KeyboardEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onKeyUpCapture


onLoad?

optional onLoad: ReactEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onLoad


onLoadCapture?

optional onLoadCapture: ReactEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onLoadCapture


onLoadedData?

optional onLoadedData: ReactEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onLoadedData


onLoadedDataCapture?

optional onLoadedDataCapture: ReactEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onLoadedDataCapture


onLoadedMetadata?

optional onLoadedMetadata: ReactEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onLoadedMetadata


onLoadedMetadataCapture?

optional onLoadedMetadataCapture: ReactEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onLoadedMetadataCapture


onLoadStart?

optional onLoadStart: ReactEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onLoadStart


onLoadStartCapture?

optional onLoadStartCapture: ReactEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onLoadStartCapture


onLostPointerCapture?

optional onLostPointerCapture: PointerEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onLostPointerCapture


onLostPointerCaptureCapture?

optional onLostPointerCaptureCapture: PointerEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onLostPointerCaptureCapture


onMouseDown?

optional onMouseDown: MouseEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onMouseDown


onMouseDownCapture?

optional onMouseDownCapture: MouseEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onMouseDownCapture


onMouseEnter?

optional onMouseEnter: MouseEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onMouseEnter


onMouseLeave?

optional onMouseLeave: MouseEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onMouseLeave


onMouseMove?

optional onMouseMove: MouseEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onMouseMove


onMouseMoveCapture?

optional onMouseMoveCapture: MouseEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onMouseMoveCapture


onMouseOut?

optional onMouseOut: MouseEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onMouseOut


onMouseOutCapture?

optional onMouseOutCapture: MouseEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onMouseOutCapture


onMouseOver?

optional onMouseOver: MouseEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onMouseOver


onMouseOverCapture?

optional onMouseOverCapture: MouseEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onMouseOverCapture


onMouseUp?

optional onMouseUp: MouseEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onMouseUp


onMouseUpCapture?

optional onMouseUpCapture: MouseEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onMouseUpCapture


onPaste?

optional onPaste: ClipboardEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onPaste


onPasteCapture?

optional onPasteCapture: ClipboardEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onPasteCapture


onPause?

optional onPause: ReactEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onPause


onPauseCapture?

optional onPauseCapture: ReactEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onPauseCapture


onPlay?

optional onPlay: ReactEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onPlay


onPlayCapture?

optional onPlayCapture: ReactEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onPlayCapture


onPlaying?

optional onPlaying: ReactEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onPlaying


onPlayingCapture?

optional onPlayingCapture: ReactEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onPlayingCapture


onPointerCancel?

optional onPointerCancel: PointerEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onPointerCancel


onPointerCancelCapture?

optional onPointerCancelCapture: PointerEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onPointerCancelCapture


onPointerDown?

optional onPointerDown: PointerEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onPointerDown


onPointerDownCapture?

optional onPointerDownCapture: PointerEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onPointerDownCapture


onPointerEnter?

optional onPointerEnter: PointerEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onPointerEnter


onPointerLeave?

optional onPointerLeave: PointerEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onPointerLeave


onPointerMove?

optional onPointerMove: PointerEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onPointerMove


onPointerMoveCapture?

optional onPointerMoveCapture: PointerEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onPointerMoveCapture


onPointerOut?

optional onPointerOut: PointerEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onPointerOut


onPointerOutCapture?

optional onPointerOutCapture: PointerEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onPointerOutCapture


onPointerOver?

optional onPointerOver: PointerEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onPointerOver


onPointerOverCapture?

optional onPointerOverCapture: PointerEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onPointerOverCapture


onPointerUp?

optional onPointerUp: PointerEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onPointerUp


onPointerUpCapture?

optional onPointerUpCapture: PointerEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onPointerUpCapture


onProgress?

optional onProgress: ReactEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onProgress


onProgressCapture?

optional onProgressCapture: ReactEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onProgressCapture


onRateChange?

optional onRateChange: ReactEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onRateChange


onRateChangeCapture?

optional onRateChangeCapture: ReactEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onRateChangeCapture


onReset?

optional onReset: FormEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onReset


onResetCapture?

optional onResetCapture: FormEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onResetCapture


onScroll?

optional onScroll: UIEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onScroll


onScrollCapture?

optional onScrollCapture: UIEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onScrollCapture


onScrollEnd?

optional onScrollEnd: UIEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onScrollEnd


onScrollEndCapture?

optional onScrollEndCapture: UIEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onScrollEndCapture


onSeeked?

optional onSeeked: ReactEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onSeeked


onSeekedCapture?

optional onSeekedCapture: ReactEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onSeekedCapture


onSeeking?

optional onSeeking: ReactEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onSeeking


onSeekingCapture?

optional onSeekingCapture: ReactEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onSeekingCapture


onSelect?

optional onSelect: ReactEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onSelect


onSelectCapture?

optional onSelectCapture: ReactEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onSelectCapture


onStalled?

optional onStalled: ReactEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onStalled


onStalledCapture?

optional onStalledCapture: ReactEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onStalledCapture


onSubmit?

optional onSubmit: FormEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onSubmit


onSubmitCapture?

optional onSubmitCapture: FormEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onSubmitCapture


onSuspend?

optional onSuspend: ReactEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onSuspend


onSuspendCapture?

optional onSuspendCapture: ReactEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onSuspendCapture


onTimeUpdate?

optional onTimeUpdate: ReactEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onTimeUpdate


onTimeUpdateCapture?

optional onTimeUpdateCapture: ReactEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onTimeUpdateCapture


onToggle?

optional onToggle: ToggleEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onToggle


onTouchCancel?

optional onTouchCancel: TouchEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onTouchCancel


onTouchCancelCapture?

optional onTouchCancelCapture: TouchEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onTouchCancelCapture


onTouchEnd?

optional onTouchEnd: TouchEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onTouchEnd


onTouchEndCapture?

optional onTouchEndCapture: TouchEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onTouchEndCapture


onTouchMove?

optional onTouchMove: TouchEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onTouchMove


onTouchMoveCapture?

optional onTouchMoveCapture: TouchEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onTouchMoveCapture


onTouchStart?

optional onTouchStart: TouchEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onTouchStart


onTouchStartCapture?

optional onTouchStartCapture: TouchEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onTouchStartCapture


onTransitionCancel?

optional onTransitionCancel: TransitionEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onTransitionCancel


onTransitionCancelCapture?

optional onTransitionCancelCapture: TransitionEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onTransitionCancelCapture


onTransitionEnd?

optional onTransitionEnd: TransitionEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onTransitionEnd


onTransitionEndCapture?

optional onTransitionEndCapture: TransitionEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onTransitionEndCapture


onTransitionRun?

optional onTransitionRun: TransitionEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onTransitionRun


onTransitionRunCapture?

optional onTransitionRunCapture: TransitionEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onTransitionRunCapture


onTransitionStart?

optional onTransitionStart: TransitionEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onTransitionStart


onTransitionStartCapture?

optional onTransitionStartCapture: TransitionEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onTransitionStartCapture


onValueChange()?

optional onValueChange: (e) => void

Parameters

e

ChangeEvent\<HTMLTextAreaElement>

Returns

void


onVolumeChange?

optional onVolumeChange: ReactEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onVolumeChange


onVolumeChangeCapture?

optional onVolumeChangeCapture: ReactEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onVolumeChangeCapture


onWaiting?

optional onWaiting: ReactEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onWaiting


onWaitingCapture?

optional onWaitingCapture: ReactEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onWaitingCapture


onWheel?

optional onWheel: WheelEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onWheel


onWheelCapture?

optional onWheelCapture: WheelEventHandler\<HTMLTextAreaElement>

Inherited from

TextareaAutosizeProps.onWheelCapture


part?

optional part: string

See

https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/part

Inherited from

ButtonProps.part


placeholder?

optional placeholder: string

Overrides

TextareaAutosizeProps.placeholder


popover?

optional popover: "" | "auto" | "manual"

Inherited from

ButtonProps.popover


popoverTarget?

optional popoverTarget: string

Inherited from

ButtonProps.popoverTarget


popoverTargetAction?

optional popoverTargetAction: "toggle" | "show" | "hide"

Inherited from

ButtonProps.popoverTargetAction


prefix?

optional prefix: string

Inherited from

ButtonProps.prefix


property?

optional property: string

Inherited from

ButtonProps.property


radioGroup?

optional radioGroup: string

Inherited from

ButtonProps.radioGroup


readOnly?

optional readOnly: boolean

Inherited from

TextareaAutosizeProps.readOnly


rel?

optional rel: string

Inherited from

ButtonProps.rel


required?

optional required: boolean

Inherited from

TextareaAutosizeProps.required


resource?

optional resource: string

Inherited from

ButtonProps.resource


results?

optional results: number

Inherited from

ButtonProps.results


rev?

optional rev: string

Inherited from

ButtonProps.rev


role?

optional role: AriaRole

Inherited from

ButtonProps.role


rows?

optional rows: number

Inherited from

TextareaAutosizeProps.rows


security?

optional security: string

Inherited from

ButtonProps.security


slot?

optional slot: string

Inherited from

ButtonProps.slot


spellCheck?

optional spellCheck: Booleanish

Inherited from

ButtonProps.spellCheck


style?

optional style: Style

Inherited from

TextareaAutosizeProps.style


suppressContentEditableWarning?

optional suppressContentEditableWarning: boolean

Inherited from

ButtonProps.suppressContentEditableWarning


suppressHydrationWarning?

optional suppressHydrationWarning: boolean

Inherited from

ButtonProps.suppressHydrationWarning


tabIndex?

optional tabIndex: number

Inherited from

ButtonProps.tabIndex


title?

optional title: string

Inherited from

ButtonProps.title


translate?

optional translate: "no" | "yes"

Inherited from

ButtonProps.translate


typeof?

optional typeof: string

Inherited from

ButtonProps.typeof


unselectable?

optional unselectable: "off" | "on"

Inherited from

ButtonProps.unselectable


value

value: string

Overrides

TextareaAutosizeProps.value


vocab?

optional vocab: string

Inherited from

ButtonProps.vocab


wrap?

optional wrap: string

Inherited from

TextareaAutosizeProps.wrap