yarn add @twilio-paste/file-uploader - or - yarn add @twilio-paste/core
import {
  FileUploader,
  FileUploaderLabel,
  FileUploaderHelpText,
  FileUploaderDropzone,
  FileUploaderDropzoneText,
} from '@twilio-paste/core/file-uploader';
const MyFileUploader = () => (
  <FileUploader name="Default File Uploader">
    <FileUploaderLabel>Upload files</FileUploaderLabel>
    <FileUploaderHelpText>Files can be up to 50 MB.</FileUploaderHelpText>
    <FileUploaderDropzone acceptedMimeTypes={['image/*', 'application/pdf']}>
      <FileUploaderDropzoneText>Browse files or drag them here</FileUploaderDropzoneText>
    </FileUploaderDropzone>
  </FileUploader>
);
name RequiredRequired
The name for the input within the FileUploader
- Type
- string
disabled
Disables the FileUploader
- Type
- boolean
element
Overrides the default element name to apply unique styles with the Customization Provider
- Type
- string
- Default
- 'FILE_UPLOADER'
id
The id of the FileUploader. Used to create ids for the elements within the FileUploader.
- Type
- string
required
If the FileUploader is required.
- Type
- boolean
Inherited props
Paste components will often extend native HTML elements and as a result will inherit or extend their available properties. Below is a list of the props this component has inherited and are also available to use.
about
- Type
- string
accept
- Type
- string
accessKey
- Type
- string
alt
- Type
- string
aria-activedescendant
Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.
- Type
- string
aria-atomic
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.
- Type
- Booleanish
aria-autocomplete
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.
- Type
- "list" | "none" | "inline" | "both"
aria-braillelabel
Defines a string value that labels the current element, which is intended to be converted into Braille.
- Type
- string
aria-brailleroledescription
Defines a human-readable, author-localized abbreviated description for the role of an element, which is intended to be converted into Braille.
- Type
- string
aria-busy
- Type
- Booleanish
aria-checked
Indicates the current "checked" state of checkboxes, radio buttons, and other widgets.
- Type
- boolean | "true" | "false" | "mixed"
aria-colcount
Defines the total number of columns in a table, grid, or treegrid.
- Type
- number
aria-colindex
Defines an element's column index or position with respect to the total number of columns within a table, grid, or treegrid.
- Type
- number
aria-colindextext
Defines a human readable text alternative of aria-colindex.
- Type
- string
aria-colspan
Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid.
- Type
- number
aria-controls
Identifies the element (or elements) whose contents or presence are controlled by the current element.
- Type
- string
aria-current
Indicates the element that represents the current item within a container or set of related elements.
- Type
- | boolean | "time" | "step" | "date" | "true" | "false" | "page" | "location"
aria-describedby
Identifies the element (or elements) that describes the object.
- Type
- string
aria-description
Defines a string value that describes or annotates the current element.
- Type
- string
aria-details
Identifies the element that provides a detailed, extended description for the object.
- Type
- string
aria-disabled
Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable.
- Type
- Booleanish
aria-dropeffect
Indicates what functions can be performed when a dragged object is released on the drop target.
- Type
- "link" | "none" | "copy" | "execute" | "move" | "popup"
aria-errormessage
Identifies the element that provides an error message for the object.
- Type
- string
aria-expanded
Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.
- Type
- Booleanish
aria-flowto
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.
- Type
- string
aria-grabbed
Indicates an element's "grabbed" state in a drag-and-drop operation.
- Type
- Booleanish
aria-haspopup
Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.
- Type
- | boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree"
aria-hidden
Indicates whether the element is exposed to an accessibility API.
- Type
- Booleanish
aria-invalid
Indicates the entered value does not conform to the format expected by the application.
- Type
- boolean | "true" | "false" | "grammar" | "spelling"
aria-keyshortcuts
Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.
- Type
- string
aria-label
Defines a string value that labels the current element.
- Type
- string
aria-labelledby
Identifies the element (or elements) that labels the current element.
- Type
- string
aria-level
Defines the hierarchical level of an element within a structure.
- Type
- number
aria-live
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.
- Type
- "off" | "assertive" | "polite"
aria-modal
Indicates whether an element is modal when displayed.
- Type
- Booleanish
aria-multiline
Indicates whether a text box accepts multiple lines of input or only a single line.
- Type
- Booleanish
aria-multiselectable
Indicates that the user may select more than one item from the current selectable descendants.
- Type
- Booleanish
aria-orientation
Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.
- Type
- "horizontal" | "vertical"
aria-owns
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.
- Type
- string
aria-placeholder
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.
- Type
- string
aria-posinset
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.
- Type
- number
aria-pressed
Indicates the current "pressed" state of toggle buttons.
- Type
- boolean | "true" | "false" | "mixed"
aria-readonly
Indicates that the element is not editable, but is otherwise operable.
- Type
- Booleanish
aria-relevant
Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified.
- Type
- | "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals"
aria-required
Indicates that user input is required on the element before a form may be submitted.
- Type
- Booleanish
aria-roledescription
Defines a human-readable, author-localized description for the role of an element.
- Type
- string
aria-rowcount
Defines the total number of rows in a table, grid, or treegrid.
- Type
- number
aria-rowindex
Defines an element's row index or position with respect to the total number of rows within a table, grid, or treegrid.
- Type
- number
aria-rowindextext
Defines a human readable text alternative of aria-rowindex.
- Type
- string
aria-rowspan
Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid.
- Type
- number
aria-selected
Indicates the current "selected" state of various widgets.
- Type
- Booleanish
aria-setsize
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.
- Type
- number
aria-sort
Indicates if items in a table or grid are sorted in ascending or descending order.
- Type
- "none" | "ascending" | "descending" | "other"
aria-valuemax
Defines the maximum allowed value for a range widget.
- Type
- number
aria-valuemin
Defines the minimum allowed value for a range widget.
- Type
- number
aria-valuenow
Defines the current value for a range widget.
- Type
- number
aria-valuetext
Defines the human readable text alternative of aria-valuenow for a range widget.
- Type
- string
autoCapitalize
- Type
- | "off" | "on" | (string & {}) | "none" | "sentences" | "words" | "characters"
autoComplete
- Type
- HTMLInputAutoCompleteAttribute
autoCorrect
- Type
- string
autoFocus
- Type
- boolean
autoSave
- Type
- string
capture
- Type
- boolean | "user" | "environment"
checked
- Type
- boolean
content
- Type
- string
contentEditable
- Type
- Booleanish | "inherit" | "plaintext-only"
contextMenu
- Type
- string
dangerouslySetInnerHTML
- Type
- { __html: string | TrustedHTML }
datatype
- Type
- string
defaultChecked
- Type
- boolean
defaultValue
- Type
- string | number | readonly string[]
dir
- Type
- string
draggable
- Type
- Booleanish
enterKeyHint
- Type
- | "search" | "enter" | "done" | "go" | "next" | "previous" | "send"
form
- Type
- string
formAction
- Type
- string | ((formData: FormData) => void | Promise<void>)
formEncType
- Type
- string
formMethod
- Type
- string
formNoValidate
- Type
- boolean
formTarget
- Type
- string
height
- Type
- string | number
hidden
- Type
- boolean
inert
- Type
- boolean
inlist
- Type
- any
inputMode
Hints at the type of data that might be entered by the user while editing the element or its contents
- Type
- | "search" | "text" | "email" | "tel" | "url" | "none" | "numeric" | "decimal"
is
Specify that a standard HTML element should behave like a defined custom built-in element
- Type
- string
itemID
- Type
- string
itemProp
- Type
- string
itemRef
- Type
- string
itemScope
- Type
- boolean
itemType
- Type
- string
key
- Type
- Key
lang
- Type
- string
list
- Type
- string
max
- Type
- string | number
maxLength
- Type
- number
min
- Type
- string | number
minLength
- Type
- number
multiple
- Type
- boolean
nonce
- Type
- string
onAbort
- Type
- ReactEventHandler<HTMLInputElement>
onAbortCapture
- Type
- ReactEventHandler<HTMLInputElement>
onAnimationEnd
- Type
- AnimationEventHandler<HTMLInputElement>
onAnimationEndCapture
- Type
- AnimationEventHandler<HTMLInputElement>
onAnimationIteration
- Type
- AnimationEventHandler<HTMLInputElement>
onAnimationIterationCapture
- Type
- AnimationEventHandler<HTMLInputElement>
onAnimationStart
- Type
- AnimationEventHandler<HTMLInputElement>
onAnimationStartCapture
- Type
- AnimationEventHandler<HTMLInputElement>
onAuxClick
- Type
- MouseEventHandler<HTMLInputElement>
onAuxClickCapture
- Type
- MouseEventHandler<HTMLInputElement>
onBeforeInput
- Type
- FormEventHandler<HTMLInputElement>
onBeforeInputCapture
- Type
- FormEventHandler<HTMLInputElement>
onBeforeToggle
- Type
- ToggleEventHandler<HTMLInputElement>
onBlur
- Type
- FocusEventHandler<HTMLInputElement>
onBlurCapture
- Type
- FocusEventHandler<HTMLInputElement>
onCanPlay
- Type
- ReactEventHandler<HTMLInputElement>
onCanPlayCapture
- Type
- ReactEventHandler<HTMLInputElement>
onCanPlayThrough
- Type
- ReactEventHandler<HTMLInputElement>
onCanPlayThroughCapture
- Type
- ReactEventHandler<HTMLInputElement>
onChangeCapture
- Type
- FormEventHandler<HTMLInputElement>
onClick
- Type
- MouseEventHandler<HTMLInputElement>
onClickCapture
- Type
- MouseEventHandler<HTMLInputElement>
onCompositionEnd
- Type
- CompositionEventHandler<HTMLInputElement>
onCompositionEndCapture
- Type
- CompositionEventHandler<HTMLInputElement>
onCompositionStart
- Type
- CompositionEventHandler<HTMLInputElement>
onCompositionStartCapture
- Type
- CompositionEventHandler<HTMLInputElement>
onCompositionUpdate
- Type
- CompositionEventHandler<HTMLInputElement>
onCompositionUpdateCapture
- Type
- CompositionEventHandler<HTMLInputElement>
onContextMenu
- Type
- MouseEventHandler<HTMLInputElement>
onContextMenuCapture
- Type
- MouseEventHandler<HTMLInputElement>
onCopy
- Type
- ClipboardEventHandler<HTMLInputElement>
onCopyCapture
- Type
- ClipboardEventHandler<HTMLInputElement>
onCut
- Type
- ClipboardEventHandler<HTMLInputElement>
onCutCapture
- Type
- ClipboardEventHandler<HTMLInputElement>
onDoubleClick
- Type
- MouseEventHandler<HTMLInputElement>
onDoubleClickCapture
- Type
- MouseEventHandler<HTMLInputElement>
onDrag
- Type
- DragEventHandler<HTMLInputElement>
onDragCapture
- Type
- DragEventHandler<HTMLInputElement>
onDragEnd
- Type
- DragEventHandler<HTMLInputElement>
onDragEndCapture
- Type
- DragEventHandler<HTMLInputElement>
onDragEnter
- Type
- DragEventHandler<HTMLInputElement>
onDragEnterCapture
- Type
- DragEventHandler<HTMLInputElement>
onDragExit
- Type
- DragEventHandler<HTMLInputElement>
onDragExitCapture
- Type
- DragEventHandler<HTMLInputElement>
onDragLeave
- Type
- DragEventHandler<HTMLInputElement>
onDragLeaveCapture
- Type
- DragEventHandler<HTMLInputElement>
onDragOver
- Type
- DragEventHandler<HTMLInputElement>
onDragOverCapture
- Type
- DragEventHandler<HTMLInputElement>
onDragStart
- Type
- DragEventHandler<HTMLInputElement>
onDragStartCapture
- Type
- DragEventHandler<HTMLInputElement>
onDrop
- Type
- DragEventHandler<HTMLInputElement>
onDropCapture
- Type
- DragEventHandler<HTMLInputElement>
onDurationChange
- Type
- ReactEventHandler<HTMLInputElement>
onDurationChangeCapture
- Type
- ReactEventHandler<HTMLInputElement>
onEmptied
- Type
- ReactEventHandler<HTMLInputElement>
onEmptiedCapture
- Type
- ReactEventHandler<HTMLInputElement>
onEncrypted
- Type
- ReactEventHandler<HTMLInputElement>
onEncryptedCapture
- Type
- ReactEventHandler<HTMLInputElement>
onEnded
- Type
- ReactEventHandler<HTMLInputElement>
onEndedCapture
- Type
- ReactEventHandler<HTMLInputElement>
onError
- Type
- ReactEventHandler<HTMLInputElement>
onErrorCapture
- Type
- ReactEventHandler<HTMLInputElement>
onFocus
- Type
- FocusEventHandler<HTMLInputElement>
onFocusCapture
- Type
- FocusEventHandler<HTMLInputElement>
onGotPointerCapture
- Type
- PointerEventHandler<HTMLInputElement>
onGotPointerCaptureCapture
- Type
- PointerEventHandler<HTMLInputElement>
onInput
- Type
- FormEventHandler<HTMLInputElement>
onInputCapture
- Type
- FormEventHandler<HTMLInputElement>
onInvalid
- Type
- FormEventHandler<HTMLInputElement>
onInvalidCapture
- Type
- FormEventHandler<HTMLInputElement>
onKeyDown
- Type
- KeyboardEventHandler<HTMLInputElement>
onKeyDownCapture
- Type
- KeyboardEventHandler<HTMLInputElement>
onKeyPress
- Type
- KeyboardEventHandler<HTMLInputElement>
onKeyPressCapture
- Type
- KeyboardEventHandler<HTMLInputElement>
onKeyUp
- Type
- KeyboardEventHandler<HTMLInputElement>
onKeyUpCapture
- Type
- KeyboardEventHandler<HTMLInputElement>
onLoad
- Type
- ReactEventHandler<HTMLInputElement>
onLoadCapture
- Type
- ReactEventHandler<HTMLInputElement>
onLoadedData
- Type
- ReactEventHandler<HTMLInputElement>
onLoadedDataCapture
- Type
- ReactEventHandler<HTMLInputElement>
onLoadedMetadata
- Type
- ReactEventHandler<HTMLInputElement>
onLoadedMetadataCapture
- Type
- ReactEventHandler<HTMLInputElement>
onLoadStart
- Type
- ReactEventHandler<HTMLInputElement>
onLoadStartCapture
- Type
- ReactEventHandler<HTMLInputElement>
onLostPointerCapture
- Type
- PointerEventHandler<HTMLInputElement>
onLostPointerCaptureCapture
- Type
- PointerEventHandler<HTMLInputElement>
onMouseDown
- Type
- MouseEventHandler<HTMLInputElement>
onMouseDownCapture
- Type
- MouseEventHandler<HTMLInputElement>
onMouseEnter
- Type
- MouseEventHandler<HTMLInputElement>
onMouseLeave
- Type
- MouseEventHandler<HTMLInputElement>
onMouseMove
- Type
- MouseEventHandler<HTMLInputElement>
onMouseMoveCapture
- Type
- MouseEventHandler<HTMLInputElement>
onMouseOut
- Type
- MouseEventHandler<HTMLInputElement>
onMouseOutCapture
- Type
- MouseEventHandler<HTMLInputElement>
onMouseOver
- Type
- MouseEventHandler<HTMLInputElement>
onMouseOverCapture
- Type
- MouseEventHandler<HTMLInputElement>
onMouseUp
- Type
- MouseEventHandler<HTMLInputElement>
onMouseUpCapture
- Type
- MouseEventHandler<HTMLInputElement>
onPaste
- Type
- ClipboardEventHandler<HTMLInputElement>
onPasteCapture
- Type
- ClipboardEventHandler<HTMLInputElement>
onPause
- Type
- ReactEventHandler<HTMLInputElement>
onPauseCapture
- Type
- ReactEventHandler<HTMLInputElement>
onPlay
- Type
- ReactEventHandler<HTMLInputElement>
onPlayCapture
- Type
- ReactEventHandler<HTMLInputElement>
onPlaying
- Type
- ReactEventHandler<HTMLInputElement>
onPlayingCapture
- Type
- ReactEventHandler<HTMLInputElement>
onPointerCancel
- Type
- PointerEventHandler<HTMLInputElement>
onPointerCancelCapture
- Type
- PointerEventHandler<HTMLInputElement>
onPointerDown
- Type
- PointerEventHandler<HTMLInputElement>
onPointerDownCapture
- Type
- PointerEventHandler<HTMLInputElement>
onPointerEnter
- Type
- PointerEventHandler<HTMLInputElement>
onPointerLeave
- Type
- PointerEventHandler<HTMLInputElement>
onPointerMove
- Type
- PointerEventHandler<HTMLInputElement>
onPointerMoveCapture
- Type
- PointerEventHandler<HTMLInputElement>
onPointerOut
- Type
- PointerEventHandler<HTMLInputElement>
onPointerOutCapture
- Type
- PointerEventHandler<HTMLInputElement>
onPointerOver
- Type
- PointerEventHandler<HTMLInputElement>
onPointerOverCapture
- Type
- PointerEventHandler<HTMLInputElement>
onPointerUp
- Type
- PointerEventHandler<HTMLInputElement>
onPointerUpCapture
- Type
- PointerEventHandler<HTMLInputElement>
onProgress
- Type
- ReactEventHandler<HTMLInputElement>
onProgressCapture
- Type
- ReactEventHandler<HTMLInputElement>
onRateChange
- Type
- ReactEventHandler<HTMLInputElement>
onRateChangeCapture
- Type
- ReactEventHandler<HTMLInputElement>
onReset
- Type
- FormEventHandler<HTMLInputElement>
onResetCapture
- Type
- FormEventHandler<HTMLInputElement>
onResize
- Type
- ReactEventHandler<HTMLInputElement>
onResizeCapture
- Type
- ReactEventHandler<HTMLInputElement>
onScroll
- Type
- UIEventHandler<HTMLInputElement>
onScrollCapture
- Type
- UIEventHandler<HTMLInputElement>
onSeeked
- Type
- ReactEventHandler<HTMLInputElement>
onSeekedCapture
- Type
- ReactEventHandler<HTMLInputElement>
onSeeking
- Type
- ReactEventHandler<HTMLInputElement>
onSeekingCapture
- Type
- ReactEventHandler<HTMLInputElement>
onSelect
- Type
- ReactEventHandler<HTMLInputElement>
onSelectCapture
- Type
- ReactEventHandler<HTMLInputElement>
onStalled
- Type
- ReactEventHandler<HTMLInputElement>
onStalledCapture
- Type
- ReactEventHandler<HTMLInputElement>
onSubmit
- Type
- FormEventHandler<HTMLInputElement>
onSubmitCapture
- Type
- FormEventHandler<HTMLInputElement>
onSuspend
- Type
- ReactEventHandler<HTMLInputElement>
onSuspendCapture
- Type
- ReactEventHandler<HTMLInputElement>
onTimeUpdate
- Type
- ReactEventHandler<HTMLInputElement>
onTimeUpdateCapture
- Type
- ReactEventHandler<HTMLInputElement>
onToggle
- Type
- ToggleEventHandler<HTMLInputElement>
onTouchCancel
- Type
- TouchEventHandler<HTMLInputElement>
onTouchCancelCapture
- Type
- TouchEventHandler<HTMLInputElement>
onTouchEnd
- Type
- TouchEventHandler<HTMLInputElement>
onTouchEndCapture
- Type
- TouchEventHandler<HTMLInputElement>
onTouchMove
- Type
- TouchEventHandler<HTMLInputElement>
onTouchMoveCapture
- Type
- TouchEventHandler<HTMLInputElement>
onTouchStart
- Type
- TouchEventHandler<HTMLInputElement>
onTouchStartCapture
- Type
- TouchEventHandler<HTMLInputElement>
onTransitionCancel
- Type
- TransitionEventHandler<HTMLInputElement>
onTransitionCancelCapture
- Type
- TransitionEventHandler<HTMLInputElement>
onTransitionEnd
- Type
- TransitionEventHandler<HTMLInputElement>
onTransitionEndCapture
- Type
- TransitionEventHandler<HTMLInputElement>
onTransitionRun
- Type
- TransitionEventHandler<HTMLInputElement>
onTransitionRunCapture
- Type
- TransitionEventHandler<HTMLInputElement>
onTransitionStart
- Type
- TransitionEventHandler<HTMLInputElement>
onTransitionStartCapture
- Type
- TransitionEventHandler<HTMLInputElement>
onVolumeChange
- Type
- ReactEventHandler<HTMLInputElement>
onVolumeChangeCapture
- Type
- ReactEventHandler<HTMLInputElement>
onWaiting
- Type
- ReactEventHandler<HTMLInputElement>
onWaitingCapture
- Type
- ReactEventHandler<HTMLInputElement>
onWheel
- Type
- WheelEventHandler<HTMLInputElement>
onWheelCapture
- Type
- WheelEventHandler<HTMLInputElement>
pattern
- Type
- string
placeholder
- Type
- string
popover
- Type
- "" | "auto" | "manual"
popoverTarget
- Type
- string
popoverTargetAction
- Type
- "toggle" | "show" | "hide"
prefix
- Type
- string
property
- Type
- string
radioGroup
- Type
- string
readOnly
- Type
- boolean
rel
- Type
- string
resource
- Type
- string
results
- Type
- number
rev
- Type
- string
role
- Type
- AriaRole
security
- Type
- string
size
- Type
- number
slot
- Type
- string
spellCheck
- Type
- Booleanish
src
- Type
- string
step
- Type
- string | number
suppressContentEditableWarning
- Type
- boolean
suppressHydrationWarning
- Type
- boolean
tabIndex
- Type
- number
title
- Type
- string
translate
- Type
- "yes" | "no"
type
- Type
- HTMLInputTypeAttribute
typeof
- Type
- string
unselectable
- Type
- "off" | "on"
value
- Type
- string | number | readonly string[]
vocab
- Type
- string
width
- Type
- string | number
element
Overrides the default element name to apply unique styles with the Customization Provider
- Type
- string
- Default
- 'FILE_UPLOADER_HELP_TEXT'
Inherited props
Paste components will often extend native HTML elements and as a result will inherit or extend their available properties. Below is a list of the props this component has inherited and are also available to use.
about
- Type
- string
accessKey
- Type
- string
aria-activedescendant
Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.
- Type
- string
aria-atomic
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.
- Type
- Booleanish
aria-autocomplete
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.
- Type
- "list" | "none" | "inline" | "both"
aria-braillelabel
Defines a string value that labels the current element, which is intended to be converted into Braille.
- Type
- string
aria-brailleroledescription
Defines a human-readable, author-localized abbreviated description for the role of an element, which is intended to be converted into Braille.
- Type
- string
aria-busy
- Type
- Booleanish
aria-checked
Indicates the current "checked" state of checkboxes, radio buttons, and other widgets.
- Type
- boolean | "true" | "false" | "mixed"
aria-colcount
Defines the total number of columns in a table, grid, or treegrid.
- Type
- number
aria-colindex
Defines an element's column index or position with respect to the total number of columns within a table, grid, or treegrid.
- Type
- number
aria-colindextext
Defines a human readable text alternative of aria-colindex.
- Type
- string
aria-colspan
Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid.
- Type
- number
aria-controls
Identifies the element (or elements) whose contents or presence are controlled by the current element.
- Type
- string
aria-current
Indicates the element that represents the current item within a container or set of related elements.
- Type
- | boolean | "time" | "step" | "date" | "true" | "false" | "page" | "location"
aria-describedby
Identifies the element (or elements) that describes the object.
- Type
- string
aria-description
Defines a string value that describes or annotates the current element.
- Type
- string
aria-details
Identifies the element that provides a detailed, extended description for the object.
- Type
- string
aria-disabled
Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable.
- Type
- Booleanish
aria-dropeffect
Indicates what functions can be performed when a dragged object is released on the drop target.
- Type
- "link" | "none" | "copy" | "execute" | "move" | "popup"
aria-errormessage
Identifies the element that provides an error message for the object.
- Type
- string
aria-expanded
Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.
- Type
- Booleanish
aria-flowto
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.
- Type
- string
aria-grabbed
Indicates an element's "grabbed" state in a drag-and-drop operation.
- Type
- Booleanish
aria-haspopup
Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.
- Type
- | boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree"
aria-hidden
Indicates whether the element is exposed to an accessibility API.
- Type
- Booleanish
aria-invalid
Indicates the entered value does not conform to the format expected by the application.
- Type
- boolean | "true" | "false" | "grammar" | "spelling"
aria-keyshortcuts
Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.
- Type
- string
aria-label
Defines a string value that labels the current element.
- Type
- string
aria-labelledby
Identifies the element (or elements) that labels the current element.
- Type
- string
aria-level
Defines the hierarchical level of an element within a structure.
- Type
- number
aria-live
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.
- Type
- "off" | "assertive" | "polite"
aria-modal
Indicates whether an element is modal when displayed.
- Type
- Booleanish
aria-multiline
Indicates whether a text box accepts multiple lines of input or only a single line.
- Type
- Booleanish
aria-multiselectable
Indicates that the user may select more than one item from the current selectable descendants.
- Type
- Booleanish
aria-orientation
Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.
- Type
- "horizontal" | "vertical"
aria-owns
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.
- Type
- string
aria-placeholder
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.
- Type
- string
aria-posinset
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.
- Type
- number
aria-pressed
Indicates the current "pressed" state of toggle buttons.
- Type
- boolean | "true" | "false" | "mixed"
aria-readonly
Indicates that the element is not editable, but is otherwise operable.
- Type
- Booleanish
aria-relevant
Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified.
- Type
- | "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals"
aria-required
Indicates that user input is required on the element before a form may be submitted.
- Type
- Booleanish
aria-roledescription
Defines a human-readable, author-localized description for the role of an element.
- Type
- string
aria-rowcount
Defines the total number of rows in a table, grid, or treegrid.
- Type
- number
aria-rowindex
Defines an element's row index or position with respect to the total number of rows within a table, grid, or treegrid.
- Type
- number
aria-rowindextext
Defines a human readable text alternative of aria-rowindex.
- Type
- string
aria-rowspan
Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid.
- Type
- number
aria-selected
Indicates the current "selected" state of various widgets.
- Type
- Booleanish
aria-setsize
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.
- Type
- number
aria-sort
Indicates if items in a table or grid are sorted in ascending or descending order.
- Type
- "none" | "ascending" | "descending" | "other"
aria-valuemax
Defines the maximum allowed value for a range widget.
- Type
- number
aria-valuemin
Defines the minimum allowed value for a range widget.
- Type
- number
aria-valuenow
Defines the current value for a range widget.
- Type
- number
aria-valuetext
Defines the human readable text alternative of aria-valuenow for a range widget.
- Type
- string
autoCapitalize
- Type
- | "off" | "on" | (string & {}) | "none" | "sentences" | "words" | "characters"
autoCorrect
- Type
- string
autoFocus
- Type
- boolean
autoSave
- Type
- string
content
- Type
- string
contentEditable
- Type
- Booleanish | "inherit" | "plaintext-only"
contextMenu
- Type
- string
dangerouslySetInnerHTML
- Type
- { __html: string | TrustedHTML }
datatype
- Type
- string
defaultChecked
- Type
- boolean
defaultValue
- Type
- string | number | readonly string[]
dir
- Type
- string
draggable
- Type
- Booleanish
enterKeyHint
- Type
- | "search" | "enter" | "done" | "go" | "next" | "previous" | "send"
hidden
- Type
- boolean
id
- Type
- string
inert
- Type
- boolean
inlist
- Type
- any
inputMode
Hints at the type of data that might be entered by the user while editing the element or its contents
- Type
- | "search" | "text" | "email" | "tel" | "url" | "none" | "numeric" | "decimal"
is
Specify that a standard HTML element should behave like a defined custom built-in element
- Type
- string
itemID
- Type
- string
itemProp
- Type
- string
itemRef
- Type
- string
itemScope
- Type
- boolean
itemType
- Type
- string
key
- Type
- Key
lang
- Type
- string
nonce
- Type
- string
onAbort
- Type
- ReactEventHandler<HTMLDivElement>
onAbortCapture
- Type
- ReactEventHandler<HTMLDivElement>
onAnimationEnd
- Type
- AnimationEventHandler<HTMLDivElement>
onAnimationEndCapture
- Type
- AnimationEventHandler<HTMLDivElement>
onAnimationIteration
- Type
- AnimationEventHandler<HTMLDivElement>
onAnimationIterationCapture
- Type
- AnimationEventHandler<HTMLDivElement>
onAnimationStart
- Type
- AnimationEventHandler<HTMLDivElement>
onAnimationStartCapture
- Type
- AnimationEventHandler<HTMLDivElement>
onAuxClick
- Type
- MouseEventHandler<HTMLDivElement>
onAuxClickCapture
- Type
- MouseEventHandler<HTMLDivElement>
onBeforeInput
- Type
- FormEventHandler<HTMLDivElement>
onBeforeInputCapture
- Type
- FormEventHandler<HTMLDivElement>
onBeforeToggle
- Type
- ToggleEventHandler<HTMLDivElement>
onBlur
- Type
- FocusEventHandler<HTMLDivElement>
onBlurCapture
- Type
- FocusEventHandler<HTMLDivElement>
onCanPlay
- Type
- ReactEventHandler<HTMLDivElement>
onCanPlayCapture
- Type
- ReactEventHandler<HTMLDivElement>
onCanPlayThrough
- Type
- ReactEventHandler<HTMLDivElement>
onCanPlayThroughCapture
- Type
- ReactEventHandler<HTMLDivElement>
onChange
- Type
- FormEventHandler<HTMLDivElement>
onChangeCapture
- Type
- FormEventHandler<HTMLDivElement>
onClick
- Type
- MouseEventHandler<HTMLDivElement>
onClickCapture
- Type
- MouseEventHandler<HTMLDivElement>
onCompositionEnd
- Type
- CompositionEventHandler<HTMLDivElement>
onCompositionEndCapture
- Type
- CompositionEventHandler<HTMLDivElement>
onCompositionStart
- Type
- CompositionEventHandler<HTMLDivElement>
onCompositionStartCapture
- Type
- CompositionEventHandler<HTMLDivElement>
onCompositionUpdate
- Type
- CompositionEventHandler<HTMLDivElement>
onCompositionUpdateCapture
- Type
- CompositionEventHandler<HTMLDivElement>
onContextMenu
- Type
- MouseEventHandler<HTMLDivElement>
onContextMenuCapture
- Type
- MouseEventHandler<HTMLDivElement>
onCopy
- Type
- ClipboardEventHandler<HTMLDivElement>
onCopyCapture
- Type
- ClipboardEventHandler<HTMLDivElement>
onCut
- Type
- ClipboardEventHandler<HTMLDivElement>
onCutCapture
- Type
- ClipboardEventHandler<HTMLDivElement>
onDoubleClick
- Type
- MouseEventHandler<HTMLDivElement>
onDoubleClickCapture
- Type
- MouseEventHandler<HTMLDivElement>
onDrag
- Type
- DragEventHandler<HTMLDivElement>
onDragCapture
- Type
- DragEventHandler<HTMLDivElement>
onDragEnd
- Type
- DragEventHandler<HTMLDivElement>
onDragEndCapture
- Type
- DragEventHandler<HTMLDivElement>
onDragEnter
- Type
- DragEventHandler<HTMLDivElement>
onDragEnterCapture
- Type
- DragEventHandler<HTMLDivElement>
onDragExit
- Type
- DragEventHandler<HTMLDivElement>
onDragExitCapture
- Type
- DragEventHandler<HTMLDivElement>
onDragLeave
- Type
- DragEventHandler<HTMLDivElement>
onDragLeaveCapture
- Type
- DragEventHandler<HTMLDivElement>
onDragOver
- Type
- DragEventHandler<HTMLDivElement>
onDragOverCapture
- Type
- DragEventHandler<HTMLDivElement>
onDragStart
- Type
- DragEventHandler<HTMLDivElement>
onDragStartCapture
- Type
- DragEventHandler<HTMLDivElement>
onDrop
- Type
- DragEventHandler<HTMLDivElement>
onDropCapture
- Type
- DragEventHandler<HTMLDivElement>
onDurationChange
- Type
- ReactEventHandler<HTMLDivElement>
onDurationChangeCapture
- Type
- ReactEventHandler<HTMLDivElement>
onEmptied
- Type
- ReactEventHandler<HTMLDivElement>
onEmptiedCapture
- Type
- ReactEventHandler<HTMLDivElement>
onEncrypted
- Type
- ReactEventHandler<HTMLDivElement>
onEncryptedCapture
- Type
- ReactEventHandler<HTMLDivElement>
onEnded
- Type
- ReactEventHandler<HTMLDivElement>
onEndedCapture
- Type
- ReactEventHandler<HTMLDivElement>
onError
- Type
- ReactEventHandler<HTMLDivElement>
onErrorCapture
- Type
- ReactEventHandler<HTMLDivElement>
onFocus
- Type
- FocusEventHandler<HTMLDivElement>
onFocusCapture
- Type
- FocusEventHandler<HTMLDivElement>
onGotPointerCapture
- Type
- PointerEventHandler<HTMLDivElement>
onGotPointerCaptureCapture
- Type
- PointerEventHandler<HTMLDivElement>
onInput
- Type
- FormEventHandler<HTMLDivElement>
onInputCapture
- Type
- FormEventHandler<HTMLDivElement>
onInvalid
- Type
- FormEventHandler<HTMLDivElement>
onInvalidCapture
- Type
- FormEventHandler<HTMLDivElement>
onKeyDown
- Type
- KeyboardEventHandler<HTMLDivElement>
onKeyDownCapture
- Type
- KeyboardEventHandler<HTMLDivElement>
onKeyPress
- Type
- KeyboardEventHandler<HTMLDivElement>
onKeyPressCapture
- Type
- KeyboardEventHandler<HTMLDivElement>
onKeyUp
- Type
- KeyboardEventHandler<HTMLDivElement>
onKeyUpCapture
- Type
- KeyboardEventHandler<HTMLDivElement>
onLoad
- Type
- ReactEventHandler<HTMLDivElement>
onLoadCapture
- Type
- ReactEventHandler<HTMLDivElement>
onLoadedData
- Type
- ReactEventHandler<HTMLDivElement>
onLoadedDataCapture
- Type
- ReactEventHandler<HTMLDivElement>
onLoadedMetadata
- Type
- ReactEventHandler<HTMLDivElement>
onLoadedMetadataCapture
- Type
- ReactEventHandler<HTMLDivElement>
onLoadStart
- Type
- ReactEventHandler<HTMLDivElement>
onLoadStartCapture
- Type
- ReactEventHandler<HTMLDivElement>
onLostPointerCapture
- Type
- PointerEventHandler<HTMLDivElement>
onLostPointerCaptureCapture
- Type
- PointerEventHandler<HTMLDivElement>
onMouseDown
- Type
- MouseEventHandler<HTMLDivElement>
onMouseDownCapture
- Type
- MouseEventHandler<HTMLDivElement>
onMouseEnter
- Type
- MouseEventHandler<HTMLDivElement>
onMouseLeave
- Type
- MouseEventHandler<HTMLDivElement>
onMouseMove
- Type
- MouseEventHandler<HTMLDivElement>
onMouseMoveCapture
- Type
- MouseEventHandler<HTMLDivElement>
onMouseOut
- Type
- MouseEventHandler<HTMLDivElement>
onMouseOutCapture
- Type
- MouseEventHandler<HTMLDivElement>
onMouseOver
- Type
- MouseEventHandler<HTMLDivElement>
onMouseOverCapture
- Type
- MouseEventHandler<HTMLDivElement>
onMouseUp
- Type
- MouseEventHandler<HTMLDivElement>
onMouseUpCapture
- Type
- MouseEventHandler<HTMLDivElement>
onPaste
- Type
- ClipboardEventHandler<HTMLDivElement>
onPasteCapture
- Type
- ClipboardEventHandler<HTMLDivElement>
onPause
- Type
- ReactEventHandler<HTMLDivElement>
onPauseCapture
- Type
- ReactEventHandler<HTMLDivElement>
onPlay
- Type
- ReactEventHandler<HTMLDivElement>
onPlayCapture
- Type
- ReactEventHandler<HTMLDivElement>
onPlaying
- Type
- ReactEventHandler<HTMLDivElement>
onPlayingCapture
- Type
- ReactEventHandler<HTMLDivElement>
onPointerCancel
- Type
- PointerEventHandler<HTMLDivElement>
onPointerCancelCapture
- Type
- PointerEventHandler<HTMLDivElement>
onPointerDown
- Type
- PointerEventHandler<HTMLDivElement>
onPointerDownCapture
- Type
- PointerEventHandler<HTMLDivElement>
onPointerEnter
- Type
- PointerEventHandler<HTMLDivElement>
onPointerLeave
- Type
- PointerEventHandler<HTMLDivElement>
onPointerMove
- Type
- PointerEventHandler<HTMLDivElement>
onPointerMoveCapture
- Type
- PointerEventHandler<HTMLDivElement>
onPointerOut
- Type
- PointerEventHandler<HTMLDivElement>
onPointerOutCapture
- Type
- PointerEventHandler<HTMLDivElement>
onPointerOver
- Type
- PointerEventHandler<HTMLDivElement>
onPointerOverCapture
- Type
- PointerEventHandler<HTMLDivElement>
onPointerUp
- Type
- PointerEventHandler<HTMLDivElement>
onPointerUpCapture
- Type
- PointerEventHandler<HTMLDivElement>
onProgress
- Type
- ReactEventHandler<HTMLDivElement>
onProgressCapture
- Type
- ReactEventHandler<HTMLDivElement>
onRateChange
- Type
- ReactEventHandler<HTMLDivElement>
onRateChangeCapture
- Type
- ReactEventHandler<HTMLDivElement>
onReset
- Type
- FormEventHandler<HTMLDivElement>
onResetCapture
- Type
- FormEventHandler<HTMLDivElement>
onResize
- Type
- ReactEventHandler<HTMLDivElement>
onResizeCapture
- Type
- ReactEventHandler<HTMLDivElement>
onScroll
- Type
- UIEventHandler<HTMLDivElement>
onScrollCapture
- Type
- UIEventHandler<HTMLDivElement>
onSeeked
- Type
- ReactEventHandler<HTMLDivElement>
onSeekedCapture
- Type
- ReactEventHandler<HTMLDivElement>
onSeeking
- Type
- ReactEventHandler<HTMLDivElement>
onSeekingCapture
- Type
- ReactEventHandler<HTMLDivElement>
onSelect
- Type
- ReactEventHandler<HTMLDivElement>
onSelectCapture
- Type
- ReactEventHandler<HTMLDivElement>
onStalled
- Type
- ReactEventHandler<HTMLDivElement>
onStalledCapture
- Type
- ReactEventHandler<HTMLDivElement>
onSubmit
- Type
- FormEventHandler<HTMLDivElement>
onSubmitCapture
- Type
- FormEventHandler<HTMLDivElement>
onSuspend
- Type
- ReactEventHandler<HTMLDivElement>
onSuspendCapture
- Type
- ReactEventHandler<HTMLDivElement>
onTimeUpdate
- Type
- ReactEventHandler<HTMLDivElement>
onTimeUpdateCapture
- Type
- ReactEventHandler<HTMLDivElement>
onToggle
- Type
- ToggleEventHandler<HTMLDivElement>
onTouchCancel
- Type
- TouchEventHandler<HTMLDivElement>
onTouchCancelCapture
- Type
- TouchEventHandler<HTMLDivElement>
onTouchEnd
- Type
- TouchEventHandler<HTMLDivElement>
onTouchEndCapture
- Type
- TouchEventHandler<HTMLDivElement>
onTouchMove
- Type
- TouchEventHandler<HTMLDivElement>
onTouchMoveCapture
- Type
- TouchEventHandler<HTMLDivElement>
onTouchStart
- Type
- TouchEventHandler<HTMLDivElement>
onTouchStartCapture
- Type
- TouchEventHandler<HTMLDivElement>
onTransitionCancel
- Type
- TransitionEventHandler<HTMLDivElement>
onTransitionCancelCapture
- Type
- TransitionEventHandler<HTMLDivElement>
onTransitionEnd
- Type
- TransitionEventHandler<HTMLDivElement>
onTransitionEndCapture
- Type
- TransitionEventHandler<HTMLDivElement>
onTransitionRun
- Type
- TransitionEventHandler<HTMLDivElement>
onTransitionRunCapture
- Type
- TransitionEventHandler<HTMLDivElement>
onTransitionStart
- Type
- TransitionEventHandler<HTMLDivElement>
onTransitionStartCapture
- Type
- TransitionEventHandler<HTMLDivElement>
onVolumeChange
- Type
- ReactEventHandler<HTMLDivElement>
onVolumeChangeCapture
- Type
- ReactEventHandler<HTMLDivElement>
onWaiting
- Type
- ReactEventHandler<HTMLDivElement>
onWaitingCapture
- Type
- ReactEventHandler<HTMLDivElement>
onWheel
- Type
- WheelEventHandler<HTMLDivElement>
onWheelCapture
- Type
- WheelEventHandler<HTMLDivElement>
popover
- Type
- "" | "auto" | "manual"
popoverTarget
- Type
- string
popoverTargetAction
- Type
- "toggle" | "show" | "hide"
prefix
- Type
- string
property
- Type
- string
radioGroup
- Type
- string
rel
- Type
- string
resource
- Type
- string
results
- Type
- number
rev
- Type
- string
role
- Type
- AriaRole
security
- Type
- string
slot
- Type
- string
spellCheck
- Type
- Booleanish
suppressContentEditableWarning
- Type
- boolean
suppressHydrationWarning
- Type
- boolean
tabIndex
- Type
- number
title
- Type
- string
translate
- Type
- "yes" | "no"
typeof
- Type
- string
unselectable
- Type
- "off" | "on"
vocab
- Type
- string
element
Overrides the default element name to apply unique styles with the Customization Provider
- Type
- string
- Default
- 'FILE_UPLOADER_LABEL'
Inherited props
Paste components will often extend native HTML elements and as a result will inherit or extend their available properties. Below is a list of the props this component has inherited and are also available to use.
about
- Type
- string
accessKey
- Type
- string
aria-activedescendant
Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.
- Type
- string
aria-atomic
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.
- Type
- Booleanish
aria-autocomplete
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.
- Type
- "list" | "none" | "inline" | "both"
aria-braillelabel
Defines a string value that labels the current element, which is intended to be converted into Braille.
- Type
- string
aria-brailleroledescription
Defines a human-readable, author-localized abbreviated description for the role of an element, which is intended to be converted into Braille.
- Type
- string
aria-busy
- Type
- Booleanish
aria-checked
Indicates the current "checked" state of checkboxes, radio buttons, and other widgets.
- Type
- boolean | "true" | "false" | "mixed"
aria-colcount
Defines the total number of columns in a table, grid, or treegrid.
- Type
- number
aria-colindex
Defines an element's column index or position with respect to the total number of columns within a table, grid, or treegrid.
- Type
- number
aria-colindextext
Defines a human readable text alternative of aria-colindex.
- Type
- string
aria-colspan
Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid.
- Type
- number
aria-controls
Identifies the element (or elements) whose contents or presence are controlled by the current element.
- Type
- string
aria-current
Indicates the element that represents the current item within a container or set of related elements.
- Type
- | boolean | "time" | "step" | "date" | "true" | "false" | "page" | "location"
aria-describedby
Identifies the element (or elements) that describes the object.
- Type
- string
aria-description
Defines a string value that describes or annotates the current element.
- Type
- string
aria-details
Identifies the element that provides a detailed, extended description for the object.
- Type
- string
aria-disabled
Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable.
- Type
- Booleanish
aria-dropeffect
Indicates what functions can be performed when a dragged object is released on the drop target.
- Type
- "link" | "none" | "copy" | "execute" | "move" | "popup"
aria-errormessage
Identifies the element that provides an error message for the object.
- Type
- string
aria-expanded
Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.
- Type
- Booleanish
aria-flowto
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.
- Type
- string
aria-grabbed
Indicates an element's "grabbed" state in a drag-and-drop operation.
- Type
- Booleanish
aria-haspopup
Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.
- Type
- | boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree"
aria-hidden
Indicates whether the element is exposed to an accessibility API.
- Type
- Booleanish
aria-invalid
Indicates the entered value does not conform to the format expected by the application.
- Type
- boolean | "true" | "false" | "grammar" | "spelling"
aria-keyshortcuts
Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.
- Type
- string
aria-label
Defines a string value that labels the current element.
- Type
- string
aria-labelledby
Identifies the element (or elements) that labels the current element.
- Type
- string
aria-level
Defines the hierarchical level of an element within a structure.
- Type
- number
aria-live
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.
- Type
- "off" | "assertive" | "polite"
aria-modal
Indicates whether an element is modal when displayed.
- Type
- Booleanish
aria-multiline
Indicates whether a text box accepts multiple lines of input or only a single line.
- Type
- Booleanish
aria-multiselectable
Indicates that the user may select more than one item from the current selectable descendants.
- Type
- Booleanish
aria-orientation
Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.
- Type
- "horizontal" | "vertical"
aria-owns
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.
- Type
- string
aria-placeholder
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.
- Type
- string
aria-posinset
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.
- Type
- number
aria-pressed
Indicates the current "pressed" state of toggle buttons.
- Type
- boolean | "true" | "false" | "mixed"
aria-readonly
Indicates that the element is not editable, but is otherwise operable.
- Type
- Booleanish
aria-relevant
Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified.
- Type
- | "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals"
aria-required
Indicates that user input is required on the element before a form may be submitted.
- Type
- Booleanish
aria-roledescription
Defines a human-readable, author-localized description for the role of an element.
- Type
- string
aria-rowcount
Defines the total number of rows in a table, grid, or treegrid.
- Type
- number
aria-rowindex
Defines an element's row index or position with respect to the total number of rows within a table, grid, or treegrid.
- Type
- number
aria-rowindextext
Defines a human readable text alternative of aria-rowindex.
- Type
- string
aria-rowspan
Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid.
- Type
- number
aria-selected
Indicates the current "selected" state of various widgets.
- Type
- Booleanish
aria-setsize
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.
- Type
- number
aria-sort
Indicates if items in a table or grid are sorted in ascending or descending order.
- Type
- "none" | "ascending" | "descending" | "other"
aria-valuemax
Defines the maximum allowed value for a range widget.
- Type
- number
aria-valuemin
Defines the minimum allowed value for a range widget.
- Type
- number
aria-valuenow
Defines the current value for a range widget.
- Type
- number
aria-valuetext
Defines the human readable text alternative of aria-valuenow for a range widget.
- Type
- string
autoCapitalize
- Type
- | "off" | "on" | (string & {}) | "none" | "sentences" | "words" | "characters"
autoCorrect
- Type
- string
autoFocus
- Type
- boolean
autoSave
- Type
- string
content
- Type
- string
contentEditable
- Type
- Booleanish | "inherit" | "plaintext-only"
contextMenu
- Type
- string
dangerouslySetInnerHTML
- Type
- { __html: string | TrustedHTML }
datatype
- Type
- string
defaultChecked
- Type
- boolean
defaultValue
- Type
- string | number | readonly string[]
dir
- Type
- string
draggable
- Type
- Booleanish
enterKeyHint
- Type
- | "search" | "enter" | "done" | "go" | "next" | "previous" | "send"
form
- Type
- string
hidden
- Type
- boolean
htmlFor
- Type
- string
id
- Type
- string
inert
- Type
- boolean
inlist
- Type
- any
inputMode
Hints at the type of data that might be entered by the user while editing the element or its contents
- Type
- | "search" | "text" | "email" | "tel" | "url" | "none" | "numeric" | "decimal"
is
Specify that a standard HTML element should behave like a defined custom built-in element
- Type
- string
itemID
- Type
- string
itemProp
- Type
- string
itemRef
- Type
- string
itemScope
- Type
- boolean
itemType
- Type
- string
key
- Type
- Key
lang
- Type
- string
nonce
- Type
- string
onAbort
- Type
- ReactEventHandler<HTMLLabelElement>
onAbortCapture
- Type
- ReactEventHandler<HTMLLabelElement>
onAnimationEnd
- Type
- AnimationEventHandler<HTMLLabelElement>
onAnimationEndCapture
- Type
- AnimationEventHandler<HTMLLabelElement>
onAnimationIteration
- Type
- AnimationEventHandler<HTMLLabelElement>
onAnimationIterationCapture
- Type
- AnimationEventHandler<HTMLLabelElement>
onAnimationStart
- Type
- AnimationEventHandler<HTMLLabelElement>
onAnimationStartCapture
- Type
- AnimationEventHandler<HTMLLabelElement>
onAuxClick
- Type
- MouseEventHandler<HTMLLabelElement>
onAuxClickCapture
- Type
- MouseEventHandler<HTMLLabelElement>
onBeforeInput
- Type
- FormEventHandler<HTMLLabelElement>
onBeforeInputCapture
- Type
- FormEventHandler<HTMLLabelElement>
onBeforeToggle
- Type
- ToggleEventHandler<HTMLLabelElement>
onBlur
- Type
- FocusEventHandler<HTMLLabelElement>
onBlurCapture
- Type
- FocusEventHandler<HTMLLabelElement>
onCanPlay
- Type
- ReactEventHandler<HTMLLabelElement>
onCanPlayCapture
- Type
- ReactEventHandler<HTMLLabelElement>
onCanPlayThrough
- Type
- ReactEventHandler<HTMLLabelElement>
onCanPlayThroughCapture
- Type
- ReactEventHandler<HTMLLabelElement>
onChange
- Type
- FormEventHandler<HTMLLabelElement>
onChangeCapture
- Type
- FormEventHandler<HTMLLabelElement>
onClick
- Type
- MouseEventHandler<HTMLLabelElement>
onClickCapture
- Type
- MouseEventHandler<HTMLLabelElement>
onCompositionEnd
- Type
- CompositionEventHandler<HTMLLabelElement>
onCompositionEndCapture
- Type
- CompositionEventHandler<HTMLLabelElement>
onCompositionStart
- Type
- CompositionEventHandler<HTMLLabelElement>
onCompositionStartCapture
- Type
- CompositionEventHandler<HTMLLabelElement>
onCompositionUpdate
- Type
- CompositionEventHandler<HTMLLabelElement>
onCompositionUpdateCapture
- Type
- CompositionEventHandler<HTMLLabelElement>
onContextMenu
- Type
- MouseEventHandler<HTMLLabelElement>
onContextMenuCapture
- Type
- MouseEventHandler<HTMLLabelElement>
onCopy
- Type
- ClipboardEventHandler<HTMLLabelElement>
onCopyCapture
- Type
- ClipboardEventHandler<HTMLLabelElement>
onCut
- Type
- ClipboardEventHandler<HTMLLabelElement>
onCutCapture
- Type
- ClipboardEventHandler<HTMLLabelElement>
onDoubleClick
- Type
- MouseEventHandler<HTMLLabelElement>
onDoubleClickCapture
- Type
- MouseEventHandler<HTMLLabelElement>
onDrag
- Type
- DragEventHandler<HTMLLabelElement>
onDragCapture
- Type
- DragEventHandler<HTMLLabelElement>
onDragEnd
- Type
- DragEventHandler<HTMLLabelElement>
onDragEndCapture
- Type
- DragEventHandler<HTMLLabelElement>
onDragEnter
- Type
- DragEventHandler<HTMLLabelElement>
onDragEnterCapture
- Type
- DragEventHandler<HTMLLabelElement>
onDragExit
- Type
- DragEventHandler<HTMLLabelElement>
onDragExitCapture
- Type
- DragEventHandler<HTMLLabelElement>
onDragLeave
- Type
- DragEventHandler<HTMLLabelElement>
onDragLeaveCapture
- Type
- DragEventHandler<HTMLLabelElement>
onDragOver
- Type
- DragEventHandler<HTMLLabelElement>
onDragOverCapture
- Type
- DragEventHandler<HTMLLabelElement>
onDragStart
- Type
- DragEventHandler<HTMLLabelElement>
onDragStartCapture
- Type
- DragEventHandler<HTMLLabelElement>
onDrop
- Type
- DragEventHandler<HTMLLabelElement>
onDropCapture
- Type
- DragEventHandler<HTMLLabelElement>
onDurationChange
- Type
- ReactEventHandler<HTMLLabelElement>
onDurationChangeCapture
- Type
- ReactEventHandler<HTMLLabelElement>
onEmptied
- Type
- ReactEventHandler<HTMLLabelElement>
onEmptiedCapture
- Type
- ReactEventHandler<HTMLLabelElement>
onEncrypted
- Type
- ReactEventHandler<HTMLLabelElement>
onEncryptedCapture
- Type
- ReactEventHandler<HTMLLabelElement>
onEnded
- Type
- ReactEventHandler<HTMLLabelElement>
onEndedCapture
- Type
- ReactEventHandler<HTMLLabelElement>
onError
- Type
- ReactEventHandler<HTMLLabelElement>
onErrorCapture
- Type
- ReactEventHandler<HTMLLabelElement>
onFocus
- Type
- FocusEventHandler<HTMLLabelElement>
onFocusCapture
- Type
- FocusEventHandler<HTMLLabelElement>
onGotPointerCapture
- Type
- PointerEventHandler<HTMLLabelElement>
onGotPointerCaptureCapture
- Type
- PointerEventHandler<HTMLLabelElement>
onInput
- Type
- FormEventHandler<HTMLLabelElement>
onInputCapture
- Type
- FormEventHandler<HTMLLabelElement>
onInvalid
- Type
- FormEventHandler<HTMLLabelElement>
onInvalidCapture
- Type
- FormEventHandler<HTMLLabelElement>
onKeyDown
- Type
- KeyboardEventHandler<HTMLLabelElement>
onKeyDownCapture
- Type
- KeyboardEventHandler<HTMLLabelElement>
onKeyPress
- Type
- KeyboardEventHandler<HTMLLabelElement>
onKeyPressCapture
- Type
- KeyboardEventHandler<HTMLLabelElement>
onKeyUp
- Type
- KeyboardEventHandler<HTMLLabelElement>
onKeyUpCapture
- Type
- KeyboardEventHandler<HTMLLabelElement>
onLoad
- Type
- ReactEventHandler<HTMLLabelElement>
onLoadCapture
- Type
- ReactEventHandler<HTMLLabelElement>
onLoadedData
- Type
- ReactEventHandler<HTMLLabelElement>
onLoadedDataCapture
- Type
- ReactEventHandler<HTMLLabelElement>
onLoadedMetadata
- Type
- ReactEventHandler<HTMLLabelElement>
onLoadedMetadataCapture
- Type
- ReactEventHandler<HTMLLabelElement>
onLoadStart
- Type
- ReactEventHandler<HTMLLabelElement>
onLoadStartCapture
- Type
- ReactEventHandler<HTMLLabelElement>
onLostPointerCapture
- Type
- PointerEventHandler<HTMLLabelElement>
onLostPointerCaptureCapture
- Type
- PointerEventHandler<HTMLLabelElement>
onMouseDown
- Type
- MouseEventHandler<HTMLLabelElement>
onMouseDownCapture
- Type
- MouseEventHandler<HTMLLabelElement>
onMouseEnter
- Type
- MouseEventHandler<HTMLLabelElement>
onMouseLeave
- Type
- MouseEventHandler<HTMLLabelElement>
onMouseMove
- Type
- MouseEventHandler<HTMLLabelElement>
onMouseMoveCapture
- Type
- MouseEventHandler<HTMLLabelElement>
onMouseOut
- Type
- MouseEventHandler<HTMLLabelElement>
onMouseOutCapture
- Type
- MouseEventHandler<HTMLLabelElement>
onMouseOver
- Type
- MouseEventHandler<HTMLLabelElement>
onMouseOverCapture
- Type
- MouseEventHandler<HTMLLabelElement>
onMouseUp
- Type
- MouseEventHandler<HTMLLabelElement>
onMouseUpCapture
- Type
- MouseEventHandler<HTMLLabelElement>
onPaste
- Type
- ClipboardEventHandler<HTMLLabelElement>
onPasteCapture
- Type
- ClipboardEventHandler<HTMLLabelElement>
onPause
- Type
- ReactEventHandler<HTMLLabelElement>
onPauseCapture
- Type
- ReactEventHandler<HTMLLabelElement>
onPlay
- Type
- ReactEventHandler<HTMLLabelElement>
onPlayCapture
- Type
- ReactEventHandler<HTMLLabelElement>
onPlaying
- Type
- ReactEventHandler<HTMLLabelElement>
onPlayingCapture
- Type
- ReactEventHandler<HTMLLabelElement>
onPointerCancel
- Type
- PointerEventHandler<HTMLLabelElement>
onPointerCancelCapture
- Type
- PointerEventHandler<HTMLLabelElement>
onPointerDown
- Type
- PointerEventHandler<HTMLLabelElement>
onPointerDownCapture
- Type
- PointerEventHandler<HTMLLabelElement>
onPointerEnter
- Type
- PointerEventHandler<HTMLLabelElement>
onPointerLeave
- Type
- PointerEventHandler<HTMLLabelElement>
onPointerMove
- Type
- PointerEventHandler<HTMLLabelElement>
onPointerMoveCapture
- Type
- PointerEventHandler<HTMLLabelElement>
onPointerOut
- Type
- PointerEventHandler<HTMLLabelElement>
onPointerOutCapture
- Type
- PointerEventHandler<HTMLLabelElement>
onPointerOver
- Type
- PointerEventHandler<HTMLLabelElement>
onPointerOverCapture
- Type
- PointerEventHandler<HTMLLabelElement>
onPointerUp
- Type
- PointerEventHandler<HTMLLabelElement>
onPointerUpCapture
- Type
- PointerEventHandler<HTMLLabelElement>
onProgress
- Type
- ReactEventHandler<HTMLLabelElement>
onProgressCapture
- Type
- ReactEventHandler<HTMLLabelElement>
onRateChange
- Type
- ReactEventHandler<HTMLLabelElement>
onRateChangeCapture
- Type
- ReactEventHandler<HTMLLabelElement>
onReset
- Type
- FormEventHandler<HTMLLabelElement>
onResetCapture
- Type
- FormEventHandler<HTMLLabelElement>
onResize
- Type
- ReactEventHandler<HTMLLabelElement>
onResizeCapture
- Type
- ReactEventHandler<HTMLLabelElement>
onScroll
- Type
- UIEventHandler<HTMLLabelElement>
onScrollCapture
- Type
- UIEventHandler<HTMLLabelElement>
onSeeked
- Type
- ReactEventHandler<HTMLLabelElement>
onSeekedCapture
- Type
- ReactEventHandler<HTMLLabelElement>
onSeeking
- Type
- ReactEventHandler<HTMLLabelElement>
onSeekingCapture
- Type
- ReactEventHandler<HTMLLabelElement>
onSelect
- Type
- ReactEventHandler<HTMLLabelElement>
onSelectCapture
- Type
- ReactEventHandler<HTMLLabelElement>
onStalled
- Type
- ReactEventHandler<HTMLLabelElement>
onStalledCapture
- Type
- ReactEventHandler<HTMLLabelElement>
onSubmit
- Type
- FormEventHandler<HTMLLabelElement>
onSubmitCapture
- Type
- FormEventHandler<HTMLLabelElement>
onSuspend
- Type
- ReactEventHandler<HTMLLabelElement>
onSuspendCapture
- Type
- ReactEventHandler<HTMLLabelElement>
onTimeUpdate
- Type
- ReactEventHandler<HTMLLabelElement>
onTimeUpdateCapture
- Type
- ReactEventHandler<HTMLLabelElement>
onToggle
- Type
- ToggleEventHandler<HTMLLabelElement>
onTouchCancel
- Type
- TouchEventHandler<HTMLLabelElement>
onTouchCancelCapture
- Type
- TouchEventHandler<HTMLLabelElement>
onTouchEnd
- Type
- TouchEventHandler<HTMLLabelElement>
onTouchEndCapture
- Type
- TouchEventHandler<HTMLLabelElement>
onTouchMove
- Type
- TouchEventHandler<HTMLLabelElement>
onTouchMoveCapture
- Type
- TouchEventHandler<HTMLLabelElement>
onTouchStart
- Type
- TouchEventHandler<HTMLLabelElement>
onTouchStartCapture
- Type
- TouchEventHandler<HTMLLabelElement>
onTransitionCancel
- Type
- TransitionEventHandler<HTMLLabelElement>
onTransitionCancelCapture
- Type
- TransitionEventHandler<HTMLLabelElement>
onTransitionEnd
- Type
- TransitionEventHandler<HTMLLabelElement>
onTransitionEndCapture
- Type
- TransitionEventHandler<HTMLLabelElement>
onTransitionRun
- Type
- TransitionEventHandler<HTMLLabelElement>
onTransitionRunCapture
- Type
- TransitionEventHandler<HTMLLabelElement>
onTransitionStart
- Type
- TransitionEventHandler<HTMLLabelElement>
onTransitionStartCapture
- Type
- TransitionEventHandler<HTMLLabelElement>
onVolumeChange
- Type
- ReactEventHandler<HTMLLabelElement>
onVolumeChangeCapture
- Type
- ReactEventHandler<HTMLLabelElement>
onWaiting
- Type
- ReactEventHandler<HTMLLabelElement>
onWaitingCapture
- Type
- ReactEventHandler<HTMLLabelElement>
onWheel
- Type
- WheelEventHandler<HTMLLabelElement>
onWheelCapture
- Type
- WheelEventHandler<HTMLLabelElement>
popover
- Type
- "" | "auto" | "manual"
popoverTarget
- Type
- string
popoverTargetAction
- Type
- "toggle" | "show" | "hide"
prefix
- Type
- string
property
- Type
- string
radioGroup
- Type
- string
rel
- Type
- string
resource
- Type
- string
results
- Type
- number
rev
- Type
- string
role
- Type
- AriaRole
security
- Type
- string
slot
- Type
- string
spellCheck
- Type
- Booleanish
suppressContentEditableWarning
- Type
- boolean
suppressHydrationWarning
- Type
- boolean
tabIndex
- Type
- number
title
- Type
- string
translate
- Type
- "yes" | "no"
typeof
- Type
- string
unselectable
- Type
- "off" | "on"
vocab
- Type
- string
element
Overrides the default element name to apply unique styles with the Customization Provider
- Type
- string
- Default
- 'FILE_UPLOADER_ITEM'
fileIcon
The icon displayed when it is not loading or error variant.
- Type
- NonNullable<ReactNode>
i18nButtonText
The hidden text for the dismiss button
- Type
- string
- Default
- 'Remove file'
i18nErrorText
The hidden text for the error icon
- Type
- string
- Default
- '(error)'
i18nLoadingText
The hidden text for the loading spinner
- Type
- string
- Default
- '(loading)'
onButtonClick
- Type
- () => void
variant
The variant of FileUploaderItem
- Type
- "default" | "error" | "loading"
- Default
- 'default'
Inherited props
Paste components will often extend native HTML elements and as a result will inherit or extend their available properties. Below is a list of the props this component has inherited and are also available to use.
about
- Type
- string
accessKey
- Type
- string
aria-activedescendant
Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.
- Type
- string
aria-atomic
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.
- Type
- Booleanish
aria-autocomplete
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.
- Type
- "list" | "none" | "inline" | "both"
aria-braillelabel
Defines a string value that labels the current element, which is intended to be converted into Braille.
- Type
- string
aria-brailleroledescription
Defines a human-readable, author-localized abbreviated description for the role of an element, which is intended to be converted into Braille.
- Type
- string
aria-busy
- Type
- Booleanish
aria-checked
Indicates the current "checked" state of checkboxes, radio buttons, and other widgets.
- Type
- boolean | "true" | "false" | "mixed"
aria-colcount
Defines the total number of columns in a table, grid, or treegrid.
- Type
- number
aria-colindex
Defines an element's column index or position with respect to the total number of columns within a table, grid, or treegrid.
- Type
- number
aria-colindextext
Defines a human readable text alternative of aria-colindex.
- Type
- string
aria-colspan
Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid.
- Type
- number
aria-controls
Identifies the element (or elements) whose contents or presence are controlled by the current element.
- Type
- string
aria-current
Indicates the element that represents the current item within a container or set of related elements.
- Type
- | boolean | "time" | "step" | "date" | "true" | "false" | "page" | "location"
aria-describedby
Identifies the element (or elements) that describes the object.
- Type
- string
aria-description
Defines a string value that describes or annotates the current element.
- Type
- string
aria-details
Identifies the element that provides a detailed, extended description for the object.
- Type
- string
aria-disabled
Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable.
- Type
- Booleanish
aria-dropeffect
Indicates what functions can be performed when a dragged object is released on the drop target.
- Type
- "link" | "none" | "copy" | "execute" | "move" | "popup"
aria-errormessage
Identifies the element that provides an error message for the object.
- Type
- string
aria-expanded
Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.
- Type
- Booleanish
aria-flowto
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.
- Type
- string
aria-grabbed
Indicates an element's "grabbed" state in a drag-and-drop operation.
- Type
- Booleanish
aria-haspopup
Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.
- Type
- | boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree"
aria-hidden
Indicates whether the element is exposed to an accessibility API.
- Type
- Booleanish
aria-invalid
Indicates the entered value does not conform to the format expected by the application.
- Type
- boolean | "true" | "false" | "grammar" | "spelling"
aria-keyshortcuts
Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.
- Type
- string
aria-label
Defines a string value that labels the current element.
- Type
- string
aria-labelledby
Identifies the element (or elements) that labels the current element.
- Type
- string
aria-level
Defines the hierarchical level of an element within a structure.
- Type
- number
aria-live
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.
- Type
- "off" | "assertive" | "polite"
aria-modal
Indicates whether an element is modal when displayed.
- Type
- Booleanish
aria-multiline
Indicates whether a text box accepts multiple lines of input or only a single line.
- Type
- Booleanish
aria-multiselectable
Indicates that the user may select more than one item from the current selectable descendants.
- Type
- Booleanish
aria-orientation
Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.
- Type
- "horizontal" | "vertical"
aria-owns
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.
- Type
- string
aria-placeholder
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.
- Type
- string
aria-posinset
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.
- Type
- number
aria-pressed
Indicates the current "pressed" state of toggle buttons.
- Type
- boolean | "true" | "false" | "mixed"
aria-readonly
Indicates that the element is not editable, but is otherwise operable.
- Type
- Booleanish
aria-relevant
Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified.
- Type
- | "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals"
aria-required
Indicates that user input is required on the element before a form may be submitted.
- Type
- Booleanish
aria-roledescription
Defines a human-readable, author-localized description for the role of an element.
- Type
- string
aria-rowcount
Defines the total number of rows in a table, grid, or treegrid.
- Type
- number
aria-rowindex
Defines an element's row index or position with respect to the total number of rows within a table, grid, or treegrid.
- Type
- number
aria-rowindextext
Defines a human readable text alternative of aria-rowindex.
- Type
- string
aria-rowspan
Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid.
- Type
- number
aria-selected
Indicates the current "selected" state of various widgets.
- Type
- Booleanish
aria-setsize
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.
- Type
- number
aria-sort
Indicates if items in a table or grid are sorted in ascending or descending order.
- Type
- "none" | "ascending" | "descending" | "other"
aria-valuemax
Defines the maximum allowed value for a range widget.
- Type
- number
aria-valuemin
Defines the minimum allowed value for a range widget.
- Type
- number
aria-valuenow
Defines the current value for a range widget.
- Type
- number
aria-valuetext
Defines the human readable text alternative of aria-valuenow for a range widget.
- Type
- string
autoCapitalize
- Type
- | "off" | "on" | (string & {}) | "none" | "sentences" | "words" | "characters"
autoCorrect
- Type
- string
autoFocus
- Type
- boolean
autoSave
- Type
- string
content
- Type
- string
contentEditable
- Type
- Booleanish | "inherit" | "plaintext-only"
contextMenu
- Type
- string
dangerouslySetInnerHTML
- Type
- { __html: string | TrustedHTML }
datatype
- Type
- string
defaultChecked
- Type
- boolean
defaultValue
- Type
- string | number | readonly string[]
dir
- Type
- string
draggable
- Type
- Booleanish
enterKeyHint
- Type
- | "search" | "enter" | "done" | "go" | "next" | "previous" | "send"
hidden
- Type
- boolean
id
- Type
- string
inert
- Type
- boolean
inlist
- Type
- any
inputMode
Hints at the type of data that might be entered by the user while editing the element or its contents
- Type
- | "search" | "text" | "email" | "tel" | "url" | "none" | "numeric" | "decimal"
is
Specify that a standard HTML element should behave like a defined custom built-in element
- Type
- string
itemID
- Type
- string
itemProp
- Type
- string
itemRef
- Type
- string
itemScope
- Type
- boolean
itemType
- Type
- string
key
- Type
- Key
lang
- Type
- string
nonce
- Type
- string
onAbort
- Type
- ReactEventHandler<HTMLLIElement>
onAbortCapture
- Type
- ReactEventHandler<HTMLLIElement>
onAnimationEnd
- Type
- AnimationEventHandler<HTMLLIElement>
onAnimationEndCapture
- Type
- AnimationEventHandler<HTMLLIElement>
onAnimationIteration
- Type
- AnimationEventHandler<HTMLLIElement>
onAnimationIterationCapture
- Type
- AnimationEventHandler<HTMLLIElement>
onAnimationStart
- Type
- AnimationEventHandler<HTMLLIElement>
onAnimationStartCapture
- Type
- AnimationEventHandler<HTMLLIElement>
onAuxClick
- Type
- MouseEventHandler<HTMLLIElement>
onAuxClickCapture
- Type
- MouseEventHandler<HTMLLIElement>
onBeforeInput
- Type
- FormEventHandler<HTMLLIElement>
onBeforeInputCapture
- Type
- FormEventHandler<HTMLLIElement>
onBeforeToggle
- Type
- ToggleEventHandler<HTMLLIElement>
onBlur
- Type
- FocusEventHandler<HTMLLIElement>
onBlurCapture
- Type
- FocusEventHandler<HTMLLIElement>
onCanPlay
- Type
- ReactEventHandler<HTMLLIElement>
onCanPlayCapture
- Type
- ReactEventHandler<HTMLLIElement>
onCanPlayThrough
- Type
- ReactEventHandler<HTMLLIElement>
onCanPlayThroughCapture
- Type
- ReactEventHandler<HTMLLIElement>
onChange
- Type
- FormEventHandler<HTMLLIElement>
onChangeCapture
- Type
- FormEventHandler<HTMLLIElement>
onClick
- Type
- MouseEventHandler<HTMLLIElement>
onClickCapture
- Type
- MouseEventHandler<HTMLLIElement>
onCompositionEnd
- Type
- CompositionEventHandler<HTMLLIElement>
onCompositionEndCapture
- Type
- CompositionEventHandler<HTMLLIElement>
onCompositionStart
- Type
- CompositionEventHandler<HTMLLIElement>
onCompositionStartCapture
- Type
- CompositionEventHandler<HTMLLIElement>
onCompositionUpdate
- Type
- CompositionEventHandler<HTMLLIElement>
onCompositionUpdateCapture
- Type
- CompositionEventHandler<HTMLLIElement>
onContextMenu
- Type
- MouseEventHandler<HTMLLIElement>
onContextMenuCapture
- Type
- MouseEventHandler<HTMLLIElement>
onCopy
- Type
- ClipboardEventHandler<HTMLLIElement>
onCopyCapture
- Type
- ClipboardEventHandler<HTMLLIElement>
onCut
- Type
- ClipboardEventHandler<HTMLLIElement>
onCutCapture
- Type
- ClipboardEventHandler<HTMLLIElement>
onDoubleClick
- Type
- MouseEventHandler<HTMLLIElement>
onDoubleClickCapture
- Type
- MouseEventHandler<HTMLLIElement>
onDrag
- Type
- DragEventHandler<HTMLLIElement>
onDragCapture
- Type
- DragEventHandler<HTMLLIElement>
onDragEnd
- Type
- DragEventHandler<HTMLLIElement>
onDragEndCapture
- Type
- DragEventHandler<HTMLLIElement>
onDragEnter
- Type
- DragEventHandler<HTMLLIElement>
onDragEnterCapture
- Type
- DragEventHandler<HTMLLIElement>
onDragExit
- Type
- DragEventHandler<HTMLLIElement>
onDragExitCapture
- Type
- DragEventHandler<HTMLLIElement>
onDragLeave
- Type
- DragEventHandler<HTMLLIElement>
onDragLeaveCapture
- Type
- DragEventHandler<HTMLLIElement>
onDragOver
- Type
- DragEventHandler<HTMLLIElement>
onDragOverCapture
- Type
- DragEventHandler<HTMLLIElement>
onDragStart
- Type
- DragEventHandler<HTMLLIElement>
onDragStartCapture
- Type
- DragEventHandler<HTMLLIElement>
onDrop
- Type
- DragEventHandler<HTMLLIElement>
onDropCapture
- Type
- DragEventHandler<HTMLLIElement>
onDurationChange
- Type
- ReactEventHandler<HTMLLIElement>
onDurationChangeCapture
- Type
- ReactEventHandler<HTMLLIElement>
onEmptied
- Type
- ReactEventHandler<HTMLLIElement>
onEmptiedCapture
- Type
- ReactEventHandler<HTMLLIElement>
onEncrypted
- Type
- ReactEventHandler<HTMLLIElement>
onEncryptedCapture
- Type
- ReactEventHandler<HTMLLIElement>
onEnded
- Type
- ReactEventHandler<HTMLLIElement>
onEndedCapture
- Type
- ReactEventHandler<HTMLLIElement>
onError
- Type
- ReactEventHandler<HTMLLIElement>
onErrorCapture
- Type
- ReactEventHandler<HTMLLIElement>
onFocus
- Type
- FocusEventHandler<HTMLLIElement>
onFocusCapture
- Type
- FocusEventHandler<HTMLLIElement>
onGotPointerCapture
- Type
- PointerEventHandler<HTMLLIElement>
onGotPointerCaptureCapture
- Type
- PointerEventHandler<HTMLLIElement>
onInput
- Type
- FormEventHandler<HTMLLIElement>
onInputCapture
- Type
- FormEventHandler<HTMLLIElement>
onInvalid
- Type
- FormEventHandler<HTMLLIElement>
onInvalidCapture
- Type
- FormEventHandler<HTMLLIElement>
onKeyDown
- Type
- KeyboardEventHandler<HTMLLIElement>
onKeyDownCapture
- Type
- KeyboardEventHandler<HTMLLIElement>
onKeyPress
- Type
- KeyboardEventHandler<HTMLLIElement>
onKeyPressCapture
- Type
- KeyboardEventHandler<HTMLLIElement>
onKeyUp
- Type
- KeyboardEventHandler<HTMLLIElement>
onKeyUpCapture
- Type
- KeyboardEventHandler<HTMLLIElement>
onLoad
- Type
- ReactEventHandler<HTMLLIElement>
onLoadCapture
- Type
- ReactEventHandler<HTMLLIElement>
onLoadedData
- Type
- ReactEventHandler<HTMLLIElement>
onLoadedDataCapture
- Type
- ReactEventHandler<HTMLLIElement>
onLoadedMetadata
- Type
- ReactEventHandler<HTMLLIElement>
onLoadedMetadataCapture
- Type
- ReactEventHandler<HTMLLIElement>
onLoadStart
- Type
- ReactEventHandler<HTMLLIElement>
onLoadStartCapture
- Type
- ReactEventHandler<HTMLLIElement>
onLostPointerCapture
- Type
- PointerEventHandler<HTMLLIElement>
onLostPointerCaptureCapture
- Type
- PointerEventHandler<HTMLLIElement>
onMouseDown
- Type
- MouseEventHandler<HTMLLIElement>
onMouseDownCapture
- Type
- MouseEventHandler<HTMLLIElement>
onMouseEnter
- Type
- MouseEventHandler<HTMLLIElement>
onMouseLeave
- Type
- MouseEventHandler<HTMLLIElement>
onMouseMove
- Type
- MouseEventHandler<HTMLLIElement>
onMouseMoveCapture
- Type
- MouseEventHandler<HTMLLIElement>
onMouseOut
- Type
- MouseEventHandler<HTMLLIElement>
onMouseOutCapture
- Type
- MouseEventHandler<HTMLLIElement>
onMouseOver
- Type
- MouseEventHandler<HTMLLIElement>
onMouseOverCapture
- Type
- MouseEventHandler<HTMLLIElement>
onMouseUp
- Type
- MouseEventHandler<HTMLLIElement>
onMouseUpCapture
- Type
- MouseEventHandler<HTMLLIElement>
onPaste
- Type
- ClipboardEventHandler<HTMLLIElement>
onPasteCapture
- Type
- ClipboardEventHandler<HTMLLIElement>
onPause
- Type
- ReactEventHandler<HTMLLIElement>
onPauseCapture
- Type
- ReactEventHandler<HTMLLIElement>
onPlay
- Type
- ReactEventHandler<HTMLLIElement>
onPlayCapture
- Type
- ReactEventHandler<HTMLLIElement>
onPlaying
- Type
- ReactEventHandler<HTMLLIElement>
onPlayingCapture
- Type
- ReactEventHandler<HTMLLIElement>
onPointerCancel
- Type
- PointerEventHandler<HTMLLIElement>
onPointerCancelCapture
- Type
- PointerEventHandler<HTMLLIElement>
onPointerDown
- Type
- PointerEventHandler<HTMLLIElement>
onPointerDownCapture
- Type
- PointerEventHandler<HTMLLIElement>
onPointerEnter
- Type
- PointerEventHandler<HTMLLIElement>
onPointerLeave
- Type
- PointerEventHandler<HTMLLIElement>
onPointerMove
- Type
- PointerEventHandler<HTMLLIElement>
onPointerMoveCapture
- Type
- PointerEventHandler<HTMLLIElement>
onPointerOut
- Type
- PointerEventHandler<HTMLLIElement>
onPointerOutCapture
- Type
- PointerEventHandler<HTMLLIElement>
onPointerOver
- Type
- PointerEventHandler<HTMLLIElement>
onPointerOverCapture
- Type
- PointerEventHandler<HTMLLIElement>
onPointerUp
- Type
- PointerEventHandler<HTMLLIElement>
onPointerUpCapture
- Type
- PointerEventHandler<HTMLLIElement>
onProgress
- Type
- ReactEventHandler<HTMLLIElement>
onProgressCapture
- Type
- ReactEventHandler<HTMLLIElement>
onRateChange
- Type
- ReactEventHandler<HTMLLIElement>
onRateChangeCapture
- Type
- ReactEventHandler<HTMLLIElement>
onReset
- Type
- FormEventHandler<HTMLLIElement>
onResetCapture
- Type
- FormEventHandler<HTMLLIElement>
onResize
- Type
- ReactEventHandler<HTMLLIElement>
onResizeCapture
- Type
- ReactEventHandler<HTMLLIElement>
onScroll
- Type
- UIEventHandler<HTMLLIElement>
onScrollCapture
- Type
- UIEventHandler<HTMLLIElement>
onSeeked
- Type
- ReactEventHandler<HTMLLIElement>
onSeekedCapture
- Type
- ReactEventHandler<HTMLLIElement>
onSeeking
- Type
- ReactEventHandler<HTMLLIElement>
onSeekingCapture
- Type
- ReactEventHandler<HTMLLIElement>
onSelect
- Type
- ReactEventHandler<HTMLLIElement>
onSelectCapture
- Type
- ReactEventHandler<HTMLLIElement>
onStalled
- Type
- ReactEventHandler<HTMLLIElement>
onStalledCapture
- Type
- ReactEventHandler<HTMLLIElement>
onSubmit
- Type
- FormEventHandler<HTMLLIElement>
onSubmitCapture
- Type
- FormEventHandler<HTMLLIElement>
onSuspend
- Type
- ReactEventHandler<HTMLLIElement>
onSuspendCapture
- Type
- ReactEventHandler<HTMLLIElement>
onTimeUpdate
- Type
- ReactEventHandler<HTMLLIElement>
onTimeUpdateCapture
- Type
- ReactEventHandler<HTMLLIElement>
onToggle
- Type
- ToggleEventHandler<HTMLLIElement>
onTouchCancel
- Type
- TouchEventHandler<HTMLLIElement>
onTouchCancelCapture
- Type
- TouchEventHandler<HTMLLIElement>
onTouchEnd
- Type
- TouchEventHandler<HTMLLIElement>
onTouchEndCapture
- Type
- TouchEventHandler<HTMLLIElement>
onTouchMove
- Type
- TouchEventHandler<HTMLLIElement>
onTouchMoveCapture
- Type
- TouchEventHandler<HTMLLIElement>
onTouchStart
- Type
- TouchEventHandler<HTMLLIElement>
onTouchStartCapture
- Type
- TouchEventHandler<HTMLLIElement>
onTransitionCancel
- Type
- TransitionEventHandler<HTMLLIElement>
onTransitionCancelCapture
- Type
- TransitionEventHandler<HTMLLIElement>
onTransitionEnd
- Type
- TransitionEventHandler<HTMLLIElement>
onTransitionEndCapture
- Type
- TransitionEventHandler<HTMLLIElement>
onTransitionRun
- Type
- TransitionEventHandler<HTMLLIElement>
onTransitionRunCapture
- Type
- TransitionEventHandler<HTMLLIElement>
onTransitionStart
- Type
- TransitionEventHandler<HTMLLIElement>
onTransitionStartCapture
- Type
- TransitionEventHandler<HTMLLIElement>
onVolumeChange
- Type
- ReactEventHandler<HTMLLIElement>
onVolumeChangeCapture
- Type
- ReactEventHandler<HTMLLIElement>
onWaiting
- Type
- ReactEventHandler<HTMLLIElement>
onWaitingCapture
- Type
- ReactEventHandler<HTMLLIElement>
onWheel
- Type
- WheelEventHandler<HTMLLIElement>
onWheelCapture
- Type
- WheelEventHandler<HTMLLIElement>
popover
- Type
- "" | "auto" | "manual"
popoverTarget
- Type
- string
popoverTargetAction
- Type
- "toggle" | "show" | "hide"
prefix
- Type
- string
property
- Type
- string
radioGroup
- Type
- string
rel
- Type
- string
resource
- Type
- string
results
- Type
- number
rev
- Type
- string
role
- Type
- AriaRole
security
- Type
- string
slot
- Type
- string
spellCheck
- Type
- Booleanish
suppressContentEditableWarning
- Type
- boolean
suppressHydrationWarning
- Type
- boolean
tabIndex
- Type
- number
title
- Type
- string
translate
- Type
- "yes" | "no"
typeof
- Type
- string
unselectable
- Type
- "off" | "on"
value
- Type
- string | number | readonly string[]
vocab
- Type
- string
element
Overrides the default element name to apply unique styles with the Customization Provider
- Type
- string
- Default
- 'FILE_UPLOADER_ITEMS_LIST'
Inherited props
Paste components will often extend native HTML elements and as a result will inherit or extend their available properties. Below is a list of the props this component has inherited and are also available to use.
about
- Type
- string
accessKey
- Type
- string
aria-activedescendant
Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.
- Type
- string
aria-atomic
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.
- Type
- Booleanish
aria-autocomplete
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.
- Type
- "list" | "none" | "inline" | "both"
aria-braillelabel
Defines a string value that labels the current element, which is intended to be converted into Braille.
- Type
- string
aria-brailleroledescription
Defines a human-readable, author-localized abbreviated description for the role of an element, which is intended to be converted into Braille.
- Type
- string
aria-busy
- Type
- Booleanish
aria-checked
Indicates the current "checked" state of checkboxes, radio buttons, and other widgets.
- Type
- boolean | "true" | "false" | "mixed"
aria-colcount
Defines the total number of columns in a table, grid, or treegrid.
- Type
- number
aria-colindex
Defines an element's column index or position with respect to the total number of columns within a table, grid, or treegrid.
- Type
- number
aria-colindextext
Defines a human readable text alternative of aria-colindex.
- Type
- string
aria-colspan
Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid.
- Type
- number
aria-controls
Identifies the element (or elements) whose contents or presence are controlled by the current element.
- Type
- string
aria-current
Indicates the element that represents the current item within a container or set of related elements.
- Type
- | boolean | "time" | "step" | "date" | "true" | "false" | "page" | "location"
aria-describedby
Identifies the element (or elements) that describes the object.
- Type
- string
aria-description
Defines a string value that describes or annotates the current element.
- Type
- string
aria-details
Identifies the element that provides a detailed, extended description for the object.
- Type
- string
aria-disabled
Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable.
- Type
- Booleanish
aria-dropeffect
Indicates what functions can be performed when a dragged object is released on the drop target.
- Type
- "link" | "none" | "copy" | "execute" | "move" | "popup"
aria-errormessage
Identifies the element that provides an error message for the object.
- Type
- string
aria-expanded
Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.
- Type
- Booleanish
aria-flowto
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.
- Type
- string
aria-grabbed
Indicates an element's "grabbed" state in a drag-and-drop operation.
- Type
- Booleanish
aria-haspopup
Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.
- Type
- | boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree"
aria-hidden
Indicates whether the element is exposed to an accessibility API.
- Type
- Booleanish
aria-invalid
Indicates the entered value does not conform to the format expected by the application.
- Type
- boolean | "true" | "false" | "grammar" | "spelling"
aria-keyshortcuts
Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.
- Type
- string
aria-label
Defines a string value that labels the current element.
- Type
- string
aria-labelledby
Identifies the element (or elements) that labels the current element.
- Type
- string
aria-level
Defines the hierarchical level of an element within a structure.
- Type
- number
aria-live
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.
- Type
- "off" | "assertive" | "polite"
aria-modal
Indicates whether an element is modal when displayed.
- Type
- Booleanish
aria-multiline
Indicates whether a text box accepts multiple lines of input or only a single line.
- Type
- Booleanish
aria-multiselectable
Indicates that the user may select more than one item from the current selectable descendants.
- Type
- Booleanish
aria-orientation
Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.
- Type
- "horizontal" | "vertical"
aria-owns
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.
- Type
- string
aria-placeholder
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.
- Type
- string
aria-posinset
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.
- Type
- number
aria-pressed
Indicates the current "pressed" state of toggle buttons.
- Type
- boolean | "true" | "false" | "mixed"
aria-readonly
Indicates that the element is not editable, but is otherwise operable.
- Type
- Booleanish
aria-relevant
Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified.
- Type
- | "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals"
aria-required
Indicates that user input is required on the element before a form may be submitted.
- Type
- Booleanish
aria-roledescription
Defines a human-readable, author-localized description for the role of an element.
- Type
- string
aria-rowcount
Defines the total number of rows in a table, grid, or treegrid.
- Type
- number
aria-rowindex
Defines an element's row index or position with respect to the total number of rows within a table, grid, or treegrid.
- Type
- number
aria-rowindextext
Defines a human readable text alternative of aria-rowindex.
- Type
- string
aria-rowspan
Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid.
- Type
- number
aria-selected
Indicates the current "selected" state of various widgets.
- Type
- Booleanish
aria-setsize
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.
- Type
- number
aria-sort
Indicates if items in a table or grid are sorted in ascending or descending order.
- Type
- "none" | "ascending" | "descending" | "other"
aria-valuemax
Defines the maximum allowed value for a range widget.
- Type
- number
aria-valuemin
Defines the minimum allowed value for a range widget.
- Type
- number
aria-valuenow
Defines the current value for a range widget.
- Type
- number
aria-valuetext
Defines the human readable text alternative of aria-valuenow for a range widget.
- Type
- string
autoCapitalize
- Type
- | "off" | "on" | (string & {}) | "none" | "sentences" | "words" | "characters"
autoCorrect
- Type
- string
autoFocus
- Type
- boolean
autoSave
- Type
- string
content
- Type
- string
contentEditable
- Type
- Booleanish | "inherit" | "plaintext-only"
contextMenu
- Type
- string
dangerouslySetInnerHTML
- Type
- { __html: string | TrustedHTML }
datatype
- Type
- string
defaultChecked
- Type
- boolean
defaultValue
- Type
- string | number | readonly string[]
dir
- Type
- string
draggable
- Type
- Booleanish
enterKeyHint
- Type
- | "search" | "enter" | "done" | "go" | "next" | "previous" | "send"
hidden
- Type
- boolean
id
- Type
- string
inert
- Type
- boolean
inlist
- Type
- any
inputMode
Hints at the type of data that might be entered by the user while editing the element or its contents
- Type
- | "search" | "text" | "email" | "tel" | "url" | "none" | "numeric" | "decimal"
is
Specify that a standard HTML element should behave like a defined custom built-in element
- Type
- string
itemID
- Type
- string
itemProp
- Type
- string
itemRef
- Type
- string
itemScope
- Type
- boolean
itemType
- Type
- string
key
- Type
- Key
lang
- Type
- string
nonce
- Type
- string
onAbort
- Type
- ReactEventHandler<HTMLUListElement>
onAbortCapture
- Type
- ReactEventHandler<HTMLUListElement>
onAnimationEnd
- Type
- AnimationEventHandler<HTMLUListElement>
onAnimationEndCapture
- Type
- AnimationEventHandler<HTMLUListElement>
onAnimationIteration
- Type
- AnimationEventHandler<HTMLUListElement>
onAnimationIterationCapture
- Type
- AnimationEventHandler<HTMLUListElement>
onAnimationStart
- Type
- AnimationEventHandler<HTMLUListElement>
onAnimationStartCapture
- Type
- AnimationEventHandler<HTMLUListElement>
onAuxClick
- Type
- MouseEventHandler<HTMLUListElement>
onAuxClickCapture
- Type
- MouseEventHandler<HTMLUListElement>
onBeforeInput
- Type
- FormEventHandler<HTMLUListElement>
onBeforeInputCapture
- Type
- FormEventHandler<HTMLUListElement>
onBeforeToggle
- Type
- ToggleEventHandler<HTMLUListElement>
onBlur
- Type
- FocusEventHandler<HTMLUListElement>
onBlurCapture
- Type
- FocusEventHandler<HTMLUListElement>
onCanPlay
- Type
- ReactEventHandler<HTMLUListElement>
onCanPlayCapture
- Type
- ReactEventHandler<HTMLUListElement>
onCanPlayThrough
- Type
- ReactEventHandler<HTMLUListElement>
onCanPlayThroughCapture
- Type
- ReactEventHandler<HTMLUListElement>
onChange
- Type
- FormEventHandler<HTMLUListElement>
onChangeCapture
- Type
- FormEventHandler<HTMLUListElement>
onClick
- Type
- MouseEventHandler<HTMLUListElement>
onClickCapture
- Type
- MouseEventHandler<HTMLUListElement>
onCompositionEnd
- Type
- CompositionEventHandler<HTMLUListElement>
onCompositionEndCapture
- Type
- CompositionEventHandler<HTMLUListElement>
onCompositionStart
- Type
- CompositionEventHandler<HTMLUListElement>
onCompositionStartCapture
- Type
- CompositionEventHandler<HTMLUListElement>
onCompositionUpdate
- Type
- CompositionEventHandler<HTMLUListElement>
onCompositionUpdateCapture
- Type
- CompositionEventHandler<HTMLUListElement>
onContextMenu
- Type
- MouseEventHandler<HTMLUListElement>
onContextMenuCapture
- Type
- MouseEventHandler<HTMLUListElement>
onCopy
- Type
- ClipboardEventHandler<HTMLUListElement>
onCopyCapture
- Type
- ClipboardEventHandler<HTMLUListElement>
onCut
- Type
- ClipboardEventHandler<HTMLUListElement>
onCutCapture
- Type
- ClipboardEventHandler<HTMLUListElement>
onDoubleClick
- Type
- MouseEventHandler<HTMLUListElement>
onDoubleClickCapture
- Type
- MouseEventHandler<HTMLUListElement>
onDrag
- Type
- DragEventHandler<HTMLUListElement>
onDragCapture
- Type
- DragEventHandler<HTMLUListElement>
onDragEnd
- Type
- DragEventHandler<HTMLUListElement>
onDragEndCapture
- Type
- DragEventHandler<HTMLUListElement>
onDragEnter
- Type
- DragEventHandler<HTMLUListElement>
onDragEnterCapture
- Type
- DragEventHandler<HTMLUListElement>
onDragExit
- Type
- DragEventHandler<HTMLUListElement>
onDragExitCapture
- Type
- DragEventHandler<HTMLUListElement>
onDragLeave
- Type
- DragEventHandler<HTMLUListElement>
onDragLeaveCapture
- Type
- DragEventHandler<HTMLUListElement>
onDragOver
- Type
- DragEventHandler<HTMLUListElement>
onDragOverCapture
- Type
- DragEventHandler<HTMLUListElement>
onDragStart
- Type
- DragEventHandler<HTMLUListElement>
onDragStartCapture
- Type
- DragEventHandler<HTMLUListElement>
onDrop
- Type
- DragEventHandler<HTMLUListElement>
onDropCapture
- Type
- DragEventHandler<HTMLUListElement>
onDurationChange
- Type
- ReactEventHandler<HTMLUListElement>
onDurationChangeCapture
- Type
- ReactEventHandler<HTMLUListElement>
onEmptied
- Type
- ReactEventHandler<HTMLUListElement>
onEmptiedCapture
- Type
- ReactEventHandler<HTMLUListElement>
onEncrypted
- Type
- ReactEventHandler<HTMLUListElement>
onEncryptedCapture
- Type
- ReactEventHandler<HTMLUListElement>
onEnded
- Type
- ReactEventHandler<HTMLUListElement>
onEndedCapture
- Type
- ReactEventHandler<HTMLUListElement>
onError
- Type
- ReactEventHandler<HTMLUListElement>
onErrorCapture
- Type
- ReactEventHandler<HTMLUListElement>
onFocus
- Type
- FocusEventHandler<HTMLUListElement>
onFocusCapture
- Type
- FocusEventHandler<HTMLUListElement>
onGotPointerCapture
- Type
- PointerEventHandler<HTMLUListElement>
onGotPointerCaptureCapture
- Type
- PointerEventHandler<HTMLUListElement>
onInput
- Type
- FormEventHandler<HTMLUListElement>
onInputCapture
- Type
- FormEventHandler<HTMLUListElement>
onInvalid
- Type
- FormEventHandler<HTMLUListElement>
onInvalidCapture
- Type
- FormEventHandler<HTMLUListElement>
onKeyDown
- Type
- KeyboardEventHandler<HTMLUListElement>
onKeyDownCapture
- Type
- KeyboardEventHandler<HTMLUListElement>
onKeyPress
- Type
- KeyboardEventHandler<HTMLUListElement>
onKeyPressCapture
- Type
- KeyboardEventHandler<HTMLUListElement>
onKeyUp
- Type
- KeyboardEventHandler<HTMLUListElement>
onKeyUpCapture
- Type
- KeyboardEventHandler<HTMLUListElement>
onLoad
- Type
- ReactEventHandler<HTMLUListElement>
onLoadCapture
- Type
- ReactEventHandler<HTMLUListElement>
onLoadedData
- Type
- ReactEventHandler<HTMLUListElement>
onLoadedDataCapture
- Type
- ReactEventHandler<HTMLUListElement>
onLoadedMetadata
- Type
- ReactEventHandler<HTMLUListElement>
onLoadedMetadataCapture
- Type
- ReactEventHandler<HTMLUListElement>
onLoadStart
- Type
- ReactEventHandler<HTMLUListElement>
onLoadStartCapture
- Type
- ReactEventHandler<HTMLUListElement>
onLostPointerCapture
- Type
- PointerEventHandler<HTMLUListElement>
onLostPointerCaptureCapture
- Type
- PointerEventHandler<HTMLUListElement>
onMouseDown
- Type
- MouseEventHandler<HTMLUListElement>
onMouseDownCapture
- Type
- MouseEventHandler<HTMLUListElement>
onMouseEnter
- Type
- MouseEventHandler<HTMLUListElement>
onMouseLeave
- Type
- MouseEventHandler<HTMLUListElement>
onMouseMove
- Type
- MouseEventHandler<HTMLUListElement>
onMouseMoveCapture
- Type
- MouseEventHandler<HTMLUListElement>
onMouseOut
- Type
- MouseEventHandler<HTMLUListElement>
onMouseOutCapture
- Type
- MouseEventHandler<HTMLUListElement>
onMouseOver
- Type
- MouseEventHandler<HTMLUListElement>
onMouseOverCapture
- Type
- MouseEventHandler<HTMLUListElement>
onMouseUp
- Type
- MouseEventHandler<HTMLUListElement>
onMouseUpCapture
- Type
- MouseEventHandler<HTMLUListElement>
onPaste
- Type
- ClipboardEventHandler<HTMLUListElement>
onPasteCapture
- Type
- ClipboardEventHandler<HTMLUListElement>
onPause
- Type
- ReactEventHandler<HTMLUListElement>
onPauseCapture
- Type
- ReactEventHandler<HTMLUListElement>
onPlay
- Type
- ReactEventHandler<HTMLUListElement>
onPlayCapture
- Type
- ReactEventHandler<HTMLUListElement>
onPlaying
- Type
- ReactEventHandler<HTMLUListElement>
onPlayingCapture
- Type
- ReactEventHandler<HTMLUListElement>
onPointerCancel
- Type
- PointerEventHandler<HTMLUListElement>
onPointerCancelCapture
- Type
- PointerEventHandler<HTMLUListElement>
onPointerDown
- Type
- PointerEventHandler<HTMLUListElement>
onPointerDownCapture
- Type
- PointerEventHandler<HTMLUListElement>
onPointerEnter
- Type
- PointerEventHandler<HTMLUListElement>
onPointerLeave
- Type
- PointerEventHandler<HTMLUListElement>
onPointerMove
- Type
- PointerEventHandler<HTMLUListElement>
onPointerMoveCapture
- Type
- PointerEventHandler<HTMLUListElement>
onPointerOut
- Type
- PointerEventHandler<HTMLUListElement>
onPointerOutCapture
- Type
- PointerEventHandler<HTMLUListElement>
onPointerOver
- Type
- PointerEventHandler<HTMLUListElement>
onPointerOverCapture
- Type
- PointerEventHandler<HTMLUListElement>
onPointerUp
- Type
- PointerEventHandler<HTMLUListElement>
onPointerUpCapture
- Type
- PointerEventHandler<HTMLUListElement>
onProgress
- Type
- ReactEventHandler<HTMLUListElement>
onProgressCapture
- Type
- ReactEventHandler<HTMLUListElement>
onRateChange
- Type
- ReactEventHandler<HTMLUListElement>
onRateChangeCapture
- Type
- ReactEventHandler<HTMLUListElement>
onReset
- Type
- FormEventHandler<HTMLUListElement>
onResetCapture
- Type
- FormEventHandler<HTMLUListElement>
onResize
- Type
- ReactEventHandler<HTMLUListElement>
onResizeCapture
- Type
- ReactEventHandler<HTMLUListElement>
onScroll
- Type
- UIEventHandler<HTMLUListElement>
onScrollCapture
- Type
- UIEventHandler<HTMLUListElement>
onSeeked
- Type
- ReactEventHandler<HTMLUListElement>
onSeekedCapture
- Type
- ReactEventHandler<HTMLUListElement>
onSeeking
- Type
- ReactEventHandler<HTMLUListElement>
onSeekingCapture
- Type
- ReactEventHandler<HTMLUListElement>
onSelect
- Type
- ReactEventHandler<HTMLUListElement>
onSelectCapture
- Type
- ReactEventHandler<HTMLUListElement>
onStalled
- Type
- ReactEventHandler<HTMLUListElement>
onStalledCapture
- Type
- ReactEventHandler<HTMLUListElement>
onSubmit
- Type
- FormEventHandler<HTMLUListElement>
onSubmitCapture
- Type
- FormEventHandler<HTMLUListElement>
onSuspend
- Type
- ReactEventHandler<HTMLUListElement>
onSuspendCapture
- Type
- ReactEventHandler<HTMLUListElement>
onTimeUpdate
- Type
- ReactEventHandler<HTMLUListElement>
onTimeUpdateCapture
- Type
- ReactEventHandler<HTMLUListElement>
onToggle
- Type
- ToggleEventHandler<HTMLUListElement>
onTouchCancel
- Type
- TouchEventHandler<HTMLUListElement>
onTouchCancelCapture
- Type
- TouchEventHandler<HTMLUListElement>
onTouchEnd
- Type
- TouchEventHandler<HTMLUListElement>
onTouchEndCapture
- Type
- TouchEventHandler<HTMLUListElement>
onTouchMove
- Type
- TouchEventHandler<HTMLUListElement>
onTouchMoveCapture
- Type
- TouchEventHandler<HTMLUListElement>
onTouchStart
- Type
- TouchEventHandler<HTMLUListElement>
onTouchStartCapture
- Type
- TouchEventHandler<HTMLUListElement>
onTransitionCancel
- Type
- TransitionEventHandler<HTMLUListElement>
onTransitionCancelCapture
- Type
- TransitionEventHandler<HTMLUListElement>
onTransitionEnd
- Type
- TransitionEventHandler<HTMLUListElement>
onTransitionEndCapture
- Type
- TransitionEventHandler<HTMLUListElement>
onTransitionRun
- Type
- TransitionEventHandler<HTMLUListElement>
onTransitionRunCapture
- Type
- TransitionEventHandler<HTMLUListElement>
onTransitionStart
- Type
- TransitionEventHandler<HTMLUListElement>
onTransitionStartCapture
- Type
- TransitionEventHandler<HTMLUListElement>
onVolumeChange
- Type
- ReactEventHandler<HTMLUListElement>
onVolumeChangeCapture
- Type
- ReactEventHandler<HTMLUListElement>
onWaiting
- Type
- ReactEventHandler<HTMLUListElement>
onWaitingCapture
- Type
- ReactEventHandler<HTMLUListElement>
onWheel
- Type
- WheelEventHandler<HTMLUListElement>
onWheelCapture
- Type
- WheelEventHandler<HTMLUListElement>
popover
- Type
- "" | "auto" | "manual"
popoverTarget
- Type
- string
popoverTargetAction
- Type
- "toggle" | "show" | "hide"
prefix
- Type
- string
property
- Type
- string
radioGroup
- Type
- string
rel
- Type
- string
resource
- Type
- string
results
- Type
- number
rev
- Type
- string
role
- Type
- AriaRole
security
- Type
- string
slot
- Type
- string
spellCheck
- Type
- Booleanish
suppressContentEditableWarning
- Type
- boolean
suppressHydrationWarning
- Type
- boolean
tabIndex
- Type
- number
title
- Type
- string
translate
- Type
- "yes" | "no"
typeof
- Type
- string
unselectable
- Type
- "off" | "on"
vocab
- Type
- string
element
Overrides the default element name to apply unique styles with the Customization Provider
- Type
- string
- Default
- 'FILE_UPLOADER_ITEM_DESCRIPTION'
Inherited props
Paste components will often extend native HTML elements and as a result will inherit or extend their available properties. Below is a list of the props this component has inherited and are also available to use.
about
- Type
- string
accessKey
- Type
- string
aria-activedescendant
Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.
- Type
- string
aria-atomic
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.
- Type
- Booleanish
aria-autocomplete
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.
- Type
- "list" | "none" | "inline" | "both"
aria-braillelabel
Defines a string value that labels the current element, which is intended to be converted into Braille.
- Type
- string
aria-brailleroledescription
Defines a human-readable, author-localized abbreviated description for the role of an element, which is intended to be converted into Braille.
- Type
- string
aria-busy
- Type
- Booleanish
aria-checked
Indicates the current "checked" state of checkboxes, radio buttons, and other widgets.
- Type
- boolean | "true" | "false" | "mixed"
aria-colcount
Defines the total number of columns in a table, grid, or treegrid.
- Type
- number
aria-colindex
Defines an element's column index or position with respect to the total number of columns within a table, grid, or treegrid.
- Type
- number
aria-colindextext
Defines a human readable text alternative of aria-colindex.
- Type
- string
aria-colspan
Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid.
- Type
- number
aria-controls
Identifies the element (or elements) whose contents or presence are controlled by the current element.
- Type
- string
aria-current
Indicates the element that represents the current item within a container or set of related elements.
- Type
- | boolean | "time" | "step" | "date" | "true" | "false" | "page" | "location"
aria-describedby
Identifies the element (or elements) that describes the object.
- Type
- string
aria-description
Defines a string value that describes or annotates the current element.
- Type
- string
aria-details
Identifies the element that provides a detailed, extended description for the object.
- Type
- string
aria-disabled
Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable.
- Type
- Booleanish
aria-dropeffect
Indicates what functions can be performed when a dragged object is released on the drop target.
- Type
- "link" | "none" | "copy" | "execute" | "move" | "popup"
aria-errormessage
Identifies the element that provides an error message for the object.
- Type
- string
aria-expanded
Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.
- Type
- Booleanish
aria-flowto
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.
- Type
- string
aria-grabbed
Indicates an element's "grabbed" state in a drag-and-drop operation.
- Type
- Booleanish
aria-haspopup
Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.
- Type
- | boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree"
aria-hidden
Indicates whether the element is exposed to an accessibility API.
- Type
- Booleanish
aria-invalid
Indicates the entered value does not conform to the format expected by the application.
- Type
- boolean | "true" | "false" | "grammar" | "spelling"
aria-keyshortcuts
Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.
- Type
- string
aria-label
Defines a string value that labels the current element.
- Type
- string
aria-labelledby
Identifies the element (or elements) that labels the current element.
- Type
- string
aria-level
Defines the hierarchical level of an element within a structure.
- Type
- number
aria-live
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.
- Type
- "off" | "assertive" | "polite"
aria-modal
Indicates whether an element is modal when displayed.
- Type
- Booleanish
aria-multiline
Indicates whether a text box accepts multiple lines of input or only a single line.
- Type
- Booleanish
aria-multiselectable
Indicates that the user may select more than one item from the current selectable descendants.
- Type
- Booleanish
aria-orientation
Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.
- Type
- "horizontal" | "vertical"
aria-owns
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.
- Type
- string
aria-placeholder
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.
- Type
- string
aria-posinset
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.
- Type
- number
aria-pressed
Indicates the current "pressed" state of toggle buttons.
- Type
- boolean | "true" | "false" | "mixed"
aria-readonly
Indicates that the element is not editable, but is otherwise operable.
- Type
- Booleanish
aria-relevant
Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified.
- Type
- | "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals"
aria-required
Indicates that user input is required on the element before a form may be submitted.
- Type
- Booleanish
aria-roledescription
Defines a human-readable, author-localized description for the role of an element.
- Type
- string
aria-rowcount
Defines the total number of rows in a table, grid, or treegrid.
- Type
- number
aria-rowindex
Defines an element's row index or position with respect to the total number of rows within a table, grid, or treegrid.
- Type
- number
aria-rowindextext
Defines a human readable text alternative of aria-rowindex.
- Type
- string
aria-rowspan
Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid.
- Type
- number
aria-selected
Indicates the current "selected" state of various widgets.
- Type
- Booleanish
aria-setsize
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.
- Type
- number
aria-sort
Indicates if items in a table or grid are sorted in ascending or descending order.
- Type
- "none" | "ascending" | "descending" | "other"
aria-valuemax
Defines the maximum allowed value for a range widget.
- Type
- number
aria-valuemin
Defines the minimum allowed value for a range widget.
- Type
- number
aria-valuenow
Defines the current value for a range widget.
- Type
- number
aria-valuetext
Defines the human readable text alternative of aria-valuenow for a range widget.
- Type
- string
autoCapitalize
- Type
- | "off" | "on" | (string & {}) | "none" | "sentences" | "words" | "characters"
autoCorrect
- Type
- string
autoFocus
- Type
- boolean
autoSave
- Type
- string
content
- Type
- string
contentEditable
- Type
- Booleanish | "inherit" | "plaintext-only"
contextMenu
- Type
- string
dangerouslySetInnerHTML
- Type
- { __html: string | TrustedHTML }
datatype
- Type
- string
defaultChecked
- Type
- boolean
defaultValue
- Type
- string | number | readonly string[]
dir
- Type
- string
draggable
- Type
- Booleanish
enterKeyHint
- Type
- | "search" | "enter" | "done" | "go" | "next" | "previous" | "send"
hidden
- Type
- boolean
id
- Type
- string
inert
- Type
- boolean
inlist
- Type
- any
inputMode
Hints at the type of data that might be entered by the user while editing the element or its contents
- Type
- | "search" | "text" | "email" | "tel" | "url" | "none" | "numeric" | "decimal"
is
Specify that a standard HTML element should behave like a defined custom built-in element
- Type
- string
itemID
- Type
- string
itemProp
- Type
- string
itemRef
- Type
- string
itemScope
- Type
- boolean
itemType
- Type
- string
key
- Type
- Key
lang
- Type
- string
nonce
- Type
- string
onAbort
- Type
- ReactEventHandler<HTMLDivElement>
onAbortCapture
- Type
- ReactEventHandler<HTMLDivElement>
onAnimationEnd
- Type
- AnimationEventHandler<HTMLDivElement>
onAnimationEndCapture
- Type
- AnimationEventHandler<HTMLDivElement>
onAnimationIteration
- Type
- AnimationEventHandler<HTMLDivElement>
onAnimationIterationCapture
- Type
- AnimationEventHandler<HTMLDivElement>
onAnimationStart
- Type
- AnimationEventHandler<HTMLDivElement>
onAnimationStartCapture
- Type
- AnimationEventHandler<HTMLDivElement>
onAuxClick
- Type
- MouseEventHandler<HTMLDivElement>
onAuxClickCapture
- Type
- MouseEventHandler<HTMLDivElement>
onBeforeInput
- Type
- FormEventHandler<HTMLDivElement>
onBeforeInputCapture
- Type
- FormEventHandler<HTMLDivElement>
onBeforeToggle
- Type
- ToggleEventHandler<HTMLDivElement>
onBlur
- Type
- FocusEventHandler<HTMLDivElement>
onBlurCapture
- Type
- FocusEventHandler<HTMLDivElement>
onCanPlay
- Type
- ReactEventHandler<HTMLDivElement>
onCanPlayCapture
- Type
- ReactEventHandler<HTMLDivElement>
onCanPlayThrough
- Type
- ReactEventHandler<HTMLDivElement>
onCanPlayThroughCapture
- Type
- ReactEventHandler<HTMLDivElement>
onChange
- Type
- FormEventHandler<HTMLDivElement>
onChangeCapture
- Type
- FormEventHandler<HTMLDivElement>
onClick
- Type
- MouseEventHandler<HTMLDivElement>
onClickCapture
- Type
- MouseEventHandler<HTMLDivElement>
onCompositionEnd
- Type
- CompositionEventHandler<HTMLDivElement>
onCompositionEndCapture
- Type
- CompositionEventHandler<HTMLDivElement>
onCompositionStart
- Type
- CompositionEventHandler<HTMLDivElement>
onCompositionStartCapture
- Type
- CompositionEventHandler<HTMLDivElement>
onCompositionUpdate
- Type
- CompositionEventHandler<HTMLDivElement>
onCompositionUpdateCapture
- Type
- CompositionEventHandler<HTMLDivElement>
onContextMenu
- Type
- MouseEventHandler<HTMLDivElement>
onContextMenuCapture
- Type
- MouseEventHandler<HTMLDivElement>
onCopy
- Type
- ClipboardEventHandler<HTMLDivElement>
onCopyCapture
- Type
- ClipboardEventHandler<HTMLDivElement>
onCut
- Type
- ClipboardEventHandler<HTMLDivElement>
onCutCapture
- Type
- ClipboardEventHandler<HTMLDivElement>
onDoubleClick
- Type
- MouseEventHandler<HTMLDivElement>
onDoubleClickCapture
- Type
- MouseEventHandler<HTMLDivElement>
onDrag
- Type
- DragEventHandler<HTMLDivElement>
onDragCapture
- Type
- DragEventHandler<HTMLDivElement>
onDragEnd
- Type
- DragEventHandler<HTMLDivElement>
onDragEndCapture
- Type
- DragEventHandler<HTMLDivElement>
onDragEnter
- Type
- DragEventHandler<HTMLDivElement>
onDragEnterCapture
- Type
- DragEventHandler<HTMLDivElement>
onDragExit
- Type
- DragEventHandler<HTMLDivElement>
onDragExitCapture
- Type
- DragEventHandler<HTMLDivElement>
onDragLeave
- Type
- DragEventHandler<HTMLDivElement>
onDragLeaveCapture
- Type
- DragEventHandler<HTMLDivElement>
onDragOver
- Type
- DragEventHandler<HTMLDivElement>
onDragOverCapture
- Type
- DragEventHandler<HTMLDivElement>
onDragStart
- Type
- DragEventHandler<HTMLDivElement>
onDragStartCapture
- Type
- DragEventHandler<HTMLDivElement>
onDrop
- Type
- DragEventHandler<HTMLDivElement>
onDropCapture
- Type
- DragEventHandler<HTMLDivElement>
onDurationChange
- Type
- ReactEventHandler<HTMLDivElement>
onDurationChangeCapture
- Type
- ReactEventHandler<HTMLDivElement>
onEmptied
- Type
- ReactEventHandler<HTMLDivElement>
onEmptiedCapture
- Type
- ReactEventHandler<HTMLDivElement>
onEncrypted
- Type
- ReactEventHandler<HTMLDivElement>
onEncryptedCapture
- Type
- ReactEventHandler<HTMLDivElement>
onEnded
- Type
- ReactEventHandler<HTMLDivElement>
onEndedCapture
- Type
- ReactEventHandler<HTMLDivElement>
onError
- Type
- ReactEventHandler<HTMLDivElement>
onErrorCapture
- Type
- ReactEventHandler<HTMLDivElement>
onFocus
- Type
- FocusEventHandler<HTMLDivElement>
onFocusCapture
- Type
- FocusEventHandler<HTMLDivElement>
onGotPointerCapture
- Type
- PointerEventHandler<HTMLDivElement>
onGotPointerCaptureCapture
- Type
- PointerEventHandler<HTMLDivElement>
onInput
- Type
- FormEventHandler<HTMLDivElement>
onInputCapture
- Type
- FormEventHandler<HTMLDivElement>
onInvalid
- Type
- FormEventHandler<HTMLDivElement>
onInvalidCapture
- Type
- FormEventHandler<HTMLDivElement>
onKeyDown
- Type
- KeyboardEventHandler<HTMLDivElement>
onKeyDownCapture
- Type
- KeyboardEventHandler<HTMLDivElement>
onKeyPress
- Type
- KeyboardEventHandler<HTMLDivElement>
onKeyPressCapture
- Type
- KeyboardEventHandler<HTMLDivElement>
onKeyUp
- Type
- KeyboardEventHandler<HTMLDivElement>
onKeyUpCapture
- Type
- KeyboardEventHandler<HTMLDivElement>
onLoad
- Type
- ReactEventHandler<HTMLDivElement>
onLoadCapture
- Type
- ReactEventHandler<HTMLDivElement>
onLoadedData
- Type
- ReactEventHandler<HTMLDivElement>
onLoadedDataCapture
- Type
- ReactEventHandler<HTMLDivElement>
onLoadedMetadata
- Type
- ReactEventHandler<HTMLDivElement>
onLoadedMetadataCapture
- Type
- ReactEventHandler<HTMLDivElement>
onLoadStart
- Type
- ReactEventHandler<HTMLDivElement>
onLoadStartCapture
- Type
- ReactEventHandler<HTMLDivElement>
onLostPointerCapture
- Type
- PointerEventHandler<HTMLDivElement>
onLostPointerCaptureCapture
- Type
- PointerEventHandler<HTMLDivElement>
onMouseDown
- Type
- MouseEventHandler<HTMLDivElement>
onMouseDownCapture
- Type
- MouseEventHandler<HTMLDivElement>
onMouseEnter
- Type
- MouseEventHandler<HTMLDivElement>
onMouseLeave
- Type
- MouseEventHandler<HTMLDivElement>
onMouseMove
- Type
- MouseEventHandler<HTMLDivElement>
onMouseMoveCapture
- Type
- MouseEventHandler<HTMLDivElement>
onMouseOut
- Type
- MouseEventHandler<HTMLDivElement>
onMouseOutCapture
- Type
- MouseEventHandler<HTMLDivElement>
onMouseOver
- Type
- MouseEventHandler<HTMLDivElement>
onMouseOverCapture
- Type
- MouseEventHandler<HTMLDivElement>
onMouseUp
- Type
- MouseEventHandler<HTMLDivElement>
onMouseUpCapture
- Type
- MouseEventHandler<HTMLDivElement>
onPaste
- Type
- ClipboardEventHandler<HTMLDivElement>
onPasteCapture
- Type
- ClipboardEventHandler<HTMLDivElement>
onPause
- Type
- ReactEventHandler<HTMLDivElement>
onPauseCapture
- Type
- ReactEventHandler<HTMLDivElement>
onPlay
- Type
- ReactEventHandler<HTMLDivElement>
onPlayCapture
- Type
- ReactEventHandler<HTMLDivElement>
onPlaying
- Type
- ReactEventHandler<HTMLDivElement>
onPlayingCapture
- Type
- ReactEventHandler<HTMLDivElement>
onPointerCancel
- Type
- PointerEventHandler<HTMLDivElement>
onPointerCancelCapture
- Type
- PointerEventHandler<HTMLDivElement>
onPointerDown
- Type
- PointerEventHandler<HTMLDivElement>
onPointerDownCapture
- Type
- PointerEventHandler<HTMLDivElement>
onPointerEnter
- Type
- PointerEventHandler<HTMLDivElement>
onPointerLeave
- Type
- PointerEventHandler<HTMLDivElement>
onPointerMove
- Type
- PointerEventHandler<HTMLDivElement>
onPointerMoveCapture
- Type
- PointerEventHandler<HTMLDivElement>
onPointerOut
- Type
- PointerEventHandler<HTMLDivElement>
onPointerOutCapture
- Type
- PointerEventHandler<HTMLDivElement>
onPointerOver
- Type
- PointerEventHandler<HTMLDivElement>
onPointerOverCapture
- Type
- PointerEventHandler<HTMLDivElement>
onPointerUp
- Type
- PointerEventHandler<HTMLDivElement>
onPointerUpCapture
- Type
- PointerEventHandler<HTMLDivElement>
onProgress
- Type
- ReactEventHandler<HTMLDivElement>
onProgressCapture
- Type
- ReactEventHandler<HTMLDivElement>
onRateChange
- Type
- ReactEventHandler<HTMLDivElement>
onRateChangeCapture
- Type
- ReactEventHandler<HTMLDivElement>
onReset
- Type
- FormEventHandler<HTMLDivElement>
onResetCapture
- Type
- FormEventHandler<HTMLDivElement>
onResize
- Type
- ReactEventHandler<HTMLDivElement>
onResizeCapture
- Type
- ReactEventHandler<HTMLDivElement>
onScroll
- Type
- UIEventHandler<HTMLDivElement>
onScrollCapture
- Type
- UIEventHandler<HTMLDivElement>
onSeeked
- Type
- ReactEventHandler<HTMLDivElement>
onSeekedCapture
- Type
- ReactEventHandler<HTMLDivElement>
onSeeking
- Type
- ReactEventHandler<HTMLDivElement>
onSeekingCapture
- Type
- ReactEventHandler<HTMLDivElement>
onSelect
- Type
- ReactEventHandler<HTMLDivElement>
onSelectCapture
- Type
- ReactEventHandler<HTMLDivElement>
onStalled
- Type
- ReactEventHandler<HTMLDivElement>
onStalledCapture
- Type
- ReactEventHandler<HTMLDivElement>
onSubmit
- Type
- FormEventHandler<HTMLDivElement>
onSubmitCapture
- Type
- FormEventHandler<HTMLDivElement>
onSuspend
- Type
- ReactEventHandler<HTMLDivElement>
onSuspendCapture
- Type
- ReactEventHandler<HTMLDivElement>
onTimeUpdate
- Type
- ReactEventHandler<HTMLDivElement>
onTimeUpdateCapture
- Type
- ReactEventHandler<HTMLDivElement>
onToggle
- Type
- ToggleEventHandler<HTMLDivElement>
onTouchCancel
- Type
- TouchEventHandler<HTMLDivElement>
onTouchCancelCapture
- Type
- TouchEventHandler<HTMLDivElement>
onTouchEnd
- Type
- TouchEventHandler<HTMLDivElement>
onTouchEndCapture
- Type
- TouchEventHandler<HTMLDivElement>
onTouchMove
- Type
- TouchEventHandler<HTMLDivElement>
onTouchMoveCapture
- Type
- TouchEventHandler<HTMLDivElement>
onTouchStart
- Type
- TouchEventHandler<HTMLDivElement>
onTouchStartCapture
- Type
- TouchEventHandler<HTMLDivElement>
onTransitionCancel
- Type
- TransitionEventHandler<HTMLDivElement>
onTransitionCancelCapture
- Type
- TransitionEventHandler<HTMLDivElement>
onTransitionEnd
- Type
- TransitionEventHandler<HTMLDivElement>
onTransitionEndCapture
- Type
- TransitionEventHandler<HTMLDivElement>
onTransitionRun
- Type
- TransitionEventHandler<HTMLDivElement>
onTransitionRunCapture
- Type
- TransitionEventHandler<HTMLDivElement>
onTransitionStart
- Type
- TransitionEventHandler<HTMLDivElement>
onTransitionStartCapture
- Type
- TransitionEventHandler<HTMLDivElement>
onVolumeChange
- Type
- ReactEventHandler<HTMLDivElement>
onVolumeChangeCapture
- Type
- ReactEventHandler<HTMLDivElement>
onWaiting
- Type
- ReactEventHandler<HTMLDivElement>
onWaitingCapture
- Type
- ReactEventHandler<HTMLDivElement>
onWheel
- Type
- WheelEventHandler<HTMLDivElement>
onWheelCapture
- Type
- WheelEventHandler<HTMLDivElement>
popover
- Type
- "" | "auto" | "manual"
popoverTarget
- Type
- string
popoverTargetAction
- Type
- "toggle" | "show" | "hide"
prefix
- Type
- string
property
- Type
- string
radioGroup
- Type
- string
rel
- Type
- string
resource
- Type
- string
results
- Type
- number
rev
- Type
- string
role
- Type
- AriaRole
security
- Type
- string
slot
- Type
- string
spellCheck
- Type
- Booleanish
suppressContentEditableWarning
- Type
- boolean
suppressHydrationWarning
- Type
- boolean
tabIndex
- Type
- number
title
- Type
- string
translate
- Type
- "yes" | "no"
typeof
- Type
- string
unselectable
- Type
- "off" | "on"
vocab
- Type
- string
element
Overrides the default element name to apply unique styles with the Customization Provider
- Type
- string
- Default
- 'FILE_UPLOADER_ITEM_TITLE'
Inherited props
Paste components will often extend native HTML elements and as a result will inherit or extend their available properties. Below is a list of the props this component has inherited and are also available to use.
about
- Type
- string
accessKey
- Type
- string
aria-activedescendant
Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.
- Type
- string
aria-atomic
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.
- Type
- Booleanish
aria-autocomplete
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.
- Type
- "list" | "none" | "inline" | "both"
aria-braillelabel
Defines a string value that labels the current element, which is intended to be converted into Braille.
- Type
- string
aria-brailleroledescription
Defines a human-readable, author-localized abbreviated description for the role of an element, which is intended to be converted into Braille.
- Type
- string
aria-busy
- Type
- Booleanish
aria-checked
Indicates the current "checked" state of checkboxes, radio buttons, and other widgets.
- Type
- boolean | "true" | "false" | "mixed"
aria-colcount
Defines the total number of columns in a table, grid, or treegrid.
- Type
- number
aria-colindex
Defines an element's column index or position with respect to the total number of columns within a table, grid, or treegrid.
- Type
- number
aria-colindextext
Defines a human readable text alternative of aria-colindex.
- Type
- string
aria-colspan
Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid.
- Type
- number
aria-controls
Identifies the element (or elements) whose contents or presence are controlled by the current element.
- Type
- string
aria-current
Indicates the element that represents the current item within a container or set of related elements.
- Type
- | boolean | "time" | "step" | "date" | "true" | "false" | "page" | "location"
aria-describedby
Identifies the element (or elements) that describes the object.
- Type
- string
aria-description
Defines a string value that describes or annotates the current element.
- Type
- string
aria-details
Identifies the element that provides a detailed, extended description for the object.
- Type
- string
aria-disabled
Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable.
- Type
- Booleanish
aria-dropeffect
Indicates what functions can be performed when a dragged object is released on the drop target.
- Type
- "link" | "none" | "copy" | "execute" | "move" | "popup"
aria-errormessage
Identifies the element that provides an error message for the object.
- Type
- string
aria-expanded
Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.
- Type
- Booleanish
aria-flowto
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.
- Type
- string
aria-grabbed
Indicates an element's "grabbed" state in a drag-and-drop operation.
- Type
- Booleanish
aria-haspopup
Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.
- Type
- | boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree"
aria-hidden
Indicates whether the element is exposed to an accessibility API.
- Type
- Booleanish
aria-invalid
Indicates the entered value does not conform to the format expected by the application.
- Type
- boolean | "true" | "false" | "grammar" | "spelling"
aria-keyshortcuts
Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.
- Type
- string
aria-label
Defines a string value that labels the current element.
- Type
- string
aria-labelledby
Identifies the element (or elements) that labels the current element.
- Type
- string
aria-level
Defines the hierarchical level of an element within a structure.
- Type
- number
aria-live
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.
- Type
- "off" | "assertive" | "polite"
aria-modal
Indicates whether an element is modal when displayed.
- Type
- Booleanish
aria-multiline
Indicates whether a text box accepts multiple lines of input or only a single line.
- Type
- Booleanish
aria-multiselectable
Indicates that the user may select more than one item from the current selectable descendants.
- Type
- Booleanish
aria-orientation
Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.
- Type
- "horizontal" | "vertical"
aria-owns
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.
- Type
- string
aria-placeholder
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.
- Type
- string
aria-posinset
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.
- Type
- number
aria-pressed
Indicates the current "pressed" state of toggle buttons.
- Type
- boolean | "true" | "false" | "mixed"
aria-readonly
Indicates that the element is not editable, but is otherwise operable.
- Type
- Booleanish
aria-relevant
Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified.
- Type
- | "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals"
aria-required
Indicates that user input is required on the element before a form may be submitted.
- Type
- Booleanish
aria-roledescription
Defines a human-readable, author-localized description for the role of an element.
- Type
- string
aria-rowcount
Defines the total number of rows in a table, grid, or treegrid.
- Type
- number
aria-rowindex
Defines an element's row index or position with respect to the total number of rows within a table, grid, or treegrid.
- Type
- number
aria-rowindextext
Defines a human readable text alternative of aria-rowindex.
- Type
- string
aria-rowspan
Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid.
- Type
- number
aria-selected
Indicates the current "selected" state of various widgets.
- Type
- Booleanish
aria-setsize
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.
- Type
- number
aria-sort
Indicates if items in a table or grid are sorted in ascending or descending order.
- Type
- "none" | "ascending" | "descending" | "other"
aria-valuemax
Defines the maximum allowed value for a range widget.
- Type
- number
aria-valuemin
Defines the minimum allowed value for a range widget.
- Type
- number
aria-valuenow
Defines the current value for a range widget.
- Type
- number
aria-valuetext
Defines the human readable text alternative of aria-valuenow for a range widget.
- Type
- string
autoCapitalize
- Type
- | "off" | "on" | (string & {}) | "none" | "sentences" | "words" | "characters"
autoCorrect
- Type
- string
autoFocus
- Type
- boolean
autoSave
- Type
- string
content
- Type
- string
contentEditable
- Type
- Booleanish | "inherit" | "plaintext-only"
contextMenu
- Type
- string
dangerouslySetInnerHTML
- Type
- { __html: string | TrustedHTML }
datatype
- Type
- string
defaultChecked
- Type
- boolean
defaultValue
- Type
- string | number | readonly string[]
dir
- Type
- string
draggable
- Type
- Booleanish
enterKeyHint
- Type
- | "search" | "enter" | "done" | "go" | "next" | "previous" | "send"
hidden
- Type
- boolean
id
- Type
- string
inert
- Type
- boolean
inlist
- Type
- any
inputMode
Hints at the type of data that might be entered by the user while editing the element or its contents
- Type
- | "search" | "text" | "email" | "tel" | "url" | "none" | "numeric" | "decimal"
is
Specify that a standard HTML element should behave like a defined custom built-in element
- Type
- string
itemID
- Type
- string
itemProp
- Type
- string
itemRef
- Type
- string
itemScope
- Type
- boolean
itemType
- Type
- string
key
- Type
- Key
lang
- Type
- string
nonce
- Type
- string
onAbort
- Type
- ReactEventHandler<HTMLDivElement>
onAbortCapture
- Type
- ReactEventHandler<HTMLDivElement>
onAnimationEnd
- Type
- AnimationEventHandler<HTMLDivElement>
onAnimationEndCapture
- Type
- AnimationEventHandler<HTMLDivElement>
onAnimationIteration
- Type
- AnimationEventHandler<HTMLDivElement>
onAnimationIterationCapture
- Type
- AnimationEventHandler<HTMLDivElement>
onAnimationStart
- Type
- AnimationEventHandler<HTMLDivElement>
onAnimationStartCapture
- Type
- AnimationEventHandler<HTMLDivElement>
onAuxClick
- Type
- MouseEventHandler<HTMLDivElement>
onAuxClickCapture
- Type
- MouseEventHandler<HTMLDivElement>
onBeforeInput
- Type
- FormEventHandler<HTMLDivElement>
onBeforeInputCapture
- Type
- FormEventHandler<HTMLDivElement>
onBeforeToggle
- Type
- ToggleEventHandler<HTMLDivElement>
onBlur
- Type
- FocusEventHandler<HTMLDivElement>
onBlurCapture
- Type
- FocusEventHandler<HTMLDivElement>
onCanPlay
- Type
- ReactEventHandler<HTMLDivElement>
onCanPlayCapture
- Type
- ReactEventHandler<HTMLDivElement>
onCanPlayThrough
- Type
- ReactEventHandler<HTMLDivElement>
onCanPlayThroughCapture
- Type
- ReactEventHandler<HTMLDivElement>
onChange
- Type
- FormEventHandler<HTMLDivElement>
onChangeCapture
- Type
- FormEventHandler<HTMLDivElement>
onClick
- Type
- MouseEventHandler<HTMLDivElement>
onClickCapture
- Type
- MouseEventHandler<HTMLDivElement>
onCompositionEnd
- Type
- CompositionEventHandler<HTMLDivElement>
onCompositionEndCapture
- Type
- CompositionEventHandler<HTMLDivElement>
onCompositionStart
- Type
- CompositionEventHandler<HTMLDivElement>
onCompositionStartCapture
- Type
- CompositionEventHandler<HTMLDivElement>
onCompositionUpdate
- Type
- CompositionEventHandler<HTMLDivElement>
onCompositionUpdateCapture
- Type
- CompositionEventHandler<HTMLDivElement>
onContextMenu
- Type
- MouseEventHandler<HTMLDivElement>
onContextMenuCapture
- Type
- MouseEventHandler<HTMLDivElement>
onCopy
- Type
- ClipboardEventHandler<HTMLDivElement>
onCopyCapture
- Type
- ClipboardEventHandler<HTMLDivElement>
onCut
- Type
- ClipboardEventHandler<HTMLDivElement>
onCutCapture
- Type
- ClipboardEventHandler<HTMLDivElement>
onDoubleClick
- Type
- MouseEventHandler<HTMLDivElement>
onDoubleClickCapture
- Type
- MouseEventHandler<HTMLDivElement>
onDrag
- Type
- DragEventHandler<HTMLDivElement>
onDragCapture
- Type
- DragEventHandler<HTMLDivElement>
onDragEnd
- Type
- DragEventHandler<HTMLDivElement>
onDragEndCapture
- Type
- DragEventHandler<HTMLDivElement>
onDragEnter
- Type
- DragEventHandler<HTMLDivElement>
onDragEnterCapture
- Type
- DragEventHandler<HTMLDivElement>
onDragExit
- Type
- DragEventHandler<HTMLDivElement>
onDragExitCapture
- Type
- DragEventHandler<HTMLDivElement>
onDragLeave
- Type
- DragEventHandler<HTMLDivElement>
onDragLeaveCapture
- Type
- DragEventHandler<HTMLDivElement>
onDragOver
- Type
- DragEventHandler<HTMLDivElement>
onDragOverCapture
- Type
- DragEventHandler<HTMLDivElement>
onDragStart
- Type
- DragEventHandler<HTMLDivElement>
onDragStartCapture
- Type
- DragEventHandler<HTMLDivElement>
onDrop
- Type
- DragEventHandler<HTMLDivElement>
onDropCapture
- Type
- DragEventHandler<HTMLDivElement>
onDurationChange
- Type
- ReactEventHandler<HTMLDivElement>
onDurationChangeCapture
- Type
- ReactEventHandler<HTMLDivElement>
onEmptied
- Type
- ReactEventHandler<HTMLDivElement>
onEmptiedCapture
- Type
- ReactEventHandler<HTMLDivElement>
onEncrypted
- Type
- ReactEventHandler<HTMLDivElement>
onEncryptedCapture
- Type
- ReactEventHandler<HTMLDivElement>
onEnded
- Type
- ReactEventHandler<HTMLDivElement>
onEndedCapture
- Type
- ReactEventHandler<HTMLDivElement>
onError
- Type
- ReactEventHandler<HTMLDivElement>
onErrorCapture
- Type
- ReactEventHandler<HTMLDivElement>
onFocus
- Type
- FocusEventHandler<HTMLDivElement>
onFocusCapture
- Type
- FocusEventHandler<HTMLDivElement>
onGotPointerCapture
- Type
- PointerEventHandler<HTMLDivElement>
onGotPointerCaptureCapture
- Type
- PointerEventHandler<HTMLDivElement>
onInput
- Type
- FormEventHandler<HTMLDivElement>
onInputCapture
- Type
- FormEventHandler<HTMLDivElement>
onInvalid
- Type
- FormEventHandler<HTMLDivElement>
onInvalidCapture
- Type
- FormEventHandler<HTMLDivElement>
onKeyDown
- Type
- KeyboardEventHandler<HTMLDivElement>
onKeyDownCapture
- Type
- KeyboardEventHandler<HTMLDivElement>
onKeyPress
- Type
- KeyboardEventHandler<HTMLDivElement>
onKeyPressCapture
- Type
- KeyboardEventHandler<HTMLDivElement>
onKeyUp
- Type
- KeyboardEventHandler<HTMLDivElement>
onKeyUpCapture
- Type
- KeyboardEventHandler<HTMLDivElement>
onLoad
- Type
- ReactEventHandler<HTMLDivElement>
onLoadCapture
- Type
- ReactEventHandler<HTMLDivElement>
onLoadedData
- Type
- ReactEventHandler<HTMLDivElement>
onLoadedDataCapture
- Type
- ReactEventHandler<HTMLDivElement>
onLoadedMetadata
- Type
- ReactEventHandler<HTMLDivElement>
onLoadedMetadataCapture
- Type
- ReactEventHandler<HTMLDivElement>
onLoadStart
- Type
- ReactEventHandler<HTMLDivElement>
onLoadStartCapture
- Type
- ReactEventHandler<HTMLDivElement>
onLostPointerCapture
- Type
- PointerEventHandler<HTMLDivElement>
onLostPointerCaptureCapture
- Type
- PointerEventHandler<HTMLDivElement>
onMouseDown
- Type
- MouseEventHandler<HTMLDivElement>
onMouseDownCapture
- Type
- MouseEventHandler<HTMLDivElement>
onMouseEnter
- Type
- MouseEventHandler<HTMLDivElement>
onMouseLeave
- Type
- MouseEventHandler<HTMLDivElement>
onMouseMove
- Type
- MouseEventHandler<HTMLDivElement>
onMouseMoveCapture
- Type
- MouseEventHandler<HTMLDivElement>
onMouseOut
- Type
- MouseEventHandler<HTMLDivElement>
onMouseOutCapture
- Type
- MouseEventHandler<HTMLDivElement>
onMouseOver
- Type
- MouseEventHandler<HTMLDivElement>
onMouseOverCapture
- Type
- MouseEventHandler<HTMLDivElement>
onMouseUp
- Type
- MouseEventHandler<HTMLDivElement>
onMouseUpCapture
- Type
- MouseEventHandler<HTMLDivElement>
onPaste
- Type
- ClipboardEventHandler<HTMLDivElement>
onPasteCapture
- Type
- ClipboardEventHandler<HTMLDivElement>
onPause
- Type
- ReactEventHandler<HTMLDivElement>
onPauseCapture
- Type
- ReactEventHandler<HTMLDivElement>
onPlay
- Type
- ReactEventHandler<HTMLDivElement>
onPlayCapture
- Type
- ReactEventHandler<HTMLDivElement>
onPlaying
- Type
- ReactEventHandler<HTMLDivElement>
onPlayingCapture
- Type
- ReactEventHandler<HTMLDivElement>
onPointerCancel
- Type
- PointerEventHandler<HTMLDivElement>
onPointerCancelCapture
- Type
- PointerEventHandler<HTMLDivElement>
onPointerDown
- Type
- PointerEventHandler<HTMLDivElement>
onPointerDownCapture
- Type
- PointerEventHandler<HTMLDivElement>
onPointerEnter
- Type
- PointerEventHandler<HTMLDivElement>
onPointerLeave
- Type
- PointerEventHandler<HTMLDivElement>
onPointerMove
- Type
- PointerEventHandler<HTMLDivElement>
onPointerMoveCapture
- Type
- PointerEventHandler<HTMLDivElement>
onPointerOut
- Type
- PointerEventHandler<HTMLDivElement>
onPointerOutCapture
- Type
- PointerEventHandler<HTMLDivElement>
onPointerOver
- Type
- PointerEventHandler<HTMLDivElement>
onPointerOverCapture
- Type
- PointerEventHandler<HTMLDivElement>
onPointerUp
- Type
- PointerEventHandler<HTMLDivElement>
onPointerUpCapture
- Type
- PointerEventHandler<HTMLDivElement>
onProgress
- Type
- ReactEventHandler<HTMLDivElement>
onProgressCapture
- Type
- ReactEventHandler<HTMLDivElement>
onRateChange
- Type
- ReactEventHandler<HTMLDivElement>
onRateChangeCapture
- Type
- ReactEventHandler<HTMLDivElement>
onReset
- Type
- FormEventHandler<HTMLDivElement>
onResetCapture
- Type
- FormEventHandler<HTMLDivElement>
onResize
- Type
- ReactEventHandler<HTMLDivElement>
onResizeCapture
- Type
- ReactEventHandler<HTMLDivElement>
onScroll
- Type
- UIEventHandler<HTMLDivElement>
onScrollCapture
- Type
- UIEventHandler<HTMLDivElement>
onSeeked
- Type
- ReactEventHandler<HTMLDivElement>
onSeekedCapture
- Type
- ReactEventHandler<HTMLDivElement>
onSeeking
- Type
- ReactEventHandler<HTMLDivElement>
onSeekingCapture
- Type
- ReactEventHandler<HTMLDivElement>
onSelect
- Type
- ReactEventHandler<HTMLDivElement>
onSelectCapture
- Type
- ReactEventHandler<HTMLDivElement>
onStalled
- Type
- ReactEventHandler<HTMLDivElement>
onStalledCapture
- Type
- ReactEventHandler<HTMLDivElement>
onSubmit
- Type
- FormEventHandler<HTMLDivElement>
onSubmitCapture
- Type
- FormEventHandler<HTMLDivElement>
onSuspend
- Type
- ReactEventHandler<HTMLDivElement>
onSuspendCapture
- Type
- ReactEventHandler<HTMLDivElement>
onTimeUpdate
- Type
- ReactEventHandler<HTMLDivElement>
onTimeUpdateCapture
- Type
- ReactEventHandler<HTMLDivElement>
onToggle
- Type
- ToggleEventHandler<HTMLDivElement>
onTouchCancel
- Type
- TouchEventHandler<HTMLDivElement>
onTouchCancelCapture
- Type
- TouchEventHandler<HTMLDivElement>
onTouchEnd
- Type
- TouchEventHandler<HTMLDivElement>
onTouchEndCapture
- Type
- TouchEventHandler<HTMLDivElement>
onTouchMove
- Type
- TouchEventHandler<HTMLDivElement>
onTouchMoveCapture
- Type
- TouchEventHandler<HTMLDivElement>
onTouchStart
- Type
- TouchEventHandler<HTMLDivElement>
onTouchStartCapture
- Type
- TouchEventHandler<HTMLDivElement>
onTransitionCancel
- Type
- TransitionEventHandler<HTMLDivElement>
onTransitionCancelCapture
- Type
- TransitionEventHandler<HTMLDivElement>
onTransitionEnd
- Type
- TransitionEventHandler<HTMLDivElement>
onTransitionEndCapture
- Type
- TransitionEventHandler<HTMLDivElement>
onTransitionRun
- Type
- TransitionEventHandler<HTMLDivElement>
onTransitionRunCapture
- Type
- TransitionEventHandler<HTMLDivElement>
onTransitionStart
- Type
- TransitionEventHandler<HTMLDivElement>
onTransitionStartCapture
- Type
- TransitionEventHandler<HTMLDivElement>
onVolumeChange
- Type
- ReactEventHandler<HTMLDivElement>
onVolumeChangeCapture
- Type
- ReactEventHandler<HTMLDivElement>
onWaiting
- Type
- ReactEventHandler<HTMLDivElement>
onWaitingCapture
- Type
- ReactEventHandler<HTMLDivElement>
onWheel
- Type
- WheelEventHandler<HTMLDivElement>
onWheelCapture
- Type
- WheelEventHandler<HTMLDivElement>
popover
- Type
- "" | "auto" | "manual"
popoverTarget
- Type
- string
popoverTargetAction
- Type
- "toggle" | "show" | "hide"
prefix
- Type
- string
property
- Type
- string
radioGroup
- Type
- string
rel
- Type
- string
resource
- Type
- string
results
- Type
- number
rev
- Type
- string
role
- Type
- AriaRole
security
- Type
- string
slot
- Type
- string
spellCheck
- Type
- Booleanish
suppressContentEditableWarning
- Type
- boolean
suppressHydrationWarning
- Type
- boolean
tabIndex
- Type
- number
title
- Type
- string
translate
- Type
- "yes" | "no"
typeof
- Type
- string
unselectable
- Type
- "off" | "on"
vocab
- Type
- string
acceptedMimeTypes RequiredRequired
The allowed mime types for the input. It is convereted to a string and passed to the accept attribute.
- Type
- string[]
element
Overrides the default element name to apply unique styles with the Customization Provider
- Type
- string
- Default
- 'FILE_UPLOADER_DROPZONE'
onDragEnd
A function that runs on drag leave on the label that wraps the FileUploaderDropzone
- Type
- (event: DragEvent<HTMLLabelElement>) => void
onDragEnter
A function that runs on drag leave on the label that wraps the FileUploaderDropzone
- Type
- (event: DragEvent<HTMLLabelElement>) => void
onDragLeave
A function that runs on drag leave on the label that wraps the FileUploaderDropzone
- Type
- (event: DragEvent<HTMLLabelElement>) => void
onDragOver
A function that runs on drag over on the label that wraps the FileUploaderDropzone
- Type
- (event: DragEvent<HTMLLabelElement>) => void
onDragStart
A function that runs on drag leave on the label that wraps the FileUploaderDropzone
- Type
- (event: DragEvent<HTMLLabelElement>) => void
onDrop
A function that runs on drop on the label that wraps the FileUploaderDropzone
- Type
- (event: DragEvent<HTMLLabelElement>) => void
onInputChange
A function that runs when the input within the Dropzone is changed
- Type
- (event: ChangeEvent<HTMLInputElement>) => void
Inherited props
Paste components will often extend native HTML elements and as a result will inherit or extend their available properties. Below is a list of the props this component has inherited and are also available to use.
about
- Type
- string
accept
- Type
- string
accessKey
- Type
- string
alt
- Type
- string
aria-activedescendant
Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.
- Type
- string
aria-atomic
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.
- Type
- Booleanish
aria-autocomplete
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.
- Type
- "list" | "none" | "inline" | "both"
aria-braillelabel
Defines a string value that labels the current element, which is intended to be converted into Braille.
- Type
- string
aria-brailleroledescription
Defines a human-readable, author-localized abbreviated description for the role of an element, which is intended to be converted into Braille.
- Type
- string
aria-busy
- Type
- Booleanish
aria-checked
Indicates the current "checked" state of checkboxes, radio buttons, and other widgets.
- Type
- boolean | "true" | "false" | "mixed"
aria-colcount
Defines the total number of columns in a table, grid, or treegrid.
- Type
- number
aria-colindex
Defines an element's column index or position with respect to the total number of columns within a table, grid, or treegrid.
- Type
- number
aria-colindextext
Defines a human readable text alternative of aria-colindex.
- Type
- string
aria-colspan
Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid.
- Type
- number
aria-controls
Identifies the element (or elements) whose contents or presence are controlled by the current element.
- Type
- string
aria-current
Indicates the element that represents the current item within a container or set of related elements.
- Type
- | boolean | "time" | "step" | "date" | "true" | "false" | "page" | "location"
aria-describedby
Identifies the element (or elements) that describes the object.
- Type
- string
aria-description
Defines a string value that describes or annotates the current element.
- Type
- string
aria-details
Identifies the element that provides a detailed, extended description for the object.
- Type
- string
aria-disabled
Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable.
- Type
- Booleanish
aria-dropeffect
Indicates what functions can be performed when a dragged object is released on the drop target.
- Type
- "link" | "none" | "copy" | "execute" | "move" | "popup"
aria-errormessage
Identifies the element that provides an error message for the object.
- Type
- string
aria-expanded
Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.
- Type
- Booleanish
aria-flowto
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.
- Type
- string
aria-grabbed
Indicates an element's "grabbed" state in a drag-and-drop operation.
- Type
- Booleanish
aria-haspopup
Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.
- Type
- | boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree"
aria-hidden
Indicates whether the element is exposed to an accessibility API.
- Type
- Booleanish
aria-invalid
Indicates the entered value does not conform to the format expected by the application.
- Type
- boolean | "true" | "false" | "grammar" | "spelling"
aria-keyshortcuts
Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.
- Type
- string
aria-label
Defines a string value that labels the current element.
- Type
- string
aria-labelledby
Identifies the element (or elements) that labels the current element.
- Type
- string
aria-level
Defines the hierarchical level of an element within a structure.
- Type
- number
aria-live
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.
- Type
- "off" | "assertive" | "polite"
aria-modal
Indicates whether an element is modal when displayed.
- Type
- Booleanish
aria-multiline
Indicates whether a text box accepts multiple lines of input or only a single line.
- Type
- Booleanish
aria-multiselectable
Indicates that the user may select more than one item from the current selectable descendants.
- Type
- Booleanish
aria-orientation
Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.
- Type
- "horizontal" | "vertical"
aria-owns
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.
- Type
- string
aria-placeholder
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.
- Type
- string
aria-posinset
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.
- Type
- number
aria-pressed
Indicates the current "pressed" state of toggle buttons.
- Type
- boolean | "true" | "false" | "mixed"
aria-readonly
Indicates that the element is not editable, but is otherwise operable.
- Type
- Booleanish
aria-relevant
Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified.
- Type
- | "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals"
aria-required
Indicates that user input is required on the element before a form may be submitted.
- Type
- Booleanish
aria-roledescription
Defines a human-readable, author-localized description for the role of an element.
- Type
- string
aria-rowcount
Defines the total number of rows in a table, grid, or treegrid.
- Type
- number
aria-rowindex
Defines an element's row index or position with respect to the total number of rows within a table, grid, or treegrid.
- Type
- number
aria-rowindextext
Defines a human readable text alternative of aria-rowindex.
- Type
- string
aria-rowspan
Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid.
- Type
- number
aria-selected
Indicates the current "selected" state of various widgets.
- Type
- Booleanish
aria-setsize
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.
- Type
- number
aria-sort
Indicates if items in a table or grid are sorted in ascending or descending order.
- Type
- "none" | "ascending" | "descending" | "other"
aria-valuemax
Defines the maximum allowed value for a range widget.
- Type
- number
aria-valuemin
Defines the minimum allowed value for a range widget.
- Type
- number
aria-valuenow
Defines the current value for a range widget.
- Type
- number
aria-valuetext
Defines the human readable text alternative of aria-valuenow for a range widget.
- Type
- string
autoCapitalize
- Type
- | "off" | "on" | (string & {}) | "none" | "sentences" | "words" | "characters"
autoComplete
- Type
- HTMLInputAutoCompleteAttribute
autoCorrect
- Type
- string
autoFocus
- Type
- boolean
autoSave
- Type
- string
capture
- Type
- boolean | "user" | "environment"
checked
- Type
- boolean
content
- Type
- string
contentEditable
- Type
- Booleanish | "inherit" | "plaintext-only"
contextMenu
- Type
- string
dangerouslySetInnerHTML
- Type
- { __html: string | TrustedHTML }
datatype
- Type
- string
defaultChecked
- Type
- boolean
defaultValue
- Type
- string | number | readonly string[]
dir
- Type
- string
disabled
- Type
- boolean
draggable
- Type
- Booleanish
enterKeyHint
- Type
- | "search" | "enter" | "done" | "go" | "next" | "previous" | "send"
form
- Type
- string
formAction
- Type
- string | ((formData: FormData) => void | Promise<void>)
formEncType
- Type
- string
formMethod
- Type
- string
formNoValidate
- Type
- boolean
formTarget
- Type
- string
height
- Type
- string | number
hidden
- Type
- boolean
id
- Type
- string
inert
- Type
- boolean
inlist
- Type
- any
inputMode
Hints at the type of data that might be entered by the user while editing the element or its contents
- Type
- | "search" | "text" | "email" | "tel" | "url" | "none" | "numeric" | "decimal"
is
Specify that a standard HTML element should behave like a defined custom built-in element
- Type
- string
itemID
- Type
- string
itemProp
- Type
- string
itemRef
- Type
- string
itemScope
- Type
- boolean
itemType
- Type
- string
key
- Type
- Key
lang
- Type
- string
list
- Type
- string
max
- Type
- string | number
maxLength
- Type
- number
min
- Type
- string | number
minLength
- Type
- number
multiple
- Type
- boolean
name
- Type
- string
nonce
- Type
- string
onAbort
- Type
- ReactEventHandler<HTMLInputElement>
onAbortCapture
- Type
- ReactEventHandler<HTMLInputElement>
onAnimationEnd
- Type
- AnimationEventHandler<HTMLInputElement>
onAnimationEndCapture
- Type
- AnimationEventHandler<HTMLInputElement>
onAnimationIteration
- Type
- AnimationEventHandler<HTMLInputElement>
onAnimationIterationCapture
- Type
- AnimationEventHandler<HTMLInputElement>
onAnimationStart
- Type
- AnimationEventHandler<HTMLInputElement>
onAnimationStartCapture
- Type
- AnimationEventHandler<HTMLInputElement>
onAuxClick
- Type
- MouseEventHandler<HTMLInputElement>
onAuxClickCapture
- Type
- MouseEventHandler<HTMLInputElement>
onBeforeInput
- Type
- FormEventHandler<HTMLInputElement>
onBeforeInputCapture
- Type
- FormEventHandler<HTMLInputElement>
onBeforeToggle
- Type
- ToggleEventHandler<HTMLInputElement>
onBlur
- Type
- FocusEventHandler<HTMLInputElement>
onBlurCapture
- Type
- FocusEventHandler<HTMLInputElement>
onCanPlay
- Type
- ReactEventHandler<HTMLInputElement>
onCanPlayCapture
- Type
- ReactEventHandler<HTMLInputElement>
onCanPlayThrough
- Type
- ReactEventHandler<HTMLInputElement>
onCanPlayThroughCapture
- Type
- ReactEventHandler<HTMLInputElement>
onChangeCapture
- Type
- FormEventHandler<HTMLInputElement>
onClick
- Type
- MouseEventHandler<HTMLInputElement>
onClickCapture
- Type
- MouseEventHandler<HTMLInputElement>
onCompositionEnd
- Type
- CompositionEventHandler<HTMLInputElement>
onCompositionEndCapture
- Type
- CompositionEventHandler<HTMLInputElement>
onCompositionStart
- Type
- CompositionEventHandler<HTMLInputElement>
onCompositionStartCapture
- Type
- CompositionEventHandler<HTMLInputElement>
onCompositionUpdate
- Type
- CompositionEventHandler<HTMLInputElement>
onCompositionUpdateCapture
- Type
- CompositionEventHandler<HTMLInputElement>
onContextMenu
- Type
- MouseEventHandler<HTMLInputElement>
onContextMenuCapture
- Type
- MouseEventHandler<HTMLInputElement>
onCopy
- Type
- ClipboardEventHandler<HTMLInputElement>
onCopyCapture
- Type
- ClipboardEventHandler<HTMLInputElement>
onCut
- Type
- ClipboardEventHandler<HTMLInputElement>
onCutCapture
- Type
- ClipboardEventHandler<HTMLInputElement>
onDoubleClick
- Type
- MouseEventHandler<HTMLInputElement>
onDoubleClickCapture
- Type
- MouseEventHandler<HTMLInputElement>
onDrag
- Type
- DragEventHandler<HTMLInputElement>
onDragCapture
- Type
- DragEventHandler<HTMLInputElement>
onDragEndCapture
- Type
- DragEventHandler<HTMLInputElement>
onDragEnterCapture
- Type
- DragEventHandler<HTMLInputElement>
onDragExit
- Type
- DragEventHandler<HTMLInputElement>
onDragExitCapture
- Type
- DragEventHandler<HTMLInputElement>
onDragLeaveCapture
- Type
- DragEventHandler<HTMLInputElement>
onDragOverCapture
- Type
- DragEventHandler<HTMLInputElement>
onDragStartCapture
- Type
- DragEventHandler<HTMLInputElement>
onDropCapture
- Type
- DragEventHandler<HTMLInputElement>
onDurationChange
- Type
- ReactEventHandler<HTMLInputElement>
onDurationChangeCapture
- Type
- ReactEventHandler<HTMLInputElement>
onEmptied
- Type
- ReactEventHandler<HTMLInputElement>
onEmptiedCapture
- Type
- ReactEventHandler<HTMLInputElement>
onEncrypted
- Type
- ReactEventHandler<HTMLInputElement>
onEncryptedCapture
- Type
- ReactEventHandler<HTMLInputElement>
onEnded
- Type
- ReactEventHandler<HTMLInputElement>
onEndedCapture
- Type
- ReactEventHandler<HTMLInputElement>
onError
- Type
- ReactEventHandler<HTMLInputElement>
onErrorCapture
- Type
- ReactEventHandler<HTMLInputElement>
onFocus
- Type
- FocusEventHandler<HTMLInputElement>
onFocusCapture
- Type
- FocusEventHandler<HTMLInputElement>
onGotPointerCapture
- Type
- PointerEventHandler<HTMLInputElement>
onGotPointerCaptureCapture
- Type
- PointerEventHandler<HTMLInputElement>
onInput
- Type
- FormEventHandler<HTMLInputElement>
onInputCapture
- Type
- FormEventHandler<HTMLInputElement>
onInvalid
- Type
- FormEventHandler<HTMLInputElement>
onInvalidCapture
- Type
- FormEventHandler<HTMLInputElement>
onKeyDown
- Type
- KeyboardEventHandler<HTMLInputElement>
onKeyDownCapture
- Type
- KeyboardEventHandler<HTMLInputElement>
onKeyPress
- Type
- KeyboardEventHandler<HTMLInputElement>
onKeyPressCapture
- Type
- KeyboardEventHandler<HTMLInputElement>
onKeyUp
- Type
- KeyboardEventHandler<HTMLInputElement>
onKeyUpCapture
- Type
- KeyboardEventHandler<HTMLInputElement>
onLoad
- Type
- ReactEventHandler<HTMLInputElement>
onLoadCapture
- Type
- ReactEventHandler<HTMLInputElement>
onLoadedData
- Type
- ReactEventHandler<HTMLInputElement>
onLoadedDataCapture
- Type
- ReactEventHandler<HTMLInputElement>
onLoadedMetadata
- Type
- ReactEventHandler<HTMLInputElement>
onLoadedMetadataCapture
- Type
- ReactEventHandler<HTMLInputElement>
onLoadStart
- Type
- ReactEventHandler<HTMLInputElement>
onLoadStartCapture
- Type
- ReactEventHandler<HTMLInputElement>
onLostPointerCapture
- Type
- PointerEventHandler<HTMLInputElement>
onLostPointerCaptureCapture
- Type
- PointerEventHandler<HTMLInputElement>
onMouseDown
- Type
- MouseEventHandler<HTMLInputElement>
onMouseDownCapture
- Type
- MouseEventHandler<HTMLInputElement>
onMouseEnter
- Type
- MouseEventHandler<HTMLInputElement>
onMouseLeave
- Type
- MouseEventHandler<HTMLInputElement>
onMouseMove
- Type
- MouseEventHandler<HTMLInputElement>
onMouseMoveCapture
- Type
- MouseEventHandler<HTMLInputElement>
onMouseOut
- Type
- MouseEventHandler<HTMLInputElement>
onMouseOutCapture
- Type
- MouseEventHandler<HTMLInputElement>
onMouseOver
- Type
- MouseEventHandler<HTMLInputElement>
onMouseOverCapture
- Type
- MouseEventHandler<HTMLInputElement>
onMouseUp
- Type
- MouseEventHandler<HTMLInputElement>
onMouseUpCapture
- Type
- MouseEventHandler<HTMLInputElement>
onPaste
- Type
- ClipboardEventHandler<HTMLInputElement>
onPasteCapture
- Type
- ClipboardEventHandler<HTMLInputElement>
onPause
- Type
- ReactEventHandler<HTMLInputElement>
onPauseCapture
- Type
- ReactEventHandler<HTMLInputElement>
onPlay
- Type
- ReactEventHandler<HTMLInputElement>
onPlayCapture
- Type
- ReactEventHandler<HTMLInputElement>
onPlaying
- Type
- ReactEventHandler<HTMLInputElement>
onPlayingCapture
- Type
- ReactEventHandler<HTMLInputElement>
onPointerCancel
- Type
- PointerEventHandler<HTMLInputElement>
onPointerCancelCapture
- Type
- PointerEventHandler<HTMLInputElement>
onPointerDown
- Type
- PointerEventHandler<HTMLInputElement>
onPointerDownCapture
- Type
- PointerEventHandler<HTMLInputElement>
onPointerEnter
- Type
- PointerEventHandler<HTMLInputElement>
onPointerLeave
- Type
- PointerEventHandler<HTMLInputElement>
onPointerMove
- Type
- PointerEventHandler<HTMLInputElement>
onPointerMoveCapture
- Type
- PointerEventHandler<HTMLInputElement>
onPointerOut
- Type
- PointerEventHandler<HTMLInputElement>
onPointerOutCapture
- Type
- PointerEventHandler<HTMLInputElement>
onPointerOver
- Type
- PointerEventHandler<HTMLInputElement>
onPointerOverCapture
- Type
- PointerEventHandler<HTMLInputElement>
onPointerUp
- Type
- PointerEventHandler<HTMLInputElement>
onPointerUpCapture
- Type
- PointerEventHandler<HTMLInputElement>
onProgress
- Type
- ReactEventHandler<HTMLInputElement>
onProgressCapture
- Type
- ReactEventHandler<HTMLInputElement>
onRateChange
- Type
- ReactEventHandler<HTMLInputElement>
onRateChangeCapture
- Type
- ReactEventHandler<HTMLInputElement>
onReset
- Type
- FormEventHandler<HTMLInputElement>
onResetCapture
- Type
- FormEventHandler<HTMLInputElement>
onResize
- Type
- ReactEventHandler<HTMLInputElement>
onResizeCapture
- Type
- ReactEventHandler<HTMLInputElement>
onScroll
- Type
- UIEventHandler<HTMLInputElement>
onScrollCapture
- Type
- UIEventHandler<HTMLInputElement>
onSeeked
- Type
- ReactEventHandler<HTMLInputElement>
onSeekedCapture
- Type
- ReactEventHandler<HTMLInputElement>
onSeeking
- Type
- ReactEventHandler<HTMLInputElement>
onSeekingCapture
- Type
- ReactEventHandler<HTMLInputElement>
onSelect
- Type
- ReactEventHandler<HTMLInputElement>
onSelectCapture
- Type
- ReactEventHandler<HTMLInputElement>
onStalled
- Type
- ReactEventHandler<HTMLInputElement>
onStalledCapture
- Type
- ReactEventHandler<HTMLInputElement>
onSubmit
- Type
- FormEventHandler<HTMLInputElement>
onSubmitCapture
- Type
- FormEventHandler<HTMLInputElement>
onSuspend
- Type
- ReactEventHandler<HTMLInputElement>
onSuspendCapture
- Type
- ReactEventHandler<HTMLInputElement>
onTimeUpdate
- Type
- ReactEventHandler<HTMLInputElement>
onTimeUpdateCapture
- Type
- ReactEventHandler<HTMLInputElement>
onToggle
- Type
- ToggleEventHandler<HTMLInputElement>
onTouchCancel
- Type
- TouchEventHandler<HTMLInputElement>
onTouchCancelCapture
- Type
- TouchEventHandler<HTMLInputElement>
onTouchEnd
- Type
- TouchEventHandler<HTMLInputElement>
onTouchEndCapture
- Type
- TouchEventHandler<HTMLInputElement>
onTouchMove
- Type
- TouchEventHandler<HTMLInputElement>
onTouchMoveCapture
- Type
- TouchEventHandler<HTMLInputElement>
onTouchStart
- Type
- TouchEventHandler<HTMLInputElement>
onTouchStartCapture
- Type
- TouchEventHandler<HTMLInputElement>
onTransitionCancel
- Type
- TransitionEventHandler<HTMLInputElement>
onTransitionCancelCapture
- Type
- TransitionEventHandler<HTMLInputElement>
onTransitionEnd
- Type
- TransitionEventHandler<HTMLInputElement>
onTransitionEndCapture
- Type
- TransitionEventHandler<HTMLInputElement>
onTransitionRun
- Type
- TransitionEventHandler<HTMLInputElement>
onTransitionRunCapture
- Type
- TransitionEventHandler<HTMLInputElement>
onTransitionStart
- Type
- TransitionEventHandler<HTMLInputElement>
onTransitionStartCapture
- Type
- TransitionEventHandler<HTMLInputElement>
onVolumeChange
- Type
- ReactEventHandler<HTMLInputElement>
onVolumeChangeCapture
- Type
- ReactEventHandler<HTMLInputElement>
onWaiting
- Type
- ReactEventHandler<HTMLInputElement>
onWaitingCapture
- Type
- ReactEventHandler<HTMLInputElement>
onWheel
- Type
- WheelEventHandler<HTMLInputElement>
onWheelCapture
- Type
- WheelEventHandler<HTMLInputElement>
pattern
- Type
- string
placeholder
- Type
- string
popover
- Type
- "" | "auto" | "manual"
popoverTarget
- Type
- string
popoverTargetAction
- Type
- "toggle" | "show" | "hide"
prefix
- Type
- string
property
- Type
- string
radioGroup
- Type
- string
readOnly
- Type
- boolean
rel
- Type
- string
required
- Type
- boolean
resource
- Type
- string
results
- Type
- number
rev
- Type
- string
role
- Type
- AriaRole
security
- Type
- string
size
- Type
- number
slot
- Type
- string
spellCheck
- Type
- Booleanish
src
- Type
- string
step
- Type
- string | number
suppressContentEditableWarning
- Type
- boolean
suppressHydrationWarning
- Type
- boolean
tabIndex
- Type
- number
title
- Type
- string
translate
- Type
- "yes" | "no"
type
- Type
- HTMLInputTypeAttribute
typeof
- Type
- string
unselectable
- Type
- "off" | "on"
value
- Type
- string | number | readonly string[]
vocab
- Type
- string
width
- Type
- string | number
element
Overrides the default element name to apply unique styles with the Customization Provider
- Type
- string
- Default
- 'FILE_UPLOADER_DROPZONE_TEXT'
Inherited props
Paste components will often extend native HTML elements and as a result will inherit or extend their available properties. Below is a list of the props this component has inherited and are also available to use.
about
- Type
- string
accessKey
- Type
- string
aria-activedescendant
Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.
- Type
- string
aria-atomic
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.
- Type
- Booleanish
aria-autocomplete
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.
- Type
- "list" | "none" | "inline" | "both"
aria-braillelabel
Defines a string value that labels the current element, which is intended to be converted into Braille.
- Type
- string
aria-brailleroledescription
Defines a human-readable, author-localized abbreviated description for the role of an element, which is intended to be converted into Braille.
- Type
- string
aria-busy
- Type
- Booleanish
aria-checked
Indicates the current "checked" state of checkboxes, radio buttons, and other widgets.
- Type
- boolean | "true" | "false" | "mixed"
aria-colcount
Defines the total number of columns in a table, grid, or treegrid.
- Type
- number
aria-colindex
Defines an element's column index or position with respect to the total number of columns within a table, grid, or treegrid.
- Type
- number
aria-colindextext
Defines a human readable text alternative of aria-colindex.
- Type
- string
aria-colspan
Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid.
- Type
- number
aria-controls
Identifies the element (or elements) whose contents or presence are controlled by the current element.
- Type
- string
aria-current
Indicates the element that represents the current item within a container or set of related elements.
- Type
- | boolean | "time" | "step" | "date" | "true" | "false" | "page" | "location"
aria-describedby
Identifies the element (or elements) that describes the object.
- Type
- string
aria-description
Defines a string value that describes or annotates the current element.
- Type
- string
aria-details
Identifies the element that provides a detailed, extended description for the object.
- Type
- string
aria-disabled
Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable.
- Type
- Booleanish
aria-dropeffect
Indicates what functions can be performed when a dragged object is released on the drop target.
- Type
- "link" | "none" | "copy" | "execute" | "move" | "popup"
aria-errormessage
Identifies the element that provides an error message for the object.
- Type
- string
aria-expanded
Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.
- Type
- Booleanish
aria-flowto
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.
- Type
- string
aria-grabbed
Indicates an element's "grabbed" state in a drag-and-drop operation.
- Type
- Booleanish
aria-haspopup
Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.
- Type
- | boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree"
aria-hidden
Indicates whether the element is exposed to an accessibility API.
- Type
- Booleanish
aria-invalid
Indicates the entered value does not conform to the format expected by the application.
- Type
- boolean | "true" | "false" | "grammar" | "spelling"
aria-keyshortcuts
Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.
- Type
- string
aria-label
Defines a string value that labels the current element.
- Type
- string
aria-labelledby
Identifies the element (or elements) that labels the current element.
- Type
- string
aria-level
Defines the hierarchical level of an element within a structure.
- Type
- number
aria-live
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.
- Type
- "off" | "assertive" | "polite"
aria-modal
Indicates whether an element is modal when displayed.
- Type
- Booleanish
aria-multiline
Indicates whether a text box accepts multiple lines of input or only a single line.
- Type
- Booleanish
aria-multiselectable
Indicates that the user may select more than one item from the current selectable descendants.
- Type
- Booleanish
aria-orientation
Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.
- Type
- "horizontal" | "vertical"
aria-owns
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.
- Type
- string
aria-placeholder
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.
- Type
- string
aria-posinset
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.
- Type
- number
aria-pressed
Indicates the current "pressed" state of toggle buttons.
- Type
- boolean | "true" | "false" | "mixed"
aria-readonly
Indicates that the element is not editable, but is otherwise operable.
- Type
- Booleanish
aria-relevant
Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified.
- Type
- | "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals"
aria-required
Indicates that user input is required on the element before a form may be submitted.
- Type
- Booleanish
aria-roledescription
Defines a human-readable, author-localized description for the role of an element.
- Type
- string
aria-rowcount
Defines the total number of rows in a table, grid, or treegrid.
- Type
- number
aria-rowindex
Defines an element's row index or position with respect to the total number of rows within a table, grid, or treegrid.
- Type
- number
aria-rowindextext
Defines a human readable text alternative of aria-rowindex.
- Type
- string
aria-rowspan
Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid.
- Type
- number
aria-selected
Indicates the current "selected" state of various widgets.
- Type
- Booleanish
aria-setsize
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.
- Type
- number
aria-sort
Indicates if items in a table or grid are sorted in ascending or descending order.
- Type
- "none" | "ascending" | "descending" | "other"
aria-valuemax
Defines the maximum allowed value for a range widget.
- Type
- number
aria-valuemin
Defines the minimum allowed value for a range widget.
- Type
- number
aria-valuenow
Defines the current value for a range widget.
- Type
- number
aria-valuetext
Defines the human readable text alternative of aria-valuenow for a range widget.
- Type
- string
autoCapitalize
- Type
- | "off" | "on" | (string & {}) | "none" | "sentences" | "words" | "characters"
autoCorrect
- Type
- string
autoFocus
- Type
- boolean
autoSave
- Type
- string
content
- Type
- string
contentEditable
- Type
- Booleanish | "inherit" | "plaintext-only"
contextMenu
- Type
- string
dangerouslySetInnerHTML
- Type
- { __html: string | TrustedHTML }
datatype
- Type
- string
defaultChecked
- Type
- boolean
defaultValue
- Type
- string | number | readonly string[]
dir
- Type
- string
draggable
- Type
- Booleanish
enterKeyHint
- Type
- | "search" | "enter" | "done" | "go" | "next" | "previous" | "send"
hidden
- Type
- boolean
id
- Type
- string
inert
- Type
- boolean
inlist
- Type
- any
inputMode
Hints at the type of data that might be entered by the user while editing the element or its contents
- Type
- | "search" | "text" | "email" | "tel" | "url" | "none" | "numeric" | "decimal"
is
Specify that a standard HTML element should behave like a defined custom built-in element
- Type
- string
itemID
- Type
- string
itemProp
- Type
- string
itemRef
- Type
- string
itemScope
- Type
- boolean
itemType
- Type
- string
key
- Type
- Key
lang
- Type
- string
nonce
- Type
- string
onAbort
- Type
- ReactEventHandler<HTMLDivElement>
onAbortCapture
- Type
- ReactEventHandler<HTMLDivElement>
onAnimationEnd
- Type
- AnimationEventHandler<HTMLDivElement>
onAnimationEndCapture
- Type
- AnimationEventHandler<HTMLDivElement>
onAnimationIteration
- Type
- AnimationEventHandler<HTMLDivElement>
onAnimationIterationCapture
- Type
- AnimationEventHandler<HTMLDivElement>
onAnimationStart
- Type
- AnimationEventHandler<HTMLDivElement>
onAnimationStartCapture
- Type
- AnimationEventHandler<HTMLDivElement>
onAuxClick
- Type
- MouseEventHandler<HTMLDivElement>
onAuxClickCapture
- Type
- MouseEventHandler<HTMLDivElement>
onBeforeInput
- Type
- FormEventHandler<HTMLDivElement>
onBeforeInputCapture
- Type
- FormEventHandler<HTMLDivElement>
onBeforeToggle
- Type
- ToggleEventHandler<HTMLDivElement>
onBlur
- Type
- FocusEventHandler<HTMLDivElement>
onBlurCapture
- Type
- FocusEventHandler<HTMLDivElement>
onCanPlay
- Type
- ReactEventHandler<HTMLDivElement>
onCanPlayCapture
- Type
- ReactEventHandler<HTMLDivElement>
onCanPlayThrough
- Type
- ReactEventHandler<HTMLDivElement>
onCanPlayThroughCapture
- Type
- ReactEventHandler<HTMLDivElement>
onChange
- Type
- FormEventHandler<HTMLDivElement>
onChangeCapture
- Type
- FormEventHandler<HTMLDivElement>
onClick
- Type
- MouseEventHandler<HTMLDivElement>
onClickCapture
- Type
- MouseEventHandler<HTMLDivElement>
onCompositionEnd
- Type
- CompositionEventHandler<HTMLDivElement>
onCompositionEndCapture
- Type
- CompositionEventHandler<HTMLDivElement>
onCompositionStart
- Type
- CompositionEventHandler<HTMLDivElement>
onCompositionStartCapture
- Type
- CompositionEventHandler<HTMLDivElement>
onCompositionUpdate
- Type
- CompositionEventHandler<HTMLDivElement>
onCompositionUpdateCapture
- Type
- CompositionEventHandler<HTMLDivElement>
onContextMenu
- Type
- MouseEventHandler<HTMLDivElement>
onContextMenuCapture
- Type
- MouseEventHandler<HTMLDivElement>
onCopy
- Type
- ClipboardEventHandler<HTMLDivElement>
onCopyCapture
- Type
- ClipboardEventHandler<HTMLDivElement>
onCut
- Type
- ClipboardEventHandler<HTMLDivElement>
onCutCapture
- Type
- ClipboardEventHandler<HTMLDivElement>
onDoubleClick
- Type
- MouseEventHandler<HTMLDivElement>
onDoubleClickCapture
- Type
- MouseEventHandler<HTMLDivElement>
onDrag
- Type
- DragEventHandler<HTMLDivElement>
onDragCapture
- Type
- DragEventHandler<HTMLDivElement>
onDragEnd
- Type
- DragEventHandler<HTMLDivElement>
onDragEndCapture
- Type
- DragEventHandler<HTMLDivElement>
onDragEnter
- Type
- DragEventHandler<HTMLDivElement>
onDragEnterCapture
- Type
- DragEventHandler<HTMLDivElement>
onDragExit
- Type
- DragEventHandler<HTMLDivElement>
onDragExitCapture
- Type
- DragEventHandler<HTMLDivElement>
onDragLeave
- Type
- DragEventHandler<HTMLDivElement>
onDragLeaveCapture
- Type
- DragEventHandler<HTMLDivElement>
onDragOver
- Type
- DragEventHandler<HTMLDivElement>
onDragOverCapture
- Type
- DragEventHandler<HTMLDivElement>
onDragStart
- Type
- DragEventHandler<HTMLDivElement>
onDragStartCapture
- Type
- DragEventHandler<HTMLDivElement>
onDrop
- Type
- DragEventHandler<HTMLDivElement>
onDropCapture
- Type
- DragEventHandler<HTMLDivElement>
onDurationChange
- Type
- ReactEventHandler<HTMLDivElement>
onDurationChangeCapture
- Type
- ReactEventHandler<HTMLDivElement>
onEmptied
- Type
- ReactEventHandler<HTMLDivElement>
onEmptiedCapture
- Type
- ReactEventHandler<HTMLDivElement>
onEncrypted
- Type
- ReactEventHandler<HTMLDivElement>
onEncryptedCapture
- Type
- ReactEventHandler<HTMLDivElement>
onEnded
- Type
- ReactEventHandler<HTMLDivElement>
onEndedCapture
- Type
- ReactEventHandler<HTMLDivElement>
onError
- Type
- ReactEventHandler<HTMLDivElement>
onErrorCapture
- Type
- ReactEventHandler<HTMLDivElement>
onFocus
- Type
- FocusEventHandler<HTMLDivElement>
onFocusCapture
- Type
- FocusEventHandler<HTMLDivElement>
onGotPointerCapture
- Type
- PointerEventHandler<HTMLDivElement>
onGotPointerCaptureCapture
- Type
- PointerEventHandler<HTMLDivElement>
onInput
- Type
- FormEventHandler<HTMLDivElement>
onInputCapture
- Type
- FormEventHandler<HTMLDivElement>
onInvalid
- Type
- FormEventHandler<HTMLDivElement>
onInvalidCapture
- Type
- FormEventHandler<HTMLDivElement>
onKeyDown
- Type
- KeyboardEventHandler<HTMLDivElement>
onKeyDownCapture
- Type
- KeyboardEventHandler<HTMLDivElement>
onKeyPress
- Type
- KeyboardEventHandler<HTMLDivElement>
onKeyPressCapture
- Type
- KeyboardEventHandler<HTMLDivElement>
onKeyUp
- Type
- KeyboardEventHandler<HTMLDivElement>
onKeyUpCapture
- Type
- KeyboardEventHandler<HTMLDivElement>
onLoad
- Type
- ReactEventHandler<HTMLDivElement>
onLoadCapture
- Type
- ReactEventHandler<HTMLDivElement>
onLoadedData
- Type
- ReactEventHandler<HTMLDivElement>
onLoadedDataCapture
- Type
- ReactEventHandler<HTMLDivElement>
onLoadedMetadata
- Type
- ReactEventHandler<HTMLDivElement>
onLoadedMetadataCapture
- Type
- ReactEventHandler<HTMLDivElement>
onLoadStart
- Type
- ReactEventHandler<HTMLDivElement>
onLoadStartCapture
- Type
- ReactEventHandler<HTMLDivElement>
onLostPointerCapture
- Type
- PointerEventHandler<HTMLDivElement>
onLostPointerCaptureCapture
- Type
- PointerEventHandler<HTMLDivElement>
onMouseDown
- Type
- MouseEventHandler<HTMLDivElement>
onMouseDownCapture
- Type
- MouseEventHandler<HTMLDivElement>
onMouseEnter
- Type
- MouseEventHandler<HTMLDivElement>
onMouseLeave
- Type
- MouseEventHandler<HTMLDivElement>
onMouseMove
- Type
- MouseEventHandler<HTMLDivElement>
onMouseMoveCapture
- Type
- MouseEventHandler<HTMLDivElement>
onMouseOut
- Type
- MouseEventHandler<HTMLDivElement>
onMouseOutCapture
- Type
- MouseEventHandler<HTMLDivElement>
onMouseOver
- Type
- MouseEventHandler<HTMLDivElement>
onMouseOverCapture
- Type
- MouseEventHandler<HTMLDivElement>
onMouseUp
- Type
- MouseEventHandler<HTMLDivElement>
onMouseUpCapture
- Type
- MouseEventHandler<HTMLDivElement>
onPaste
- Type
- ClipboardEventHandler<HTMLDivElement>
onPasteCapture
- Type
- ClipboardEventHandler<HTMLDivElement>
onPause
- Type
- ReactEventHandler<HTMLDivElement>
onPauseCapture
- Type
- ReactEventHandler<HTMLDivElement>
onPlay
- Type
- ReactEventHandler<HTMLDivElement>
onPlayCapture
- Type
- ReactEventHandler<HTMLDivElement>
onPlaying
- Type
- ReactEventHandler<HTMLDivElement>
onPlayingCapture
- Type
- ReactEventHandler<HTMLDivElement>
onPointerCancel
- Type
- PointerEventHandler<HTMLDivElement>
onPointerCancelCapture
- Type
- PointerEventHandler<HTMLDivElement>
onPointerDown
- Type
- PointerEventHandler<HTMLDivElement>
onPointerDownCapture
- Type
- PointerEventHandler<HTMLDivElement>
onPointerEnter
- Type
- PointerEventHandler<HTMLDivElement>
onPointerLeave
- Type
- PointerEventHandler<HTMLDivElement>
onPointerMove
- Type
- PointerEventHandler<HTMLDivElement>
onPointerMoveCapture
- Type
- PointerEventHandler<HTMLDivElement>
onPointerOut
- Type
- PointerEventHandler<HTMLDivElement>
onPointerOutCapture
- Type
- PointerEventHandler<HTMLDivElement>
onPointerOver
- Type
- PointerEventHandler<HTMLDivElement>
onPointerOverCapture
- Type
- PointerEventHandler<HTMLDivElement>
onPointerUp
- Type
- PointerEventHandler<HTMLDivElement>
onPointerUpCapture
- Type
- PointerEventHandler<HTMLDivElement>
onProgress
- Type
- ReactEventHandler<HTMLDivElement>
onProgressCapture
- Type
- ReactEventHandler<HTMLDivElement>
onRateChange
- Type
- ReactEventHandler<HTMLDivElement>
onRateChangeCapture
- Type
- ReactEventHandler<HTMLDivElement>
onReset
- Type
- FormEventHandler<HTMLDivElement>
onResetCapture
- Type
- FormEventHandler<HTMLDivElement>
onResize
- Type
- ReactEventHandler<HTMLDivElement>
onResizeCapture
- Type
- ReactEventHandler<HTMLDivElement>
onScroll
- Type
- UIEventHandler<HTMLDivElement>
onScrollCapture
- Type
- UIEventHandler<HTMLDivElement>
onSeeked
- Type
- ReactEventHandler<HTMLDivElement>
onSeekedCapture
- Type
- ReactEventHandler<HTMLDivElement>
onSeeking
- Type
- ReactEventHandler<HTMLDivElement>
onSeekingCapture
- Type
- ReactEventHandler<HTMLDivElement>
onSelect
- Type
- ReactEventHandler<HTMLDivElement>
onSelectCapture
- Type
- ReactEventHandler<HTMLDivElement>
onStalled
- Type
- ReactEventHandler<HTMLDivElement>
onStalledCapture
- Type
- ReactEventHandler<HTMLDivElement>
onSubmit
- Type
- FormEventHandler<HTMLDivElement>
onSubmitCapture
- Type
- FormEventHandler<HTMLDivElement>
onSuspend
- Type
- ReactEventHandler<HTMLDivElement>
onSuspendCapture
- Type
- ReactEventHandler<HTMLDivElement>
onTimeUpdate
- Type
- ReactEventHandler<HTMLDivElement>
onTimeUpdateCapture
- Type
- ReactEventHandler<HTMLDivElement>
onToggle
- Type
- ToggleEventHandler<HTMLDivElement>
onTouchCancel
- Type
- TouchEventHandler<HTMLDivElement>
onTouchCancelCapture
- Type
- TouchEventHandler<HTMLDivElement>
onTouchEnd
- Type
- TouchEventHandler<HTMLDivElement>
onTouchEndCapture
- Type
- TouchEventHandler<HTMLDivElement>
onTouchMove
- Type
- TouchEventHandler<HTMLDivElement>
onTouchMoveCapture
- Type
- TouchEventHandler<HTMLDivElement>
onTouchStart
- Type
- TouchEventHandler<HTMLDivElement>
onTouchStartCapture
- Type
- TouchEventHandler<HTMLDivElement>
onTransitionCancel
- Type
- TransitionEventHandler<HTMLDivElement>
onTransitionCancelCapture
- Type
- TransitionEventHandler<HTMLDivElement>
onTransitionEnd
- Type
- TransitionEventHandler<HTMLDivElement>
onTransitionEndCapture
- Type
- TransitionEventHandler<HTMLDivElement>
onTransitionRun
- Type
- TransitionEventHandler<HTMLDivElement>
onTransitionRunCapture
- Type
- TransitionEventHandler<HTMLDivElement>
onTransitionStart
- Type
- TransitionEventHandler<HTMLDivElement>
onTransitionStartCapture
- Type
- TransitionEventHandler<HTMLDivElement>
onVolumeChange
- Type
- ReactEventHandler<HTMLDivElement>
onVolumeChangeCapture
- Type
- ReactEventHandler<HTMLDivElement>
onWaiting
- Type
- ReactEventHandler<HTMLDivElement>
onWaitingCapture
- Type
- ReactEventHandler<HTMLDivElement>
onWheel
- Type
- WheelEventHandler<HTMLDivElement>
onWheelCapture
- Type
- WheelEventHandler<HTMLDivElement>
popover
- Type
- "" | "auto" | "manual"
popoverTarget
- Type
- string
popoverTargetAction
- Type
- "toggle" | "show" | "hide"
prefix
- Type
- string
property
- Type
- string
radioGroup
- Type
- string
rel
- Type
- string
resource
- Type
- string
results
- Type
- number
rev
- Type
- string
role
- Type
- AriaRole
security
- Type
- string
slot
- Type
- string
spellCheck
- Type
- Booleanish
suppressContentEditableWarning
- Type
- boolean
suppressHydrationWarning
- Type
- boolean
tabIndex
- Type
- number
title
- Type
- string
translate
- Type
- "yes" | "no"
typeof
- Type
- string
unselectable
- Type
- "off" | "on"
vocab
- Type
- string
element
Overrides the default element name to apply unique styles with the Customization Provider
- Type
- string
- Default
- 'FILE_UPLOADER_ERROR_TEXT'
Inherited props
Paste components will often extend native HTML elements and as a result will inherit or extend their available properties. Below is a list of the props this component has inherited and are also available to use.
about
- Type
- string
accessKey
- Type
- string
aria-activedescendant
Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.
- Type
- string
aria-atomic
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.
- Type
- Booleanish
aria-autocomplete
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.
- Type
- "list" | "none" | "inline" | "both"
aria-braillelabel
Defines a string value that labels the current element, which is intended to be converted into Braille.
- Type
- string
aria-brailleroledescription
Defines a human-readable, author-localized abbreviated description for the role of an element, which is intended to be converted into Braille.
- Type
- string
aria-busy
- Type
- Booleanish
aria-checked
Indicates the current "checked" state of checkboxes, radio buttons, and other widgets.
- Type
- boolean | "true" | "false" | "mixed"
aria-colcount
Defines the total number of columns in a table, grid, or treegrid.
- Type
- number
aria-colindex
Defines an element's column index or position with respect to the total number of columns within a table, grid, or treegrid.
- Type
- number
aria-colindextext
Defines a human readable text alternative of aria-colindex.
- Type
- string
aria-colspan
Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid.
- Type
- number
aria-controls
Identifies the element (or elements) whose contents or presence are controlled by the current element.
- Type
- string
aria-current
Indicates the element that represents the current item within a container or set of related elements.
- Type
- | boolean | "time" | "step" | "date" | "true" | "false" | "page" | "location"
aria-describedby
Identifies the element (or elements) that describes the object.
- Type
- string
aria-description
Defines a string value that describes or annotates the current element.
- Type
- string
aria-details
Identifies the element that provides a detailed, extended description for the object.
- Type
- string
aria-disabled
Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable.
- Type
- Booleanish
aria-dropeffect
Indicates what functions can be performed when a dragged object is released on the drop target.
- Type
- "link" | "none" | "copy" | "execute" | "move" | "popup"
aria-errormessage
Identifies the element that provides an error message for the object.
- Type
- string
aria-expanded
Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.
- Type
- Booleanish
aria-flowto
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.
- Type
- string
aria-grabbed
Indicates an element's "grabbed" state in a drag-and-drop operation.
- Type
- Booleanish
aria-haspopup
Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.
- Type
- | boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree"
aria-hidden
Indicates whether the element is exposed to an accessibility API.
- Type
- Booleanish
aria-invalid
Indicates the entered value does not conform to the format expected by the application.
- Type
- boolean | "true" | "false" | "grammar" | "spelling"
aria-keyshortcuts
Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.
- Type
- string
aria-label
Defines a string value that labels the current element.
- Type
- string
aria-labelledby
Identifies the element (or elements) that labels the current element.
- Type
- string
aria-level
Defines the hierarchical level of an element within a structure.
- Type
- number
aria-live
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.
- Type
- "off" | "assertive" | "polite"
aria-modal
Indicates whether an element is modal when displayed.
- Type
- Booleanish
aria-multiline
Indicates whether a text box accepts multiple lines of input or only a single line.
- Type
- Booleanish
aria-multiselectable
Indicates that the user may select more than one item from the current selectable descendants.
- Type
- Booleanish
aria-orientation
Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.
- Type
- "horizontal" | "vertical"
aria-owns
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.
- Type
- string
aria-placeholder
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.
- Type
- string
aria-posinset
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.
- Type
- number
aria-pressed
Indicates the current "pressed" state of toggle buttons.
- Type
- boolean | "true" | "false" | "mixed"
aria-readonly
Indicates that the element is not editable, but is otherwise operable.
- Type
- Booleanish
aria-relevant
Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified.
- Type
- | "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals"
aria-required
Indicates that user input is required on the element before a form may be submitted.
- Type
- Booleanish
aria-roledescription
Defines a human-readable, author-localized description for the role of an element.
- Type
- string
aria-rowcount
Defines the total number of rows in a table, grid, or treegrid.
- Type
- number
aria-rowindex
Defines an element's row index or position with respect to the total number of rows within a table, grid, or treegrid.
- Type
- number
aria-rowindextext
Defines a human readable text alternative of aria-rowindex.
- Type
- string
aria-rowspan
Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid.
- Type
- number
aria-selected
Indicates the current "selected" state of various widgets.
- Type
- Booleanish
aria-setsize
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.
- Type
- number
aria-sort
Indicates if items in a table or grid are sorted in ascending or descending order.
- Type
- "none" | "ascending" | "descending" | "other"
aria-valuemax
Defines the maximum allowed value for a range widget.
- Type
- number
aria-valuemin
Defines the minimum allowed value for a range widget.
- Type
- number
aria-valuenow
Defines the current value for a range widget.
- Type
- number
aria-valuetext
Defines the human readable text alternative of aria-valuenow for a range widget.
- Type
- string
autoCapitalize
- Type
- | "off" | "on" | (string & {}) | "none" | "sentences" | "words" | "characters"
autoCorrect
- Type
- string
autoFocus
- Type
- boolean
autoSave
- Type
- string
content
- Type
- string
contentEditable
- Type
- Booleanish | "inherit" | "plaintext-only"
contextMenu
- Type
- string
dangerouslySetInnerHTML
- Type
- { __html: string | TrustedHTML }
datatype
- Type
- string
defaultChecked
- Type
- boolean
defaultValue
- Type
- string | number | readonly string[]
dir
- Type
- string
draggable
- Type
- Booleanish
enterKeyHint
- Type
- | "search" | "enter" | "done" | "go" | "next" | "previous" | "send"
hidden
- Type
- boolean
id
- Type
- string
inert
- Type
- boolean
inlist
- Type
- any
inputMode
Hints at the type of data that might be entered by the user while editing the element or its contents
- Type
- | "search" | "text" | "email" | "tel" | "url" | "none" | "numeric" | "decimal"
is
Specify that a standard HTML element should behave like a defined custom built-in element
- Type
- string
itemID
- Type
- string
itemProp
- Type
- string
itemRef
- Type
- string
itemScope
- Type
- boolean
itemType
- Type
- string
key
- Type
- Key
lang
- Type
- string
nonce
- Type
- string
onAbort
- Type
- ReactEventHandler<HTMLDivElement>
onAbortCapture
- Type
- ReactEventHandler<HTMLDivElement>
onAnimationEnd
- Type
- AnimationEventHandler<HTMLDivElement>
onAnimationEndCapture
- Type
- AnimationEventHandler<HTMLDivElement>
onAnimationIteration
- Type
- AnimationEventHandler<HTMLDivElement>
onAnimationIterationCapture
- Type
- AnimationEventHandler<HTMLDivElement>
onAnimationStart
- Type
- AnimationEventHandler<HTMLDivElement>
onAnimationStartCapture
- Type
- AnimationEventHandler<HTMLDivElement>
onAuxClick
- Type
- MouseEventHandler<HTMLDivElement>
onAuxClickCapture
- Type
- MouseEventHandler<HTMLDivElement>
onBeforeInput
- Type
- FormEventHandler<HTMLDivElement>
onBeforeInputCapture
- Type
- FormEventHandler<HTMLDivElement>
onBeforeToggle
- Type
- ToggleEventHandler<HTMLDivElement>
onBlur
- Type
- FocusEventHandler<HTMLDivElement>
onBlurCapture
- Type
- FocusEventHandler<HTMLDivElement>
onCanPlay
- Type
- ReactEventHandler<HTMLDivElement>
onCanPlayCapture
- Type
- ReactEventHandler<HTMLDivElement>
onCanPlayThrough
- Type
- ReactEventHandler<HTMLDivElement>
onCanPlayThroughCapture
- Type
- ReactEventHandler<HTMLDivElement>
onChange
- Type
- FormEventHandler<HTMLDivElement>
onChangeCapture
- Type
- FormEventHandler<HTMLDivElement>
onClick
- Type
- MouseEventHandler<HTMLDivElement>
onClickCapture
- Type
- MouseEventHandler<HTMLDivElement>
onCompositionEnd
- Type
- CompositionEventHandler<HTMLDivElement>
onCompositionEndCapture
- Type
- CompositionEventHandler<HTMLDivElement>
onCompositionStart
- Type
- CompositionEventHandler<HTMLDivElement>
onCompositionStartCapture
- Type
- CompositionEventHandler<HTMLDivElement>
onCompositionUpdate
- Type
- CompositionEventHandler<HTMLDivElement>
onCompositionUpdateCapture
- Type
- CompositionEventHandler<HTMLDivElement>
onContextMenu
- Type
- MouseEventHandler<HTMLDivElement>
onContextMenuCapture
- Type
- MouseEventHandler<HTMLDivElement>
onCopy
- Type
- ClipboardEventHandler<HTMLDivElement>
onCopyCapture
- Type
- ClipboardEventHandler<HTMLDivElement>
onCut
- Type
- ClipboardEventHandler<HTMLDivElement>
onCutCapture
- Type
- ClipboardEventHandler<HTMLDivElement>
onDoubleClick
- Type
- MouseEventHandler<HTMLDivElement>
onDoubleClickCapture
- Type
- MouseEventHandler<HTMLDivElement>
onDrag
- Type
- DragEventHandler<HTMLDivElement>
onDragCapture
- Type
- DragEventHandler<HTMLDivElement>
onDragEnd
- Type
- DragEventHandler<HTMLDivElement>
onDragEndCapture
- Type
- DragEventHandler<HTMLDivElement>
onDragEnter
- Type
- DragEventHandler<HTMLDivElement>
onDragEnterCapture
- Type
- DragEventHandler<HTMLDivElement>
onDragExit
- Type
- DragEventHandler<HTMLDivElement>
onDragExitCapture
- Type
- DragEventHandler<HTMLDivElement>
onDragLeave
- Type
- DragEventHandler<HTMLDivElement>
onDragLeaveCapture
- Type
- DragEventHandler<HTMLDivElement>
onDragOver
- Type
- DragEventHandler<HTMLDivElement>
onDragOverCapture
- Type
- DragEventHandler<HTMLDivElement>
onDragStart
- Type
- DragEventHandler<HTMLDivElement>
onDragStartCapture
- Type
- DragEventHandler<HTMLDivElement>
onDrop
- Type
- DragEventHandler<HTMLDivElement>
onDropCapture
- Type
- DragEventHandler<HTMLDivElement>
onDurationChange
- Type
- ReactEventHandler<HTMLDivElement>
onDurationChangeCapture
- Type
- ReactEventHandler<HTMLDivElement>
onEmptied
- Type
- ReactEventHandler<HTMLDivElement>
onEmptiedCapture
- Type
- ReactEventHandler<HTMLDivElement>
onEncrypted
- Type
- ReactEventHandler<HTMLDivElement>
onEncryptedCapture
- Type
- ReactEventHandler<HTMLDivElement>
onEnded
- Type
- ReactEventHandler<HTMLDivElement>
onEndedCapture
- Type
- ReactEventHandler<HTMLDivElement>
onError
- Type
- ReactEventHandler<HTMLDivElement>
onErrorCapture
- Type
- ReactEventHandler<HTMLDivElement>
onFocus
- Type
- FocusEventHandler<HTMLDivElement>
onFocusCapture
- Type
- FocusEventHandler<HTMLDivElement>
onGotPointerCapture
- Type
- PointerEventHandler<HTMLDivElement>
onGotPointerCaptureCapture
- Type
- PointerEventHandler<HTMLDivElement>
onInput
- Type
- FormEventHandler<HTMLDivElement>
onInputCapture
- Type
- FormEventHandler<HTMLDivElement>
onInvalid
- Type
- FormEventHandler<HTMLDivElement>
onInvalidCapture
- Type
- FormEventHandler<HTMLDivElement>
onKeyDown
- Type
- KeyboardEventHandler<HTMLDivElement>
onKeyDownCapture
- Type
- KeyboardEventHandler<HTMLDivElement>
onKeyPress
- Type
- KeyboardEventHandler<HTMLDivElement>
onKeyPressCapture
- Type
- KeyboardEventHandler<HTMLDivElement>
onKeyUp
- Type
- KeyboardEventHandler<HTMLDivElement>
onKeyUpCapture
- Type
- KeyboardEventHandler<HTMLDivElement>
onLoad
- Type
- ReactEventHandler<HTMLDivElement>
onLoadCapture
- Type
- ReactEventHandler<HTMLDivElement>
onLoadedData
- Type
- ReactEventHandler<HTMLDivElement>
onLoadedDataCapture
- Type
- ReactEventHandler<HTMLDivElement>
onLoadedMetadata
- Type
- ReactEventHandler<HTMLDivElement>
onLoadedMetadataCapture
- Type
- ReactEventHandler<HTMLDivElement>
onLoadStart
- Type
- ReactEventHandler<HTMLDivElement>
onLoadStartCapture
- Type
- ReactEventHandler<HTMLDivElement>
onLostPointerCapture
- Type
- PointerEventHandler<HTMLDivElement>
onLostPointerCaptureCapture
- Type
- PointerEventHandler<HTMLDivElement>
onMouseDown
- Type
- MouseEventHandler<HTMLDivElement>
onMouseDownCapture
- Type
- MouseEventHandler<HTMLDivElement>
onMouseEnter
- Type
- MouseEventHandler<HTMLDivElement>
onMouseLeave
- Type
- MouseEventHandler<HTMLDivElement>
onMouseMove
- Type
- MouseEventHandler<HTMLDivElement>
onMouseMoveCapture
- Type
- MouseEventHandler<HTMLDivElement>
onMouseOut
- Type
- MouseEventHandler<HTMLDivElement>
onMouseOutCapture
- Type
- MouseEventHandler<HTMLDivElement>
onMouseOver
- Type
- MouseEventHandler<HTMLDivElement>
onMouseOverCapture
- Type
- MouseEventHandler<HTMLDivElement>
onMouseUp
- Type
- MouseEventHandler<HTMLDivElement>
onMouseUpCapture
- Type
- MouseEventHandler<HTMLDivElement>
onPaste
- Type
- ClipboardEventHandler<HTMLDivElement>
onPasteCapture
- Type
- ClipboardEventHandler<HTMLDivElement>
onPause
- Type
- ReactEventHandler<HTMLDivElement>
onPauseCapture
- Type
- ReactEventHandler<HTMLDivElement>
onPlay
- Type
- ReactEventHandler<HTMLDivElement>
onPlayCapture
- Type
- ReactEventHandler<HTMLDivElement>
onPlaying
- Type
- ReactEventHandler<HTMLDivElement>
onPlayingCapture
- Type
- ReactEventHandler<HTMLDivElement>
onPointerCancel
- Type
- PointerEventHandler<HTMLDivElement>
onPointerCancelCapture
- Type
- PointerEventHandler<HTMLDivElement>
onPointerDown
- Type
- PointerEventHandler<HTMLDivElement>
onPointerDownCapture
- Type
- PointerEventHandler<HTMLDivElement>
onPointerEnter
- Type
- PointerEventHandler<HTMLDivElement>
onPointerLeave
- Type
- PointerEventHandler<HTMLDivElement>
onPointerMove
- Type
- PointerEventHandler<HTMLDivElement>
onPointerMoveCapture
- Type
- PointerEventHandler<HTMLDivElement>
onPointerOut
- Type
- PointerEventHandler<HTMLDivElement>
onPointerOutCapture
- Type
- PointerEventHandler<HTMLDivElement>
onPointerOver
- Type
- PointerEventHandler<HTMLDivElement>
onPointerOverCapture
- Type
- PointerEventHandler<HTMLDivElement>
onPointerUp
- Type
- PointerEventHandler<HTMLDivElement>
onPointerUpCapture
- Type
- PointerEventHandler<HTMLDivElement>
onProgress
- Type
- ReactEventHandler<HTMLDivElement>
onProgressCapture
- Type
- ReactEventHandler<HTMLDivElement>
onRateChange
- Type
- ReactEventHandler<HTMLDivElement>
onRateChangeCapture
- Type
- ReactEventHandler<HTMLDivElement>
onReset
- Type
- FormEventHandler<HTMLDivElement>
onResetCapture
- Type
- FormEventHandler<HTMLDivElement>
onResize
- Type
- ReactEventHandler<HTMLDivElement>
onResizeCapture
- Type
- ReactEventHandler<HTMLDivElement>
onScroll
- Type
- UIEventHandler<HTMLDivElement>
onScrollCapture
- Type
- UIEventHandler<HTMLDivElement>
onSeeked
- Type
- ReactEventHandler<HTMLDivElement>
onSeekedCapture
- Type
- ReactEventHandler<HTMLDivElement>
onSeeking
- Type
- ReactEventHandler<HTMLDivElement>
onSeekingCapture
- Type
- ReactEventHandler<HTMLDivElement>
onSelect
- Type
- ReactEventHandler<HTMLDivElement>
onSelectCapture
- Type
- ReactEventHandler<HTMLDivElement>
onStalled
- Type
- ReactEventHandler<HTMLDivElement>
onStalledCapture
- Type
- ReactEventHandler<HTMLDivElement>
onSubmit
- Type
- FormEventHandler<HTMLDivElement>
onSubmitCapture
- Type
- FormEventHandler<HTMLDivElement>
onSuspend
- Type
- ReactEventHandler<HTMLDivElement>
onSuspendCapture
- Type
- ReactEventHandler<HTMLDivElement>
onTimeUpdate
- Type
- ReactEventHandler<HTMLDivElement>
onTimeUpdateCapture
- Type
- ReactEventHandler<HTMLDivElement>
onToggle
- Type
- ToggleEventHandler<HTMLDivElement>
onTouchCancel
- Type
- TouchEventHandler<HTMLDivElement>
onTouchCancelCapture
- Type
- TouchEventHandler<HTMLDivElement>
onTouchEnd
- Type
- TouchEventHandler<HTMLDivElement>
onTouchEndCapture
- Type
- TouchEventHandler<HTMLDivElement>
onTouchMove
- Type
- TouchEventHandler<HTMLDivElement>
onTouchMoveCapture
- Type
- TouchEventHandler<HTMLDivElement>
onTouchStart
- Type
- TouchEventHandler<HTMLDivElement>
onTouchStartCapture
- Type
- TouchEventHandler<HTMLDivElement>
onTransitionCancel
- Type
- TransitionEventHandler<HTMLDivElement>
onTransitionCancelCapture
- Type
- TransitionEventHandler<HTMLDivElement>
onTransitionEnd
- Type
- TransitionEventHandler<HTMLDivElement>
onTransitionEndCapture
- Type
- TransitionEventHandler<HTMLDivElement>
onTransitionRun
- Type
- TransitionEventHandler<HTMLDivElement>
onTransitionRunCapture
- Type
- TransitionEventHandler<HTMLDivElement>
onTransitionStart
- Type
- TransitionEventHandler<HTMLDivElement>
onTransitionStartCapture
- Type
- TransitionEventHandler<HTMLDivElement>
onVolumeChange
- Type
- ReactEventHandler<HTMLDivElement>
onVolumeChangeCapture
- Type
- ReactEventHandler<HTMLDivElement>
onWaiting
- Type
- ReactEventHandler<HTMLDivElement>
onWaitingCapture
- Type
- ReactEventHandler<HTMLDivElement>
onWheel
- Type
- WheelEventHandler<HTMLDivElement>
onWheelCapture
- Type
- WheelEventHandler<HTMLDivElement>
popover
- Type
- "" | "auto" | "manual"
popoverTarget
- Type
- string
popoverTargetAction
- Type
- "toggle" | "show" | "hide"
prefix
- Type
- string
property
- Type
- string
radioGroup
- Type
- string
rel
- Type
- string
resource
- Type
- string
results
- Type
- number
rev
- Type
- string
role
- Type
- AriaRole
security
- Type
- string
slot
- Type
- string
spellCheck
- Type
- Booleanish
suppressContentEditableWarning
- Type
- boolean
suppressHydrationWarning
- Type
- boolean
tabIndex
- Type
- number
title
- Type
- string
translate
- Type
- "yes" | "no"
typeof
- Type
- string
unselectable
- Type
- "off" | "on"
vocab
- Type
- string