Skip to main content

Introducing Workflow Engine, try for FREE workflowengine.io.

Interface: RsPatternFormatProps

Props for the RsPatternFormat component.

Extends

  • PatternFormatProps<InputProps>

Properties

about?

optional about: string

Inherited from

PatternFormatProps.about


accept?

optional accept: string

Inherited from

PatternFormatProps.accept


accessKey?

optional accessKey: string

Inherited from

PatternFormatProps.accessKey


allowEmptyFormatting?

optional allowEmptyFormatting: boolean

Inherited from

PatternFormatProps.allowEmptyFormatting


alt?

optional alt: string

Inherited from

PatternFormatProps.alt


aria-activedescendant?

optional aria-activedescendant: string

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

Inherited from

PatternFormatProps.aria-activedescendant


aria-atomic?

optional aria-atomic: Booleanish

Indicates whether assistive technologies will present all, or only parts of, the changed region based on the change notifications defined by the aria-relevant attribute.

Inherited from

PatternFormatProps.aria-atomic


aria-autocomplete?

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

Indicates whether inputting text could trigger display of one or more predictions of the user's intended value for an input and specifies how predictions would be presented if they are made.

Inherited from

PatternFormatProps.aria-autocomplete


aria-braillelabel?

optional aria-braillelabel: string

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

See

aria-label.

Inherited from

PatternFormatProps.aria-braillelabel


aria-brailleroledescription?

optional aria-brailleroledescription: string

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

See

aria-roledescription.

Inherited from

PatternFormatProps.aria-brailleroledescription


aria-busy?

optional aria-busy: Booleanish

Inherited from

PatternFormatProps.aria-busy


aria-checked?

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

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

See

  • aria-pressed
  • aria-selected.

Inherited from

PatternFormatProps.aria-checked


aria-colcount?

optional aria-colcount: number

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

See

aria-colindex.

Inherited from

PatternFormatProps.aria-colcount


aria-colindex?

optional aria-colindex: number

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

See

  • aria-colcount
  • aria-colspan.

Inherited from

PatternFormatProps.aria-colindex


aria-colindextext?

optional aria-colindextext: string

Defines a human readable text alternative of aria-colindex.

See

aria-rowindextext.

Inherited from

PatternFormatProps.aria-colindextext


aria-colspan?

optional aria-colspan: number

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

See

  • aria-colindex
  • aria-rowspan.

Inherited from

PatternFormatProps.aria-colspan


aria-controls?

optional aria-controls: string

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

See

aria-owns.

Inherited from

PatternFormatProps.aria-controls


aria-current?

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

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

Inherited from

PatternFormatProps.aria-current


aria-describedby?

optional aria-describedby: string

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

See

aria-labelledby

Inherited from

PatternFormatProps.aria-describedby


aria-description?

optional aria-description: string

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

See

related aria-describedby.

Inherited from

PatternFormatProps.aria-description


aria-details?

optional aria-details: string

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

See

aria-describedby.

Inherited from

PatternFormatProps.aria-details


aria-disabled?

optional aria-disabled: Booleanish

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

See

  • aria-hidden
  • aria-readonly.

Inherited from

PatternFormatProps.aria-disabled


aria-dropeffect?

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

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

Deprecated

in ARIA 1.1

Inherited from

PatternFormatProps.aria-dropeffect


aria-errormessage?

optional aria-errormessage: string

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

See

  • aria-invalid
  • aria-describedby.

Inherited from

PatternFormatProps.aria-errormessage


aria-expanded?

optional aria-expanded: Booleanish

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

Inherited from

PatternFormatProps.aria-expanded


aria-flowto?

optional aria-flowto: string

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

Inherited from

PatternFormatProps.aria-flowto


aria-grabbed?

optional aria-grabbed: Booleanish

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

Deprecated

in ARIA 1.1

Inherited from

PatternFormatProps.aria-grabbed


aria-haspopup?

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

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

Inherited from

PatternFormatProps.aria-haspopup


aria-hidden?

optional aria-hidden: Booleanish

Indicates whether the element is exposed to an accessibility API.

See

aria-disabled.

Inherited from

PatternFormatProps.aria-hidden


aria-invalid?

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

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

See

aria-errormessage.

Inherited from

PatternFormatProps.aria-invalid


aria-keyshortcuts?

optional aria-keyshortcuts: string

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

Inherited from

PatternFormatProps.aria-keyshortcuts


aria-label?

optional aria-label: string

Defines a string value that labels the current element.

See

aria-labelledby.

Inherited from

PatternFormatProps.aria-label


aria-labelledby?

optional aria-labelledby: string

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

See

aria-describedby.

Inherited from

PatternFormatProps.aria-labelledby


aria-level?

optional aria-level: number

Defines the hierarchical level of an element within a structure.

Inherited from

PatternFormatProps.aria-level


aria-live?

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

Indicates that an element will be updated, and describes the types of updates the user agents, assistive technologies, and user can expect from the live region.

Inherited from

PatternFormatProps.aria-live


aria-modal?

optional aria-modal: Booleanish

Indicates whether an element is modal when displayed.

Inherited from

PatternFormatProps.aria-modal


aria-multiline?

optional aria-multiline: Booleanish

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

Inherited from

PatternFormatProps.aria-multiline


aria-multiselectable?

optional aria-multiselectable: Booleanish

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

Inherited from

PatternFormatProps.aria-multiselectable


aria-orientation?

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

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

Inherited from

PatternFormatProps.aria-orientation


aria-owns?

optional aria-owns: string

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

See

aria-controls.

Inherited from

PatternFormatProps.aria-owns


aria-placeholder?

optional aria-placeholder: string

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

Inherited from

PatternFormatProps.aria-placeholder


aria-posinset?

optional aria-posinset: number

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

See

aria-setsize.

Inherited from

PatternFormatProps.aria-posinset


aria-pressed?

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

Indicates the current "pressed" state of toggle buttons.

See

  • aria-checked
  • aria-selected.

Inherited from

PatternFormatProps.aria-pressed


aria-readonly?

optional aria-readonly: Booleanish

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

See

aria-disabled.

Inherited from

PatternFormatProps.aria-readonly


aria-relevant?

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

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

See

aria-atomic.

Inherited from

PatternFormatProps.aria-relevant


aria-required?

optional aria-required: Booleanish

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

Inherited from

PatternFormatProps.aria-required


aria-roledescription?

optional aria-roledescription: string

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

Inherited from

PatternFormatProps.aria-roledescription


aria-rowcount?

optional aria-rowcount: number

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

See

aria-rowindex.

Inherited from

PatternFormatProps.aria-rowcount


aria-rowindex?

optional aria-rowindex: number

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

See

  • aria-rowcount
  • aria-rowspan.

Inherited from

PatternFormatProps.aria-rowindex


aria-rowindextext?

optional aria-rowindextext: string

Defines a human readable text alternative of aria-rowindex.

See

aria-colindextext.

Inherited from

PatternFormatProps.aria-rowindextext


aria-rowspan?

optional aria-rowspan: number

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

See

  • aria-rowindex
  • aria-colspan.

Inherited from

PatternFormatProps.aria-rowspan


aria-selected?

optional aria-selected: Booleanish

Indicates the current "selected" state of various widgets.

See

  • aria-checked
  • aria-pressed.

Inherited from

PatternFormatProps.aria-selected


aria-setsize?

optional aria-setsize: number

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

See

aria-posinset.

Inherited from

PatternFormatProps.aria-setsize


aria-sort?

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

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

Inherited from

PatternFormatProps.aria-sort


aria-valuemax?

optional aria-valuemax: number

Defines the maximum allowed value for a range widget.

Inherited from

PatternFormatProps.aria-valuemax


aria-valuemin?

optional aria-valuemin: number

Defines the minimum allowed value for a range widget.

Inherited from

PatternFormatProps.aria-valuemin


aria-valuenow?

optional aria-valuenow: number

Defines the current value for a range widget.

See

aria-valuetext.

Inherited from

PatternFormatProps.aria-valuenow


aria-valuetext?

optional aria-valuetext: string

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

Inherited from

PatternFormatProps.aria-valuetext


as?

optional as: ElementType<any, keyof IntrinsicElements>

You can use a custom element for this component

Inherited from

PatternFormatProps.as


autoCapitalize?

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

Inherited from

PatternFormatProps.autoCapitalize


autoComplete?

optional autoComplete: HTMLInputAutoCompleteAttribute

Inherited from

PatternFormatProps.autoComplete


autoCorrect?

optional autoCorrect: string

Inherited from

PatternFormatProps.autoCorrect


autoFocus?

optional autoFocus: boolean

Inherited from

PatternFormatProps.autoFocus


autoSave?

optional autoSave: string

Inherited from

PatternFormatProps.autoSave


capture?

optional capture: boolean | "environment" | "user"

Inherited from

PatternFormatProps.capture


checked?

optional checked: boolean

Inherited from

PatternFormatProps.checked


children?

optional children: ReactNode

Primary content

Inherited from

PatternFormatProps.children


className?

optional className: string

Additional classes

Inherited from

PatternFormatProps.className


classPrefix?

optional classPrefix: string

The prefix of the component CSS class

Inherited from

PatternFormatProps.classPrefix


color?

optional color: string

Inherited from

PatternFormatProps.color


content?

optional content: string

Inherited from

PatternFormatProps.content


contentEditable?

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

Inherited from

PatternFormatProps.contentEditable


contextMenu?

optional contextMenu: string

Inherited from

PatternFormatProps.contextMenu


customInput?

optional customInput: ComponentType<InputProps>

Inherited from

PatternFormatProps.customInput


dangerouslySetInnerHTML?

optional dangerouslySetInnerHTML: object

__html

__html: string | TrustedHTML

Inherited from

PatternFormatProps.dangerouslySetInnerHTML


datatype?

optional datatype: string

Inherited from

PatternFormatProps.datatype


defaultChecked?

optional defaultChecked: boolean

Inherited from

PatternFormatProps.defaultChecked


defaultValue?

optional defaultValue: null | string | number

Inherited from

PatternFormatProps.defaultValue


dir?

optional dir: string

Inherited from

PatternFormatProps.dir


disabled?

optional disabled: boolean

Inherited from

PatternFormatProps.disabled


displayType?

optional displayType: "input" | "text"

Inherited from

PatternFormatProps.displayType


draggable?

optional draggable: Booleanish

Inherited from

PatternFormatProps.draggable


enterKeyHint?

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

Inherited from

PatternFormatProps.enterKeyHint


exportparts?

optional exportparts: string

See

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

Inherited from

PatternFormatProps.exportparts


form?

optional form: string

Inherited from

PatternFormatProps.form


formAction?

optional formAction: string | (formData) => void | Promise<void>

Inherited from

PatternFormatProps.formAction


format

format: string

Inherited from

PatternFormatProps.format


formEncType?

optional formEncType: string

Inherited from

PatternFormatProps.formEncType


formMethod?

optional formMethod: string

Inherited from

PatternFormatProps.formMethod


formNoValidate?

optional formNoValidate: boolean

Inherited from

PatternFormatProps.formNoValidate


formTarget?

optional formTarget: string

Inherited from

PatternFormatProps.formTarget


getInputRef?

optional getInputRef: Ref<any> | (el) => void

Inherited from

PatternFormatProps.getInputRef


height?

optional height: string | number

Inherited from

PatternFormatProps.height


hidden?

optional hidden: boolean

Inherited from

PatternFormatProps.hidden


htmlSize?

optional htmlSize: number

The htmlSize attribute defines the width of the «input> element.

Overrides

PatternFormatProps.htmlSize


id?

optional id: string

The HTML input id

Inherited from

PatternFormatProps.id


inert?

optional inert: boolean

See

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

Inherited from

PatternFormatProps.inert


inlist?

optional inlist: any

Inherited from

PatternFormatProps.inlist


inputMode?

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

Inherited from

PatternFormatProps.inputMode


inputRef?

optional inputRef: Ref<any>

Ref of input element

Inherited from

PatternFormatProps.inputRef


is?

optional is: string

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

See

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

Inherited from

PatternFormatProps.is


isAllowed()?

optional isAllowed: (values) => boolean

Parameters

values

NumberFormatValues

Returns

boolean

Inherited from

PatternFormatProps.isAllowed


itemID?

optional itemID: string

Inherited from

PatternFormatProps.itemID


itemProp?

optional itemProp: string

Inherited from

PatternFormatProps.itemProp


itemRef?

optional itemRef: string

Inherited from

PatternFormatProps.itemRef


itemScope?

optional itemScope: boolean

Inherited from

PatternFormatProps.itemScope


itemType?

optional itemType: string

Inherited from

PatternFormatProps.itemType


label

label: string

The label for the pattern format input.


lang?

optional lang: string

Inherited from

PatternFormatProps.lang


list?

optional list: string

Inherited from

PatternFormatProps.list


mask?

optional mask: string | string[]

Inherited from

PatternFormatProps.mask


max?

optional max: string | number

Inherited from

PatternFormatProps.max


maxLength?

optional maxLength: number

Inherited from

PatternFormatProps.maxLength


min?

optional min: string | number

Inherited from

PatternFormatProps.min


minLength?

optional minLength: number

Inherited from

PatternFormatProps.minLength


multiple?

optional multiple: boolean

Inherited from

PatternFormatProps.multiple


name?

optional name: string

Inherited from

PatternFormatProps.name


nonce?

optional nonce: string

Inherited from

PatternFormatProps.nonce


onAbort?

optional onAbort: ReactEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onAbort


onAbortCapture?

optional onAbortCapture: ReactEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onAbortCapture


onAnimationEnd?

optional onAnimationEnd: AnimationEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onAnimationEnd


onAnimationEndCapture?

optional onAnimationEndCapture: AnimationEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onAnimationEndCapture


onAnimationIteration?

optional onAnimationIteration: AnimationEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onAnimationIteration


onAnimationIterationCapture?

optional onAnimationIterationCapture: AnimationEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onAnimationIterationCapture


onAnimationStart?

optional onAnimationStart: AnimationEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onAnimationStart


onAnimationStartCapture?

optional onAnimationStartCapture: AnimationEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onAnimationStartCapture


onAuxClick?

optional onAuxClick: MouseEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onAuxClick


onAuxClickCapture?

optional onAuxClickCapture: MouseEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onAuxClickCapture


onBeforeInput?

optional onBeforeInput: InputEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onBeforeInput


onBeforeInputCapture?

optional onBeforeInputCapture: FormEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onBeforeInputCapture


onBeforeToggle?

optional onBeforeToggle: ToggleEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onBeforeToggle


onBlur?

optional onBlur: FocusEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onBlur


onBlurCapture?

optional onBlurCapture: FocusEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onBlurCapture


onCanPlay?

optional onCanPlay: ReactEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onCanPlay


onCanPlayCapture?

optional onCanPlayCapture: ReactEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onCanPlayCapture


onCanPlayThrough?

optional onCanPlayThrough: ReactEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onCanPlayThrough


onCanPlayThroughCapture?

optional onCanPlayThroughCapture: ReactEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onCanPlayThroughCapture


onChange()

onChange: (value) => void

The callback when value changes.

Parameters

value

any

Returns

void

Overrides

PatternFormatProps.onChange


onChangeCapture?

optional onChangeCapture: FormEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onChangeCapture


onClick?

optional onClick: MouseEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onClick


onClickCapture?

optional onClickCapture: MouseEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onClickCapture


onCompositionEnd?

optional onCompositionEnd: CompositionEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onCompositionEnd


onCompositionEndCapture?

optional onCompositionEndCapture: CompositionEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onCompositionEndCapture


onCompositionStart?

optional onCompositionStart: CompositionEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onCompositionStart


onCompositionStartCapture?

optional onCompositionStartCapture: CompositionEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onCompositionStartCapture


onCompositionUpdate?

optional onCompositionUpdate: CompositionEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onCompositionUpdate


onCompositionUpdateCapture?

optional onCompositionUpdateCapture: CompositionEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onCompositionUpdateCapture


onContextMenu?

optional onContextMenu: MouseEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onContextMenu


onContextMenuCapture?

optional onContextMenuCapture: MouseEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onContextMenuCapture


onCopy?

optional onCopy: ClipboardEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onCopy


onCopyCapture?

optional onCopyCapture: ClipboardEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onCopyCapture


onCut?

optional onCut: ClipboardEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onCut


onCutCapture?

optional onCutCapture: ClipboardEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onCutCapture


onDoubleClick?

optional onDoubleClick: MouseEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onDoubleClick


onDoubleClickCapture?

optional onDoubleClickCapture: MouseEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onDoubleClickCapture


onDrag?

optional onDrag: DragEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onDrag


onDragCapture?

optional onDragCapture: DragEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onDragCapture


onDragEnd?

optional onDragEnd: DragEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onDragEnd


onDragEndCapture?

optional onDragEndCapture: DragEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onDragEndCapture


onDragEnter?

optional onDragEnter: DragEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onDragEnter


onDragEnterCapture?

optional onDragEnterCapture: DragEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onDragEnterCapture


onDragExit?

optional onDragExit: DragEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onDragExit


onDragExitCapture?

optional onDragExitCapture: DragEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onDragExitCapture


onDragLeave?

optional onDragLeave: DragEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onDragLeave


onDragLeaveCapture?

optional onDragLeaveCapture: DragEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onDragLeaveCapture


onDragOver?

optional onDragOver: DragEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onDragOver


onDragOverCapture?

optional onDragOverCapture: DragEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onDragOverCapture


onDragStart?

optional onDragStart: DragEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onDragStart


onDragStartCapture?

optional onDragStartCapture: DragEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onDragStartCapture


onDrop?

optional onDrop: DragEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onDrop


onDropCapture?

optional onDropCapture: DragEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onDropCapture


onDurationChange?

optional onDurationChange: ReactEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onDurationChange


onDurationChangeCapture?

optional onDurationChangeCapture: ReactEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onDurationChangeCapture


onEmptied?

optional onEmptied: ReactEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onEmptied


onEmptiedCapture?

optional onEmptiedCapture: ReactEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onEmptiedCapture


onEncrypted?

optional onEncrypted: ReactEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onEncrypted


onEncryptedCapture?

optional onEncryptedCapture: ReactEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onEncryptedCapture


onEnded?

optional onEnded: ReactEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onEnded


onEndedCapture?

optional onEndedCapture: ReactEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onEndedCapture


onError?

optional onError: ReactEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onError


onErrorCapture?

optional onErrorCapture: ReactEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onErrorCapture


onFocus?

optional onFocus: FocusEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onFocus


onFocusCapture?

optional onFocusCapture: FocusEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onFocusCapture


onGotPointerCapture?

optional onGotPointerCapture: PointerEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onGotPointerCapture


onGotPointerCaptureCapture?

optional onGotPointerCaptureCapture: PointerEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onGotPointerCaptureCapture


onInput?

optional onInput: FormEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onInput


onInputCapture?

optional onInputCapture: FormEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onInputCapture


onInvalid?

optional onInvalid: FormEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onInvalid


onInvalidCapture?

optional onInvalidCapture: FormEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onInvalidCapture


onKeyDown?

optional onKeyDown: KeyboardEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onKeyDown


onKeyDownCapture?

optional onKeyDownCapture: KeyboardEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onKeyDownCapture


onKeyPress?

optional onKeyPress: KeyboardEventHandler<HTMLInputElement>

Deprecated

Use onKeyUp or onKeyDown instead

Inherited from

PatternFormatProps.onKeyPress


onKeyPressCapture?

optional onKeyPressCapture: KeyboardEventHandler<HTMLInputElement>

Deprecated

Use onKeyUpCapture or onKeyDownCapture instead

Inherited from

PatternFormatProps.onKeyPressCapture


onKeyUp?

optional onKeyUp: KeyboardEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onKeyUp


onKeyUpCapture?

optional onKeyUpCapture: KeyboardEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onKeyUpCapture


onLoad?

optional onLoad: ReactEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onLoad


onLoadCapture?

optional onLoadCapture: ReactEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onLoadCapture


onLoadedData?

optional onLoadedData: ReactEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onLoadedData


onLoadedDataCapture?

optional onLoadedDataCapture: ReactEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onLoadedDataCapture


onLoadedMetadata?

optional onLoadedMetadata: ReactEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onLoadedMetadata


onLoadedMetadataCapture?

optional onLoadedMetadataCapture: ReactEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onLoadedMetadataCapture


onLoadStart?

optional onLoadStart: ReactEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onLoadStart


onLoadStartCapture?

optional onLoadStartCapture: ReactEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onLoadStartCapture


onLostPointerCapture?

optional onLostPointerCapture: PointerEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onLostPointerCapture


onLostPointerCaptureCapture?

optional onLostPointerCaptureCapture: PointerEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onLostPointerCaptureCapture


onMouseDown?

optional onMouseDown: MouseEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onMouseDown


onMouseDownCapture?

optional onMouseDownCapture: MouseEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onMouseDownCapture


onMouseEnter?

optional onMouseEnter: MouseEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onMouseEnter


onMouseLeave?

optional onMouseLeave: MouseEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onMouseLeave


onMouseMove?

optional onMouseMove: MouseEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onMouseMove


onMouseMoveCapture?

optional onMouseMoveCapture: MouseEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onMouseMoveCapture


onMouseOut?

optional onMouseOut: MouseEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onMouseOut


onMouseOutCapture?

optional onMouseOutCapture: MouseEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onMouseOutCapture


onMouseOver?

optional onMouseOver: MouseEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onMouseOver


onMouseOverCapture?

optional onMouseOverCapture: MouseEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onMouseOverCapture


onMouseUp?

optional onMouseUp: MouseEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onMouseUp


onMouseUpCapture?

optional onMouseUpCapture: MouseEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onMouseUpCapture


onPaste?

optional onPaste: ClipboardEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onPaste


onPasteCapture?

optional onPasteCapture: ClipboardEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onPasteCapture


onPause?

optional onPause: ReactEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onPause


onPauseCapture?

optional onPauseCapture: ReactEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onPauseCapture


onPlay?

optional onPlay: ReactEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onPlay


onPlayCapture?

optional onPlayCapture: ReactEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onPlayCapture


onPlaying?

optional onPlaying: ReactEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onPlaying


onPlayingCapture?

optional onPlayingCapture: ReactEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onPlayingCapture


onPointerCancel?

optional onPointerCancel: PointerEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onPointerCancel


onPointerCancelCapture?

optional onPointerCancelCapture: PointerEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onPointerCancelCapture


onPointerDown?

optional onPointerDown: PointerEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onPointerDown


onPointerDownCapture?

optional onPointerDownCapture: PointerEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onPointerDownCapture


onPointerEnter?

optional onPointerEnter: PointerEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onPointerEnter


onPointerLeave?

optional onPointerLeave: PointerEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onPointerLeave


onPointerMove?

optional onPointerMove: PointerEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onPointerMove


onPointerMoveCapture?

optional onPointerMoveCapture: PointerEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onPointerMoveCapture


onPointerOut?

optional onPointerOut: PointerEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onPointerOut


onPointerOutCapture?

optional onPointerOutCapture: PointerEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onPointerOutCapture


onPointerOver?

optional onPointerOver: PointerEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onPointerOver


onPointerOverCapture?

optional onPointerOverCapture: PointerEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onPointerOverCapture


onPointerUp?

optional onPointerUp: PointerEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onPointerUp


onPointerUpCapture?

optional onPointerUpCapture: PointerEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onPointerUpCapture


onPressEnter?

optional onPressEnter: KeyboardEventHandler<HTMLInputElement>

Called on press enter

Inherited from

PatternFormatProps.onPressEnter


onProgress?

optional onProgress: ReactEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onProgress


onProgressCapture?

optional onProgressCapture: ReactEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onProgressCapture


onRateChange?

optional onRateChange: ReactEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onRateChange


onRateChangeCapture?

optional onRateChangeCapture: ReactEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onRateChangeCapture


onReset?

optional onReset: FormEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onReset


onResetCapture?

optional onResetCapture: FormEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onResetCapture


onScroll?

optional onScroll: UIEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onScroll


onScrollCapture?

optional onScrollCapture: UIEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onScrollCapture


onScrollEnd?

optional onScrollEnd: UIEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onScrollEnd


onScrollEndCapture?

optional onScrollEndCapture: UIEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onScrollEndCapture


onSeeked?

optional onSeeked: ReactEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onSeeked


onSeekedCapture?

optional onSeekedCapture: ReactEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onSeekedCapture


onSeeking?

optional onSeeking: ReactEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onSeeking


onSeekingCapture?

optional onSeekingCapture: ReactEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onSeekingCapture


onSelect?

optional onSelect: ReactEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onSelect


onSelectCapture?

optional onSelectCapture: ReactEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onSelectCapture


onStalled?

optional onStalled: ReactEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onStalled


onStalledCapture?

optional onStalledCapture: ReactEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onStalledCapture


onSubmit?

optional onSubmit: FormEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onSubmit


onSubmitCapture?

optional onSubmitCapture: FormEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onSubmitCapture


onSuspend?

optional onSuspend: ReactEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onSuspend


onSuspendCapture?

optional onSuspendCapture: ReactEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onSuspendCapture


onTimeUpdate?

optional onTimeUpdate: ReactEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onTimeUpdate


onTimeUpdateCapture?

optional onTimeUpdateCapture: ReactEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onTimeUpdateCapture


onToggle?

optional onToggle: ToggleEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onToggle


onTouchCancel?

optional onTouchCancel: TouchEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onTouchCancel


onTouchCancelCapture?

optional onTouchCancelCapture: TouchEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onTouchCancelCapture


onTouchEnd?

optional onTouchEnd: TouchEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onTouchEnd


onTouchEndCapture?

optional onTouchEndCapture: TouchEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onTouchEndCapture


onTouchMove?

optional onTouchMove: TouchEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onTouchMove


onTouchMoveCapture?

optional onTouchMoveCapture: TouchEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onTouchMoveCapture


onTouchStart?

optional onTouchStart: TouchEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onTouchStart


onTouchStartCapture?

optional onTouchStartCapture: TouchEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onTouchStartCapture


onTransitionCancel?

optional onTransitionCancel: TransitionEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onTransitionCancel


onTransitionCancelCapture?

optional onTransitionCancelCapture: TransitionEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onTransitionCancelCapture


onTransitionEnd?

optional onTransitionEnd: TransitionEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onTransitionEnd


onTransitionEndCapture?

optional onTransitionEndCapture: TransitionEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onTransitionEndCapture


onTransitionRun?

optional onTransitionRun: TransitionEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onTransitionRun


onTransitionRunCapture?

optional onTransitionRunCapture: TransitionEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onTransitionRunCapture


onTransitionStart?

optional onTransitionStart: TransitionEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onTransitionStart


onTransitionStartCapture?

optional onTransitionStartCapture: TransitionEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onTransitionStartCapture


onValueChange?

optional onValueChange: OnValueChange

Inherited from

PatternFormatProps.onValueChange


onVolumeChange?

optional onVolumeChange: ReactEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onVolumeChange


onVolumeChangeCapture?

optional onVolumeChangeCapture: ReactEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onVolumeChangeCapture


onWaiting?

optional onWaiting: ReactEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onWaiting


onWaitingCapture?

optional onWaitingCapture: ReactEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onWaitingCapture


onWheel?

optional onWheel: WheelEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onWheel


onWheelCapture?

optional onWheelCapture: WheelEventHandler<HTMLInputElement>

Inherited from

PatternFormatProps.onWheelCapture


part?

optional part: string

See

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

Inherited from

PatternFormatProps.part


pattern?

optional pattern: string

Inherited from

PatternFormatProps.pattern


patternChar?

optional patternChar: string

Inherited from

PatternFormatProps.patternChar


placeholder?

optional placeholder: string

Inherited from

PatternFormatProps.placeholder


plaintext?

optional plaintext: boolean

Render the control as plain text

Inherited from

PatternFormatProps.plaintext


popover?

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

Inherited from

PatternFormatProps.popover


popoverTarget?

optional popoverTarget: string

Inherited from

PatternFormatProps.popoverTarget


popoverTargetAction?

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

Inherited from

PatternFormatProps.popoverTargetAction


prefix?

optional prefix: string

Inherited from

PatternFormatProps.prefix


property?

optional property: string

Inherited from

PatternFormatProps.property


radioGroup?

optional radioGroup: string

Inherited from

PatternFormatProps.radioGroup


readOnly?

optional readOnly: boolean

Inherited from

PatternFormatProps.readOnly


rel?

optional rel: string

Inherited from

PatternFormatProps.rel


renderText()?

optional renderText: (formattedValue, otherProps) => ReactNode

Parameters

formattedValue

string

otherProps

Partial<NumberFormatBase>

Returns

ReactNode

Inherited from

PatternFormatProps.renderText


required?

optional required: boolean

Inherited from

PatternFormatProps.required


resource?

optional resource: string

Inherited from

PatternFormatProps.resource


results?

optional results: number

Inherited from

PatternFormatProps.results


rev?

optional rev: string

Inherited from

PatternFormatProps.rev


role?

optional role: AriaRole

Inherited from

PatternFormatProps.role


security?

optional security: string

Inherited from

PatternFormatProps.security


size?

optional size: Size

A component can have different sizes

Inherited from

PatternFormatProps.size


slot?

optional slot: string

Inherited from

PatternFormatProps.slot


spellCheck?

optional spellCheck: Booleanish

Inherited from

PatternFormatProps.spellCheck


src?

optional src: string

Inherited from

PatternFormatProps.src


step?

optional step: string | number

Inherited from

PatternFormatProps.step


style?

optional style: CSSProperties

Additional style

Inherited from

PatternFormatProps.style


suppressContentEditableWarning?

optional suppressContentEditableWarning: boolean

Inherited from

PatternFormatProps.suppressContentEditableWarning


suppressHydrationWarning?

optional suppressHydrationWarning: boolean

Inherited from

PatternFormatProps.suppressHydrationWarning


tabIndex?

optional tabIndex: number

Inherited from

PatternFormatProps.tabIndex


title?

optional title: string

Inherited from

PatternFormatProps.title


translate?

optional translate: "yes" | "no"

Inherited from

PatternFormatProps.translate


type?

optional type: "text" | "tel" | "password"

Inherited from

PatternFormatProps.type


typeof?

optional typeof: string

Inherited from

PatternFormatProps.typeof


unselectable?

optional unselectable: "off" | "on"

Inherited from

PatternFormatProps.unselectable


value?

optional value: null | string | number

Inherited from

PatternFormatProps.value


valueIsNumericString?

optional valueIsNumericString: boolean

Inherited from

PatternFormatProps.valueIsNumericString


vocab?

optional vocab: string

Inherited from

PatternFormatProps.vocab


width?

optional width: string | number

Inherited from

PatternFormatProps.width

Stay in the know
Quickly Build Drag-and-Drop Forms
Star us on GitHub