@mirego/forra-react / components / TextareaProps
Interface: TextareaProps
Extends
TextareaAutosizeProps
Properties
about?
optionalabout:string
Inherited from
accessKey?
optionalaccessKey:string
Inherited from
aria-activedescendant?
optionalaria-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?
optionalaria-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
aria-autocomplete?
optionalaria-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
aria-braillelabel?
optionalaria-braillelabel:string
Defines a string value that labels the current element, which is intended to be converted into Braille.
See
aria-label.
Inherited from
aria-brailleroledescription?
optionalaria-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?
optionalaria-busy:Booleanish
Inherited from
aria-checked?
optionalaria-checked:boolean|"true"|"false"|"mixed"
Indicates the current "checked" state of checkboxes, radio buttons, and other widgets.
See
- aria-pressed
- aria-selected.
Inherited from
aria-colcount?
optionalaria-colcount:number
Defines the total number of columns in a table, grid, or treegrid.
See
aria-colindex.
Inherited from
aria-colindex?
optionalaria-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
aria-colindextext?
optionalaria-colindextext:string
Defines a human readable text alternative of aria-colindex.
See
aria-rowindextext.
Inherited from
aria-colspan?
optionalaria-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
aria-controls?
optionalaria-controls:string
Identifies the element (or elements) whose contents or presence are controlled by the current element.
See
aria-owns.
Inherited from
aria-current?
optionalaria-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
aria-describedby?
optionalaria-describedby:string
Identifies the element (or elements) that describes the object.
See
aria-labelledby
Inherited from
aria-description?
optionalaria-description:string
Defines a string value that describes or annotates the current element.
See
related aria-describedby.
Inherited from
aria-details?
optionalaria-details:string
Identifies the element that provides a detailed, extended description for the object.
See
aria-describedby.
Inherited from
aria-disabled?
optionalaria-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
~~aria-dropeffect?~~
optionalaria-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
aria-errormessage?
optionalaria-errormessage:string
Identifies the element that provides an error message for the object.
See
- aria-invalid
- aria-describedby.
Inherited from
aria-expanded?
optionalaria-expanded:Booleanish
Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.
Inherited from
aria-flowto?
optionalaria-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
~~aria-grabbed?~~
optionalaria-grabbed:Booleanish
Indicates an element's "grabbed" state in a drag-and-drop operation.
Deprecated
in ARIA 1.1
Inherited from
aria-haspopup?
optionalaria-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
aria-hidden?
optionalaria-hidden:Booleanish
Indicates whether the element is exposed to an accessibility API.
See
aria-disabled.
Inherited from
aria-invalid?
optionalaria-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
aria-keyshortcuts?
optionalaria-keyshortcuts:string
Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.
Inherited from
aria-label?
optionalaria-label:string
Defines a string value that labels the current element.
See
aria-labelledby.
Inherited from
aria-labelledby?
optionalaria-labelledby:string
Identifies the element (or elements) that labels the current element.
See
aria-describedby.
Inherited from
aria-level?
optionalaria-level:number
Defines the hierarchical level of an element within a structure.
Inherited from
aria-live?
optionalaria-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
aria-modal?
optionalaria-modal:Booleanish
Indicates whether an element is modal when displayed.
Inherited from
aria-multiline?
optionalaria-multiline:Booleanish
Indicates whether a text box accepts multiple lines of input or only a single line.
Inherited from
aria-multiselectable?
optionalaria-multiselectable:Booleanish
Indicates that the user may select more than one item from the current selectable descendants.
Inherited from
AlertProps.aria-multiselectable
aria-orientation?
optionalaria-orientation:"horizontal"|"vertical"
Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.
Inherited from
aria-owns?
optionalaria-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
aria-placeholder?
optionalaria-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
aria-posinset?
optionalaria-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
aria-pressed?
optionalaria-pressed:boolean|"true"|"false"|"mixed"
Indicates the current "pressed" state of toggle buttons.
See
- aria-checked
- aria-selected.
Inherited from
aria-readonly?
optionalaria-readonly:Booleanish
Indicates that the element is not editable, but is otherwise operable.
See
aria-disabled.
Inherited from
aria-relevant?
optionalaria-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
aria-required?
optionalaria-required:Booleanish
Indicates that user input is required on the element before a form may be submitted.
Inherited from
aria-roledescription?
optionalaria-roledescription:string
Defines a human-readable, author-localized description for the role of an element.
Inherited from
AlertProps.aria-roledescription
aria-rowcount?
optionalaria-rowcount:number
Defines the total number of rows in a table, grid, or treegrid.
See
aria-rowindex.
Inherited from
aria-rowindex?
optionalaria-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
aria-rowindextext?
optionalaria-rowindextext:string
Defines a human readable text alternative of aria-rowindex.
See
aria-colindextext.
Inherited from
aria-rowspan?
optionalaria-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
aria-selected?
optionalaria-selected:Booleanish
Indicates the current "selected" state of various widgets.
See
- aria-checked
- aria-pressed.
Inherited from
aria-setsize?
optionalaria-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
aria-sort?
optionalaria-sort:"none"|"other"|"ascending"|"descending"
Indicates if items in a table or grid are sorted in ascending or descending order.
Inherited from
aria-valuemax?
optionalaria-valuemax:number
Defines the maximum allowed value for a range widget.
Inherited from
aria-valuemin?
optionalaria-valuemin:number
Defines the minimum allowed value for a range widget.
Inherited from
aria-valuenow?
optionalaria-valuenow:number
Defines the current value for a range widget.
See
aria-valuetext.
Inherited from
aria-valuetext?
optionalaria-valuetext:string
Defines the human readable text alternative of aria-valuenow for a range widget.
Inherited from
autoCapitalize?
optionalautoCapitalize:"none"|string&object|"words"|"off"|"on"|"sentences"|"characters"
Inherited from
autoComplete?
optionalautoComplete:string
Inherited from
TextareaAutosizeProps.autoComplete
autoCorrect?
optionalautoCorrect:string
Inherited from
autoFocus?
optionalautoFocus:boolean
Inherited from
autoSave?
optionalautoSave:string
Inherited from
cacheMeasurements?
optionalcacheMeasurements:boolean
Inherited from
TextareaAutosizeProps.cacheMeasurements
children?
optionalchildren:ReactI18NextChildren|Iterable\<ReactI18NextChildren,any,any>
Inherited from
TextareaAutosizeProps.children
className?
optionalclassName:string
Inherited from
color?
optionalcolor:string
Inherited from
cols?
optionalcols:number
Inherited from
TextareaAutosizeProps.cols
content?
optionalcontent:string
Inherited from
contentEditable?
optionalcontentEditable:"inherit"|Booleanish|"plaintext-only"
Inherited from
contextMenu?
optionalcontextMenu:string
Inherited from
dangerouslySetInnerHTML?
optionaldangerouslySetInnerHTML:object
__html
__html:
string|TrustedHTML
Inherited from
TextareaAutosizeProps.dangerouslySetInnerHTML
datatype?
optionaldatatype:string
Inherited from
defaultChecked?
optionaldefaultChecked:boolean
Inherited from
defaultValue?
optionaldefaultValue:string|number| readonlystring[]
Inherited from
dir?
optionaldir:string
Inherited from
dirName?
optionaldirName:string
Inherited from
TextareaAutosizeProps.dirName
disabled?
optionaldisabled:boolean
Overrides
TextareaAutosizeProps.disabled
draggable?
optionaldraggable:Booleanish
Inherited from
enterKeyHint?
optionalenterKeyHint:"search"|"send"|"enter"|"done"|"go"|"next"|"previous"
Inherited from
exportparts?
optionalexportparts:string
See
https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/exportparts
Inherited from
form?
optionalform:string
Inherited from
TextareaAutosizeProps.form
hidden?
optionalhidden:boolean
Inherited from
id
id:
string
Overrides
inert?
optionalinert:boolean
See
https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/inert
Inherited from
inlist?
optionalinlist:any
Inherited from
inputMode?
optionalinputMode:"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
is?
optionalis: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
itemID?
optionalitemID:string
Inherited from
itemProp?
optionalitemProp:string
Inherited from
itemRef?
optionalitemRef:string
Inherited from
itemScope?
optionalitemScope:boolean
Inherited from
itemType?
optionalitemType:string
Inherited from
lang?
optionallang:string
Inherited from
maxLength?
optionalmaxLength:number
Inherited from
TextareaAutosizeProps.maxLength
maxRows?
optionalmaxRows:number
Inherited from
TextareaAutosizeProps.maxRows
minLength?
optionalminLength:number
Inherited from
TextareaAutosizeProps.minLength
minRows?
optionalminRows:number
Overrides
TextareaAutosizeProps.minRows
name?
optionalname:string
Inherited from
TextareaAutosizeProps.name
nonce?
optionalnonce:string
Inherited from
onAbort?
optionalonAbort:ReactEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onAbort
onAbortCapture?
optionalonAbortCapture:ReactEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onAbortCapture
onAnimationEnd?
optionalonAnimationEnd:AnimationEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onAnimationEnd
onAnimationEndCapture?
optionalonAnimationEndCapture:AnimationEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onAnimationEndCapture
onAnimationIteration?
optionalonAnimationIteration:AnimationEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onAnimationIteration
onAnimationIterationCapture?
optionalonAnimationIterationCapture:AnimationEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onAnimationIterationCapture
onAnimationStart?
optionalonAnimationStart:AnimationEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onAnimationStart
onAnimationStartCapture?
optionalonAnimationStartCapture:AnimationEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onAnimationStartCapture
onAuxClick?
optionalonAuxClick:MouseEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onAuxClick
onAuxClickCapture?
optionalonAuxClickCapture:MouseEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onAuxClickCapture
onBeforeInput?
optionalonBeforeInput:InputEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onBeforeInput
onBeforeInputCapture?
optionalonBeforeInputCapture:FormEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onBeforeInputCapture
onBeforeToggle?
optionalonBeforeToggle:ToggleEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onBeforeToggle
onBlur?
optionalonBlur:FocusEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onBlur
onBlurCapture?
optionalonBlurCapture:FocusEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onBlurCapture
onCanPlay?
optionalonCanPlay:ReactEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onCanPlay
onCanPlayCapture?
optionalonCanPlayCapture:ReactEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onCanPlayCapture
onCanPlayThrough?
optionalonCanPlayThrough:ReactEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onCanPlayThrough
onCanPlayThroughCapture?
optionalonCanPlayThroughCapture:ReactEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onCanPlayThroughCapture
onChange?
optionalonChange:ChangeEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onChange
onChangeCapture?
optionalonChangeCapture:FormEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onChangeCapture
onClick?
optionalonClick:MouseEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onClick
onClickCapture?
optionalonClickCapture:MouseEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onClickCapture
onCompositionEnd?
optionalonCompositionEnd:CompositionEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onCompositionEnd
onCompositionEndCapture?
optionalonCompositionEndCapture:CompositionEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onCompositionEndCapture
onCompositionStart?
optionalonCompositionStart:CompositionEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onCompositionStart
onCompositionStartCapture?
optionalonCompositionStartCapture:CompositionEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onCompositionStartCapture
onCompositionUpdate?
optionalonCompositionUpdate:CompositionEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onCompositionUpdate
onCompositionUpdateCapture?
optionalonCompositionUpdateCapture:CompositionEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onCompositionUpdateCapture
onContextMenu?
optionalonContextMenu:MouseEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onContextMenu
onContextMenuCapture?
optionalonContextMenuCapture:MouseEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onContextMenuCapture
onCopy?
optionalonCopy:ClipboardEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onCopy
onCopyCapture?
optionalonCopyCapture:ClipboardEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onCopyCapture
onCut?
optionalonCut:ClipboardEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onCut
onCutCapture?
optionalonCutCapture:ClipboardEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onCutCapture
onDoubleClick?
optionalonDoubleClick:MouseEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onDoubleClick
onDoubleClickCapture?
optionalonDoubleClickCapture:MouseEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onDoubleClickCapture
onDrag?
optionalonDrag:DragEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onDrag
onDragCapture?
optionalonDragCapture:DragEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onDragCapture
onDragEnd?
optionalonDragEnd:DragEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onDragEnd
onDragEndCapture?
optionalonDragEndCapture:DragEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onDragEndCapture
onDragEnter?
optionalonDragEnter:DragEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onDragEnter
onDragEnterCapture?
optionalonDragEnterCapture:DragEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onDragEnterCapture
onDragExit?
optionalonDragExit:DragEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onDragExit
onDragExitCapture?
optionalonDragExitCapture:DragEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onDragExitCapture
onDragLeave?
optionalonDragLeave:DragEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onDragLeave
onDragLeaveCapture?
optionalonDragLeaveCapture:DragEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onDragLeaveCapture
onDragOver?
optionalonDragOver:DragEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onDragOver
onDragOverCapture?
optionalonDragOverCapture:DragEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onDragOverCapture
onDragStart?
optionalonDragStart:DragEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onDragStart
onDragStartCapture?
optionalonDragStartCapture:DragEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onDragStartCapture
onDrop?
optionalonDrop:DragEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onDrop
onDropCapture?
optionalonDropCapture:DragEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onDropCapture
onDurationChange?
optionalonDurationChange:ReactEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onDurationChange
onDurationChangeCapture?
optionalonDurationChangeCapture:ReactEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onDurationChangeCapture
onEmptied?
optionalonEmptied:ReactEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onEmptied
onEmptiedCapture?
optionalonEmptiedCapture:ReactEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onEmptiedCapture
onEncrypted?
optionalonEncrypted:ReactEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onEncrypted
onEncryptedCapture?
optionalonEncryptedCapture:ReactEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onEncryptedCapture
onEnded?
optionalonEnded:ReactEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onEnded
onEndedCapture?
optionalonEndedCapture:ReactEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onEndedCapture
onError?
optionalonError:ReactEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onError
onErrorCapture?
optionalonErrorCapture:ReactEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onErrorCapture
onFocus?
optionalonFocus:FocusEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onFocus
onFocusCapture?
optionalonFocusCapture:FocusEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onFocusCapture
onGotPointerCapture?
optionalonGotPointerCapture:PointerEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onGotPointerCapture
onGotPointerCaptureCapture?
optionalonGotPointerCaptureCapture:PointerEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onGotPointerCaptureCapture
onHeightChange()?
optionalonHeightChange: (height,meta) =>void
Parameters
height
number
meta
TextareaHeightChangeMeta
Returns
void
Inherited from
TextareaAutosizeProps.onHeightChange
onInput?
optionalonInput:FormEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onInput
onInputCapture?
optionalonInputCapture:FormEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onInputCapture
onInvalid?
optionalonInvalid:FormEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onInvalid
onInvalidCapture?
optionalonInvalidCapture:FormEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onInvalidCapture
onKeyDown?
optionalonKeyDown:KeyboardEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onKeyDown
onKeyDownCapture?
optionalonKeyDownCapture:KeyboardEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onKeyDownCapture
~~onKeyPress?~~
optionalonKeyPress:KeyboardEventHandler\<HTMLTextAreaElement>
Deprecated
Use onKeyUp or onKeyDown instead
Inherited from
TextareaAutosizeProps.onKeyPress
~~onKeyPressCapture?~~
optionalonKeyPressCapture:KeyboardEventHandler\<HTMLTextAreaElement>
Deprecated
Use onKeyUpCapture or onKeyDownCapture instead
Inherited from
TextareaAutosizeProps.onKeyPressCapture
onKeyUp?
optionalonKeyUp:KeyboardEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onKeyUp
onKeyUpCapture?
optionalonKeyUpCapture:KeyboardEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onKeyUpCapture
onLoad?
optionalonLoad:ReactEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onLoad
onLoadCapture?
optionalonLoadCapture:ReactEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onLoadCapture
onLoadedData?
optionalonLoadedData:ReactEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onLoadedData
onLoadedDataCapture?
optionalonLoadedDataCapture:ReactEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onLoadedDataCapture
onLoadedMetadata?
optionalonLoadedMetadata:ReactEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onLoadedMetadata
onLoadedMetadataCapture?
optionalonLoadedMetadataCapture:ReactEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onLoadedMetadataCapture
onLoadStart?
optionalonLoadStart:ReactEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onLoadStart
onLoadStartCapture?
optionalonLoadStartCapture:ReactEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onLoadStartCapture
onLostPointerCapture?
optionalonLostPointerCapture:PointerEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onLostPointerCapture
onLostPointerCaptureCapture?
optionalonLostPointerCaptureCapture:PointerEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onLostPointerCaptureCapture
onMouseDown?
optionalonMouseDown:MouseEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onMouseDown
onMouseDownCapture?
optionalonMouseDownCapture:MouseEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onMouseDownCapture
onMouseEnter?
optionalonMouseEnter:MouseEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onMouseEnter
onMouseLeave?
optionalonMouseLeave:MouseEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onMouseLeave
onMouseMove?
optionalonMouseMove:MouseEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onMouseMove
onMouseMoveCapture?
optionalonMouseMoveCapture:MouseEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onMouseMoveCapture
onMouseOut?
optionalonMouseOut:MouseEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onMouseOut
onMouseOutCapture?
optionalonMouseOutCapture:MouseEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onMouseOutCapture
onMouseOver?
optionalonMouseOver:MouseEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onMouseOver
onMouseOverCapture?
optionalonMouseOverCapture:MouseEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onMouseOverCapture
onMouseUp?
optionalonMouseUp:MouseEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onMouseUp
onMouseUpCapture?
optionalonMouseUpCapture:MouseEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onMouseUpCapture
onPaste?
optionalonPaste:ClipboardEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onPaste
onPasteCapture?
optionalonPasteCapture:ClipboardEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onPasteCapture
onPause?
optionalonPause:ReactEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onPause
onPauseCapture?
optionalonPauseCapture:ReactEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onPauseCapture
onPlay?
optionalonPlay:ReactEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onPlay
onPlayCapture?
optionalonPlayCapture:ReactEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onPlayCapture
onPlaying?
optionalonPlaying:ReactEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onPlaying
onPlayingCapture?
optionalonPlayingCapture:ReactEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onPlayingCapture
onPointerCancel?
optionalonPointerCancel:PointerEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onPointerCancel
onPointerCancelCapture?
optionalonPointerCancelCapture:PointerEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onPointerCancelCapture
onPointerDown?
optionalonPointerDown:PointerEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onPointerDown
onPointerDownCapture?
optionalonPointerDownCapture:PointerEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onPointerDownCapture
onPointerEnter?
optionalonPointerEnter:PointerEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onPointerEnter
onPointerLeave?
optionalonPointerLeave:PointerEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onPointerLeave
onPointerMove?
optionalonPointerMove:PointerEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onPointerMove
onPointerMoveCapture?
optionalonPointerMoveCapture:PointerEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onPointerMoveCapture
onPointerOut?
optionalonPointerOut:PointerEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onPointerOut
onPointerOutCapture?
optionalonPointerOutCapture:PointerEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onPointerOutCapture
onPointerOver?
optionalonPointerOver:PointerEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onPointerOver
onPointerOverCapture?
optionalonPointerOverCapture:PointerEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onPointerOverCapture
onPointerUp?
optionalonPointerUp:PointerEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onPointerUp
onPointerUpCapture?
optionalonPointerUpCapture:PointerEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onPointerUpCapture
onProgress?
optionalonProgress:ReactEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onProgress
onProgressCapture?
optionalonProgressCapture:ReactEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onProgressCapture
onRateChange?
optionalonRateChange:ReactEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onRateChange
onRateChangeCapture?
optionalonRateChangeCapture:ReactEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onRateChangeCapture
onReset?
optionalonReset:FormEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onReset
onResetCapture?
optionalonResetCapture:FormEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onResetCapture
onScroll?
optionalonScroll:UIEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onScroll
onScrollCapture?
optionalonScrollCapture:UIEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onScrollCapture
onScrollEnd?
optionalonScrollEnd:UIEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onScrollEnd
onScrollEndCapture?
optionalonScrollEndCapture:UIEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onScrollEndCapture
onSeeked?
optionalonSeeked:ReactEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onSeeked
onSeekedCapture?
optionalonSeekedCapture:ReactEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onSeekedCapture
onSeeking?
optionalonSeeking:ReactEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onSeeking
onSeekingCapture?
optionalonSeekingCapture:ReactEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onSeekingCapture
onSelect?
optionalonSelect:ReactEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onSelect
onSelectCapture?
optionalonSelectCapture:ReactEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onSelectCapture
onStalled?
optionalonStalled:ReactEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onStalled
onStalledCapture?
optionalonStalledCapture:ReactEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onStalledCapture
onSubmit?
optionalonSubmit:FormEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onSubmit
onSubmitCapture?
optionalonSubmitCapture:FormEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onSubmitCapture
onSuspend?
optionalonSuspend:ReactEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onSuspend
onSuspendCapture?
optionalonSuspendCapture:ReactEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onSuspendCapture
onTimeUpdate?
optionalonTimeUpdate:ReactEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onTimeUpdate
onTimeUpdateCapture?
optionalonTimeUpdateCapture:ReactEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onTimeUpdateCapture
onToggle?
optionalonToggle:ToggleEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onToggle
onTouchCancel?
optionalonTouchCancel:TouchEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onTouchCancel
onTouchCancelCapture?
optionalonTouchCancelCapture:TouchEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onTouchCancelCapture
onTouchEnd?
optionalonTouchEnd:TouchEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onTouchEnd
onTouchEndCapture?
optionalonTouchEndCapture:TouchEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onTouchEndCapture
onTouchMove?
optionalonTouchMove:TouchEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onTouchMove
onTouchMoveCapture?
optionalonTouchMoveCapture:TouchEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onTouchMoveCapture
onTouchStart?
optionalonTouchStart:TouchEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onTouchStart
onTouchStartCapture?
optionalonTouchStartCapture:TouchEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onTouchStartCapture
onTransitionCancel?
optionalonTransitionCancel:TransitionEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onTransitionCancel
onTransitionCancelCapture?
optionalonTransitionCancelCapture:TransitionEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onTransitionCancelCapture
onTransitionEnd?
optionalonTransitionEnd:TransitionEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onTransitionEnd
onTransitionEndCapture?
optionalonTransitionEndCapture:TransitionEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onTransitionEndCapture
onTransitionRun?
optionalonTransitionRun:TransitionEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onTransitionRun
onTransitionRunCapture?
optionalonTransitionRunCapture:TransitionEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onTransitionRunCapture
onTransitionStart?
optionalonTransitionStart:TransitionEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onTransitionStart
onTransitionStartCapture?
optionalonTransitionStartCapture:TransitionEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onTransitionStartCapture
onValueChange()?
optionalonValueChange: (e) =>void
Parameters
e
ChangeEvent\<HTMLTextAreaElement>
Returns
void
onVolumeChange?
optionalonVolumeChange:ReactEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onVolumeChange
onVolumeChangeCapture?
optionalonVolumeChangeCapture:ReactEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onVolumeChangeCapture
onWaiting?
optionalonWaiting:ReactEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onWaiting
onWaitingCapture?
optionalonWaitingCapture:ReactEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onWaitingCapture
onWheel?
optionalonWheel:WheelEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onWheel
onWheelCapture?
optionalonWheelCapture:WheelEventHandler\<HTMLTextAreaElement>
Inherited from
TextareaAutosizeProps.onWheelCapture
part?
optionalpart:string
See
https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/part
Inherited from
placeholder?
optionalplaceholder:string
Overrides
TextareaAutosizeProps.placeholder
popover?
optionalpopover:""|"auto"|"manual"
Inherited from
popoverTarget?
optionalpopoverTarget:string
Inherited from
popoverTargetAction?
optionalpopoverTargetAction:"toggle"|"show"|"hide"
Inherited from
ButtonProps.popoverTargetAction
prefix?
optionalprefix:string
Inherited from
property?
optionalproperty:string
Inherited from
radioGroup?
optionalradioGroup:string
Inherited from
readOnly?
optionalreadOnly:boolean
Inherited from
TextareaAutosizeProps.readOnly
rel?
optionalrel:string
Inherited from
required?
optionalrequired:boolean
Inherited from
TextareaAutosizeProps.required
resource?
optionalresource:string
Inherited from
results?
optionalresults:number
Inherited from
rev?
optionalrev:string
Inherited from
role?
optionalrole:AriaRole
Inherited from
rows?
optionalrows:number
Inherited from
TextareaAutosizeProps.rows
security?
optionalsecurity:string
Inherited from
slot?
optionalslot:string
Inherited from
spellCheck?
optionalspellCheck:Booleanish
Inherited from
style?
optionalstyle:Style
Inherited from
TextareaAutosizeProps.style
suppressContentEditableWarning?
optionalsuppressContentEditableWarning:boolean
Inherited from
ButtonProps.suppressContentEditableWarning
suppressHydrationWarning?
optionalsuppressHydrationWarning:boolean
Inherited from
ButtonProps.suppressHydrationWarning
tabIndex?
optionaltabIndex:number
Inherited from
title?
optionaltitle:string
Inherited from
translate?
optionaltranslate:"no"|"yes"
Inherited from
typeof?
optionaltypeof:string
Inherited from
unselectable?
optionalunselectable:"off"|"on"
Inherited from
value
value:
string
Overrides
TextareaAutosizeProps.value
vocab?
optionalvocab:string
Inherited from
wrap?
optionalwrap:string
Inherited from
TextareaAutosizeProps.wrap