Interface: RsPatternFormatProps
Props for the RsPatternFormat component.
Extends
PatternFormatProps<InputProps>
Properties
about?
optionalabout:string
Inherited from
PatternFormatProps.about
accept?
optionalaccept:string
Inherited from
PatternFormatProps.accept
accessKey?
optionalaccessKey:string
Inherited from
PatternFormatProps.accessKey
allowEmptyFormatting?
optionalallowEmptyFormatting:boolean
Inherited from
PatternFormatProps.allowEmptyFormatting
alt?
optionalalt:string
Inherited from
PatternFormatProps.alt
aria-activedescendant?
optionalaria-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?
optionalaria-atomic:Booleanish
Indicates whether assistive technologies will present all, or only parts of, the changed region based on the change notifications defined by the aria-relevant attribute.
Inherited from
PatternFormatProps.aria-atomic
aria-autocomplete?
optionalaria-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?
optionalaria-braillelabel:string
Defines a string value that labels the current element, which is intended to be converted into Braille.
See
aria-label.
Inherited from
PatternFormatProps.aria-braillelabel
aria-brailleroledescription?
optionalaria-brailleroledescription:string
Defines a human-readable, author-localized abbreviated description for the role of an element, which is intended to be converted into Braille.
See
aria-roledescription.
Inherited from
PatternFormatProps.aria-brailleroledescription
aria-busy?
optionalaria-busy:Booleanish
Inherited from
PatternFormatProps.aria-busy
aria-checked?
optionalaria-checked:boolean|"true"|"false"|"mixed"
Indicates the current "checked" state of checkboxes, radio buttons, and other widgets.
See
- aria-pressed
- aria-selected.
Inherited from
PatternFormatProps.aria-checked
aria-colcount?
optionalaria-colcount:number
Defines the total number of columns in a table, grid, or treegrid.
See
aria-colindex.
Inherited from
PatternFormatProps.aria-colcount
aria-colindex?
optionalaria-colindex:number
Defines an element's column index or position with respect to the total number of columns within a table, grid, or treegrid.
See
- aria-colcount
- aria-colspan.
Inherited from
PatternFormatProps.aria-colindex
aria-colindextext?
optionalaria-colindextext:string
Defines a human readable text alternative of aria-colindex.
See
aria-rowindextext.
Inherited from
PatternFormatProps.aria-colindextext
aria-colspan?
optionalaria-colspan:number
Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid.
See
- aria-colindex
- aria-rowspan.
Inherited from
PatternFormatProps.aria-colspan
aria-controls?
optionalaria-controls:string
Identifies the element (or elements) whose contents or presence are controlled by the current element.
See
aria-owns.
Inherited from
PatternFormatProps.aria-controls
aria-current?
optionalaria-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?
optionalaria-describedby:string
Identifies the element (or elements) that describes the object.
See
aria-labelledby
Inherited from
PatternFormatProps.aria-describedby
aria-description?
optionalaria-description:string
Defines a string value that describes or annotates the current element.
See
related aria-describedby.
Inherited from
PatternFormatProps.aria-description
aria-details?
optionalaria-details:string
Identifies the element that provides a detailed, extended description for the object.
See
aria-describedby.
Inherited from
PatternFormatProps.aria-details
aria-disabled?
optionalaria-disabled:Booleanish
Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable.
See
- aria-hidden
- aria-readonly.
Inherited from
PatternFormatProps.aria-disabled
aria-dropeffect?
optionalaria-dropeffect:"link"|"none"|"copy"|"execute"|"move"|"popup"
Indicates what functions can be performed when a dragged object is released on the drop target.
Deprecated
in ARIA 1.1
Inherited from
PatternFormatProps.aria-dropeffect
aria-errormessage?
optionalaria-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?
optionalaria-expanded:Booleanish
Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.
Inherited from
PatternFormatProps.aria-expanded
aria-flowto?
optionalaria-flowto:string
Identifies the next element (or elements) in an alternate reading order of content which, at the user's discretion, allows assistive technology to override the general default of reading in document source order.
Inherited from
PatternFormatProps.aria-flowto
aria-grabbed?
optionalaria-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?
optionalaria-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?
optionalaria-hidden:Booleanish
Indicates whether the element is exposed to an accessibility API.
See
aria-disabled.
Inherited from
PatternFormatProps.aria-hidden
aria-invalid?
optionalaria-invalid:boolean|"true"|"false"|"grammar"|"spelling"
Indicates the entered value does not conform to the format expected by the application.
See
aria-errormessage.
Inherited from
PatternFormatProps.aria-invalid
aria-keyshortcuts?
optionalaria-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?
optionalaria-label:string
Defines a string value that labels the current element.
See
aria-labelledby.
Inherited from
PatternFormatProps.aria-label
aria-labelledby?
optionalaria-labelledby:string
Identifies the element (or elements) that labels the current element.
See
aria-describedby.
Inherited from
PatternFormatProps.aria-labelledby
aria-level?
optionalaria-level:number
Defines the hierarchical level of an element within a structure.
Inherited from
PatternFormatProps.aria-level
aria-live?
optionalaria-live:"off"|"assertive"|"polite"
Indicates that an element will be updated, and describes the types of updates the user agents, assistive technologies, and user can expect from the live region.
Inherited from
PatternFormatProps.aria-live
aria-modal?
optionalaria-modal:Booleanish
Indicates whether an element is modal when displayed.
Inherited from
PatternFormatProps.aria-modal
aria-multiline?
optionalaria-multiline:Booleanish
Indicates whether a text box accepts multiple lines of input or only a single line.
Inherited from
PatternFormatProps.aria-multiline
aria-multiselectable?
optionalaria-multiselectable:Booleanish
Indicates that the user may select more than one item from the current selectable descendants.
Inherited from
PatternFormatProps.aria-multiselectable
aria-orientation?
optionalaria-orientation:"horizontal"|"vertical"
Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.
Inherited from
PatternFormatProps.aria-orientation
aria-owns?
optionalaria-owns:string
Identifies an element (or elements) in order to define a visual, functional, or contextual parent/child relationship between DOM elements where the DOM hierarchy cannot be used to represent the relationship.
See
aria-controls.
Inherited from
PatternFormatProps.aria-owns
aria-placeholder?
optionalaria-placeholder:string
Defines a short hint (a word or short phrase) intended to aid the user with data entry when the control has no value. A hint could be a sample value or a brief description of the expected format.
Inherited from
PatternFormatProps.aria-placeholder
aria-posinset?
optionalaria-posinset:number
Defines an element's number or position in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM.
See
aria-setsize.
Inherited from
PatternFormatProps.aria-posinset
aria-pressed?
optionalaria-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?
optionalaria-readonly:Booleanish
Indicates that the element is not editable, but is otherwise operable.
See
aria-disabled.
Inherited from
PatternFormatProps.aria-readonly
aria-relevant?
optionalaria-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?
optionalaria-required:Booleanish
Indicates that user input is required on the element before a form may be submitted.
Inherited from
PatternFormatProps.aria-required
aria-roledescription?
optionalaria-roledescription:string
Defines a human-readable, author-localized description for the role of an element.
Inherited from
PatternFormatProps.aria-roledescription
aria-rowcount?
optionalaria-rowcount:number
Defines the total number of rows in a table, grid, or treegrid.
See
aria-rowindex.
Inherited from
PatternFormatProps.aria-rowcount
aria-rowindex?
optionalaria-rowindex:number
Defines an element's row index or position with respect to the total number of rows within a table, grid, or treegrid.
See
- aria-rowcount
- aria-rowspan.
Inherited from
PatternFormatProps.aria-rowindex
aria-rowindextext?
optionalaria-rowindextext:string
Defines a human readable text alternative of aria-rowindex.
See
aria-colindextext.
Inherited from
PatternFormatProps.aria-rowindextext
aria-rowspan?
optionalaria-rowspan:number
Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid.
See
- aria-rowindex
- aria-colspan.
Inherited from
PatternFormatProps.aria-rowspan
aria-selected?
optionalaria-selected:Booleanish
Indicates the current "selected" state of various widgets.
See
- aria-checked
- aria-pressed.
Inherited from
PatternFormatProps.aria-selected
aria-setsize?
optionalaria-setsize:number
Defines the number of items in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM.
See
aria-posinset.
Inherited from
PatternFormatProps.aria-setsize
aria-sort?
optionalaria-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?
optionalaria-valuemax:number
Defines the maximum allowed value for a range widget.
Inherited from
PatternFormatProps.aria-valuemax
aria-valuemin?
optionalaria-valuemin:number
Defines the minimum allowed value for a range widget.
Inherited from
PatternFormatProps.aria-valuemin
aria-valuenow?
optionalaria-valuenow:number
Defines the current value for a range widget.
See
aria-valuetext.
Inherited from
PatternFormatProps.aria-valuenow
aria-valuetext?
optionalaria-valuetext:string
Defines the human readable text alternative of aria-valuenow for a range widget.
Inherited from
PatternFormatProps.aria-valuetext
as?
optionalas:ElementType<any, keyof IntrinsicElements>
You can use a custom element for this component
Inherited from
PatternFormatProps.as
autoCapitalize?
optionalautoCapitalize:"none"|string&object|"off"|"on"|"sentences"|"words"|"characters"
Inherited from
PatternFormatProps.autoCapitalize
autoComplete?
optionalautoComplete:HTMLInputAutoCompleteAttribute
Inherited from
PatternFormatProps.autoComplete
autoCorrect?
optionalautoCorrect:string
Inherited from
PatternFormatProps.autoCorrect
autoFocus?
optionalautoFocus:boolean
Inherited from
PatternFormatProps.autoFocus
autoSave?
optionalautoSave:string
Inherited from
PatternFormatProps.autoSave
capture?
optionalcapture:boolean|"environment"|"user"
Inherited from
PatternFormatProps.capture
checked?
optionalchecked:boolean
Inherited from
PatternFormatProps.checked
children?
optionalchildren:ReactNode
Primary content
Inherited from
PatternFormatProps.children
className?
optionalclassName:string
Additional classes
Inherited from
PatternFormatProps.className
classPrefix?
optionalclassPrefix:string
The prefix of the component CSS class
Inherited from
PatternFormatProps.classPrefix
color?
optionalcolor:string
Inherited from
PatternFormatProps.color
content?
optionalcontent:string
Inherited from
PatternFormatProps.content
contentEditable?
optionalcontentEditable:"inherit"|Booleanish|"plaintext-only"
Inherited from
PatternFormatProps.contentEditable
contextMenu?
optionalcontextMenu:string
Inherited from
PatternFormatProps.contextMenu
customInput?
optionalcustomInput:ComponentType<InputProps>
Inherited from
PatternFormatProps.customInput
dangerouslySetInnerHTML?
optionaldangerouslySetInnerHTML:object
__html
__html:
string|TrustedHTML
Inherited from
PatternFormatProps.dangerouslySetInnerHTML
datatype?
optionaldatatype:string
Inherited from
PatternFormatProps.datatype
defaultChecked?
optionaldefaultChecked:boolean
Inherited from
PatternFormatProps.defaultChecked
defaultValue?
optionaldefaultValue:null|string|number
Inherited from
PatternFormatProps.defaultValue
dir?
optionaldir:string
Inherited from
PatternFormatProps.dir
disabled?
optionaldisabled:boolean
Inherited from
PatternFormatProps.disabled
displayType?
optionaldisplayType:"input"|"text"
Inherited from
PatternFormatProps.displayType
draggable?
optionaldraggable:Booleanish
Inherited from
PatternFormatProps.draggable
enterKeyHint?
optionalenterKeyHint:"search"|"done"|"enter"|"go"|"next"|"previous"|"send"
Inherited from
PatternFormatProps.enterKeyHint
exportparts?
optionalexportparts:string
See
https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/exportparts
Inherited from
PatternFormatProps.exportparts
form?
optionalform:string
Inherited from
PatternFormatProps.form
formAction?
optionalformAction:string| (formData) =>void|Promise<void>
Inherited from
PatternFormatProps.formAction
format
format:
string
Inherited from
PatternFormatProps.format
formEncType?
optionalformEncType:string
Inherited from
PatternFormatProps.formEncType
formMethod?
optionalformMethod:string
Inherited from
PatternFormatProps.formMethod
formNoValidate?
optionalformNoValidate:boolean
Inherited from
PatternFormatProps.formNoValidate
formTarget?
optionalformTarget:string
Inherited from
PatternFormatProps.formTarget
getInputRef?
optionalgetInputRef:Ref<any> | (el) =>void
Inherited from
PatternFormatProps.getInputRef
height?
optionalheight:string|number
Inherited from
PatternFormatProps.height
hidden?
optionalhidden:boolean
Inherited from
PatternFormatProps.hidden
htmlSize?
optionalhtmlSize:number
The htmlSize attribute defines the width of the «input> element.
Overrides
PatternFormatProps.htmlSize
id?
optionalid:string
The HTML input id
Inherited from
PatternFormatProps.id
inert?
optionalinert:boolean
See
https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/inert
Inherited from
PatternFormatProps.inert
inlist?
optionalinlist:any
Inherited from
PatternFormatProps.inlist
inputMode?
optionalinputMode:"search"|"none"|"text"|"tel"|"url"|"email"|"numeric"|"decimal"
Inherited from
PatternFormatProps.inputMode
inputRef?
optionalinputRef:Ref<any>
Ref of input element
Inherited from
PatternFormatProps.inputRef
is?
optionalis:string
Specify that a standard HTML element should behave like a defined custom built-in element
See
https://html.spec.whatwg.org/multipage/custom-elements.html#attr-is
Inherited from
PatternFormatProps.is
isAllowed()?
optionalisAllowed: (values) =>boolean
Parameters
values
NumberFormatValues
Returns
boolean
Inherited from
PatternFormatProps.isAllowed
itemID?
optionalitemID:string
Inherited from
PatternFormatProps.itemID
itemProp?
optionalitemProp:string
Inherited from
PatternFormatProps.itemProp
itemRef?
optionalitemRef:string
Inherited from
PatternFormatProps.itemRef
itemScope?
optionalitemScope:boolean
Inherited from
PatternFormatProps.itemScope
itemType?
optionalitemType:string
Inherited from
PatternFormatProps.itemType
label
label:
string
The label for the pattern format input.
lang?
optionallang:string
Inherited from
PatternFormatProps.lang
list?
optionallist:string
Inherited from
PatternFormatProps.list
mask?
optionalmask:string|string[]
Inherited from
PatternFormatProps.mask
max?
optionalmax:string|number
Inherited from
PatternFormatProps.max
maxLength?
optionalmaxLength:number
Inherited from
PatternFormatProps.maxLength
min?
optionalmin:string|number
Inherited from
PatternFormatProps.min
minLength?
optionalminLength:number
Inherited from
PatternFormatProps.minLength
multiple?
optionalmultiple:boolean
Inherited from
PatternFormatProps.multiple
name?
optionalname:string
Inherited from
PatternFormatProps.name
nonce?
optionalnonce:string
Inherited from
PatternFormatProps.nonce
onAbort?
optionalonAbort:ReactEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onAbort
onAbortCapture?
optionalonAbortCapture:ReactEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onAbortCapture
onAnimationEnd?
optionalonAnimationEnd:AnimationEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onAnimationEnd
onAnimationEndCapture?
optionalonAnimationEndCapture:AnimationEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onAnimationEndCapture
onAnimationIteration?
optionalonAnimationIteration:AnimationEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onAnimationIteration
onAnimationIterationCapture?
optionalonAnimationIterationCapture:AnimationEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onAnimationIterationCapture
onAnimationStart?
optionalonAnimationStart:AnimationEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onAnimationStart
onAnimationStartCapture?
optionalonAnimationStartCapture:AnimationEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onAnimationStartCapture
onAuxClick?
optionalonAuxClick:MouseEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onAuxClick
onAuxClickCapture?
optionalonAuxClickCapture:MouseEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onAuxClickCapture
onBeforeInput?
optionalonBeforeInput:InputEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onBeforeInput
onBeforeInputCapture?
optionalonBeforeInputCapture:FormEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onBeforeInputCapture
onBeforeToggle?
optionalonBeforeToggle:ToggleEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onBeforeToggle
onBlur?
optionalonBlur:FocusEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onBlur
onBlurCapture?
optionalonBlurCapture:FocusEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onBlurCapture
onCanPlay?
optionalonCanPlay:ReactEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onCanPlay
onCanPlayCapture?
optionalonCanPlayCapture:ReactEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onCanPlayCapture
onCanPlayThrough?
optionalonCanPlayThrough:ReactEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onCanPlayThrough
onCanPlayThroughCapture?
optionalonCanPlayThroughCapture:ReactEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onCanPlayThroughCapture
onChange()
onChange: (
value) =>void
The callback when value changes.
Parameters
value
any
Returns
void
Overrides
PatternFormatProps.onChange
onChangeCapture?
optionalonChangeCapture:FormEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onChangeCapture
onClick?
optionalonClick:MouseEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onClick
onClickCapture?
optionalonClickCapture:MouseEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onClickCapture
onCompositionEnd?
optionalonCompositionEnd:CompositionEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onCompositionEnd
onCompositionEndCapture?
optionalonCompositionEndCapture:CompositionEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onCompositionEndCapture
onCompositionStart?
optionalonCompositionStart:CompositionEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onCompositionStart
onCompositionStartCapture?
optionalonCompositionStartCapture:CompositionEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onCompositionStartCapture
onCompositionUpdate?
optionalonCompositionUpdate:CompositionEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onCompositionUpdate
onCompositionUpdateCapture?
optionalonCompositionUpdateCapture:CompositionEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onCompositionUpdateCapture
onContextMenu?
optionalonContextMenu:MouseEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onContextMenu
onContextMenuCapture?
optionalonContextMenuCapture:MouseEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onContextMenuCapture
onCopy?
optionalonCopy:ClipboardEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onCopy
onCopyCapture?
optionalonCopyCapture:ClipboardEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onCopyCapture
onCut?
optionalonCut:ClipboardEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onCut
onCutCapture?
optionalonCutCapture:ClipboardEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onCutCapture
onDoubleClick?
optionalonDoubleClick:MouseEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onDoubleClick
onDoubleClickCapture?
optionalonDoubleClickCapture:MouseEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onDoubleClickCapture
onDrag?
optionalonDrag:DragEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onDrag
onDragCapture?
optionalonDragCapture:DragEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onDragCapture
onDragEnd?
optionalonDragEnd:DragEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onDragEnd
onDragEndCapture?
optionalonDragEndCapture:DragEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onDragEndCapture
onDragEnter?
optionalonDragEnter:DragEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onDragEnter
onDragEnterCapture?
optionalonDragEnterCapture:DragEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onDragEnterCapture
onDragExit?
optionalonDragExit:DragEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onDragExit
onDragExitCapture?
optionalonDragExitCapture:DragEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onDragExitCapture
onDragLeave?
optionalonDragLeave:DragEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onDragLeave
onDragLeaveCapture?
optionalonDragLeaveCapture:DragEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onDragLeaveCapture
onDragOver?
optionalonDragOver:DragEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onDragOver
onDragOverCapture?
optionalonDragOverCapture:DragEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onDragOverCapture
onDragStart?
optionalonDragStart:DragEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onDragStart
onDragStartCapture?
optionalonDragStartCapture:DragEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onDragStartCapture
onDrop?
optionalonDrop:DragEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onDrop
onDropCapture?
optionalonDropCapture:DragEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onDropCapture
onDurationChange?
optionalonDurationChange:ReactEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onDurationChange
onDurationChangeCapture?
optionalonDurationChangeCapture:ReactEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onDurationChangeCapture
onEmptied?
optionalonEmptied:ReactEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onEmptied
onEmptiedCapture?
optionalonEmptiedCapture:ReactEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onEmptiedCapture
onEncrypted?
optionalonEncrypted:ReactEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onEncrypted
onEncryptedCapture?
optionalonEncryptedCapture:ReactEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onEncryptedCapture
onEnded?
optionalonEnded:ReactEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onEnded
onEndedCapture?
optionalonEndedCapture:ReactEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onEndedCapture
onError?
optionalonError:ReactEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onError
onErrorCapture?
optionalonErrorCapture:ReactEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onErrorCapture
onFocus?
optionalonFocus:FocusEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onFocus
onFocusCapture?
optionalonFocusCapture:FocusEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onFocusCapture
onGotPointerCapture?
optionalonGotPointerCapture:PointerEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onGotPointerCapture
onGotPointerCaptureCapture?
optionalonGotPointerCaptureCapture:PointerEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onGotPointerCaptureCapture
onInput?
optionalonInput:FormEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onInput
onInputCapture?
optionalonInputCapture:FormEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onInputCapture
onInvalid?
optionalonInvalid:FormEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onInvalid
onInvalidCapture?
optionalonInvalidCapture:FormEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onInvalidCapture
onKeyDown?
optionalonKeyDown:KeyboardEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onKeyDown
onKeyDownCapture?
optionalonKeyDownCapture:KeyboardEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onKeyDownCapture
onKeyPress?
optionalonKeyPress:KeyboardEventHandler<HTMLInputElement>
Deprecated
Use onKeyUp or onKeyDown instead
Inherited from
PatternFormatProps.onKeyPress
onKeyPressCapture?
optionalonKeyPressCapture:KeyboardEventHandler<HTMLInputElement>
Deprecated
Use onKeyUpCapture or onKeyDownCapture instead
Inherited from
PatternFormatProps.onKeyPressCapture
onKeyUp?
optionalonKeyUp:KeyboardEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onKeyUp
onKeyUpCapture?
optionalonKeyUpCapture:KeyboardEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onKeyUpCapture
onLoad?
optionalonLoad:ReactEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onLoad
onLoadCapture?
optionalonLoadCapture:ReactEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onLoadCapture
onLoadedData?
optionalonLoadedData:ReactEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onLoadedData
onLoadedDataCapture?
optionalonLoadedDataCapture:ReactEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onLoadedDataCapture
onLoadedMetadata?
optionalonLoadedMetadata:ReactEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onLoadedMetadata
onLoadedMetadataCapture?
optionalonLoadedMetadataCapture:ReactEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onLoadedMetadataCapture
onLoadStart?
optionalonLoadStart:ReactEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onLoadStart
onLoadStartCapture?
optionalonLoadStartCapture:ReactEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onLoadStartCapture
onLostPointerCapture?
optionalonLostPointerCapture:PointerEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onLostPointerCapture
onLostPointerCaptureCapture?
optionalonLostPointerCaptureCapture:PointerEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onLostPointerCaptureCapture
onMouseDown?
optionalonMouseDown:MouseEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onMouseDown
onMouseDownCapture?
optionalonMouseDownCapture:MouseEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onMouseDownCapture
onMouseEnter?
optionalonMouseEnter:MouseEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onMouseEnter
onMouseLeave?
optionalonMouseLeave:MouseEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onMouseLeave
onMouseMove?
optionalonMouseMove:MouseEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onMouseMove
onMouseMoveCapture?
optionalonMouseMoveCapture:MouseEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onMouseMoveCapture
onMouseOut?
optionalonMouseOut:MouseEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onMouseOut
onMouseOutCapture?
optionalonMouseOutCapture:MouseEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onMouseOutCapture
onMouseOver?
optionalonMouseOver:MouseEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onMouseOver
onMouseOverCapture?
optionalonMouseOverCapture:MouseEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onMouseOverCapture
onMouseUp?
optionalonMouseUp:MouseEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onMouseUp
onMouseUpCapture?
optionalonMouseUpCapture:MouseEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onMouseUpCapture
onPaste?
optionalonPaste:ClipboardEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onPaste
onPasteCapture?
optionalonPasteCapture:ClipboardEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onPasteCapture
onPause?
optionalonPause:ReactEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onPause
onPauseCapture?
optionalonPauseCapture:ReactEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onPauseCapture
onPlay?
optionalonPlay:ReactEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onPlay
onPlayCapture?
optionalonPlayCapture:ReactEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onPlayCapture
onPlaying?
optionalonPlaying:ReactEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onPlaying
onPlayingCapture?
optionalonPlayingCapture:ReactEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onPlayingCapture
onPointerCancel?
optionalonPointerCancel:PointerEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onPointerCancel
onPointerCancelCapture?
optionalonPointerCancelCapture:PointerEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onPointerCancelCapture
onPointerDown?
optionalonPointerDown:PointerEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onPointerDown
onPointerDownCapture?
optionalonPointerDownCapture:PointerEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onPointerDownCapture
onPointerEnter?
optionalonPointerEnter:PointerEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onPointerEnter
onPointerLeave?
optionalonPointerLeave:PointerEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onPointerLeave
onPointerMove?
optionalonPointerMove:PointerEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onPointerMove
onPointerMoveCapture?
optionalonPointerMoveCapture:PointerEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onPointerMoveCapture
onPointerOut?
optionalonPointerOut:PointerEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onPointerOut
onPointerOutCapture?
optionalonPointerOutCapture:PointerEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onPointerOutCapture
onPointerOver?
optionalonPointerOver:PointerEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onPointerOver
onPointerOverCapture?
optionalonPointerOverCapture:PointerEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onPointerOverCapture
onPointerUp?
optionalonPointerUp:PointerEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onPointerUp
onPointerUpCapture?
optionalonPointerUpCapture:PointerEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onPointerUpCapture
onPressEnter?
optionalonPressEnter:KeyboardEventHandler<HTMLInputElement>
Called on press enter
Inherited from
PatternFormatProps.onPressEnter
onProgress?
optionalonProgress:ReactEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onProgress
onProgressCapture?
optionalonProgressCapture:ReactEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onProgressCapture
onRateChange?
optionalonRateChange:ReactEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onRateChange
onRateChangeCapture?
optionalonRateChangeCapture:ReactEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onRateChangeCapture
onReset?
optionalonReset:FormEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onReset
onResetCapture?
optionalonResetCapture:FormEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onResetCapture
onScroll?
optionalonScroll:UIEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onScroll
onScrollCapture?
optionalonScrollCapture:UIEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onScrollCapture
onScrollEnd?
optionalonScrollEnd:UIEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onScrollEnd
onScrollEndCapture?
optionalonScrollEndCapture:UIEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onScrollEndCapture
onSeeked?
optionalonSeeked:ReactEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onSeeked
onSeekedCapture?
optionalonSeekedCapture:ReactEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onSeekedCapture
onSeeking?
optionalonSeeking:ReactEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onSeeking
onSeekingCapture?
optionalonSeekingCapture:ReactEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onSeekingCapture
onSelect?
optionalonSelect:ReactEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onSelect
onSelectCapture?
optionalonSelectCapture:ReactEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onSelectCapture
onStalled?
optionalonStalled:ReactEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onStalled
onStalledCapture?
optionalonStalledCapture:ReactEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onStalledCapture
onSubmit?
optionalonSubmit:FormEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onSubmit
onSubmitCapture?
optionalonSubmitCapture:FormEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onSubmitCapture
onSuspend?
optionalonSuspend:ReactEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onSuspend
onSuspendCapture?
optionalonSuspendCapture:ReactEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onSuspendCapture
onTimeUpdate?
optionalonTimeUpdate:ReactEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onTimeUpdate
onTimeUpdateCapture?
optionalonTimeUpdateCapture:ReactEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onTimeUpdateCapture
onToggle?
optionalonToggle:ToggleEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onToggle
onTouchCancel?
optionalonTouchCancel:TouchEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onTouchCancel
onTouchCancelCapture?
optionalonTouchCancelCapture:TouchEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onTouchCancelCapture
onTouchEnd?
optionalonTouchEnd:TouchEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onTouchEnd
onTouchEndCapture?
optionalonTouchEndCapture:TouchEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onTouchEndCapture
onTouchMove?
optionalonTouchMove:TouchEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onTouchMove
onTouchMoveCapture?
optionalonTouchMoveCapture:TouchEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onTouchMoveCapture
onTouchStart?
optionalonTouchStart:TouchEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onTouchStart
onTouchStartCapture?
optionalonTouchStartCapture:TouchEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onTouchStartCapture
onTransitionCancel?
optionalonTransitionCancel:TransitionEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onTransitionCancel
onTransitionCancelCapture?
optionalonTransitionCancelCapture:TransitionEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onTransitionCancelCapture
onTransitionEnd?
optionalonTransitionEnd:TransitionEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onTransitionEnd
onTransitionEndCapture?
optionalonTransitionEndCapture:TransitionEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onTransitionEndCapture
onTransitionRun?
optionalonTransitionRun:TransitionEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onTransitionRun
onTransitionRunCapture?
optionalonTransitionRunCapture:TransitionEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onTransitionRunCapture
onTransitionStart?
optionalonTransitionStart:TransitionEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onTransitionStart
onTransitionStartCapture?
optionalonTransitionStartCapture:TransitionEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onTransitionStartCapture
onValueChange?
optionalonValueChange:OnValueChange
Inherited from
PatternFormatProps.onValueChange
onVolumeChange?
optionalonVolumeChange:ReactEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onVolumeChange
onVolumeChangeCapture?
optionalonVolumeChangeCapture:ReactEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onVolumeChangeCapture
onWaiting?
optionalonWaiting:ReactEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onWaiting
onWaitingCapture?
optionalonWaitingCapture:ReactEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onWaitingCapture
onWheel?
optionalonWheel:WheelEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onWheel
onWheelCapture?
optionalonWheelCapture:WheelEventHandler<HTMLInputElement>
Inherited from
PatternFormatProps.onWheelCapture
part?
optionalpart:string
See
https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/part
Inherited from
PatternFormatProps.part
pattern?
optionalpattern:string
Inherited from
PatternFormatProps.pattern
patternChar?
optionalpatternChar:string
Inherited from
PatternFormatProps.patternChar
placeholder?
optionalplaceholder:string
Inherited from
PatternFormatProps.placeholder
plaintext?
optionalplaintext:boolean
Render the control as plain text
Inherited from
PatternFormatProps.plaintext
popover?
optionalpopover:""|"hint"|"auto"|"manual"
Inherited from
PatternFormatProps.popover
popoverTarget?
optionalpopoverTarget:string
Inherited from
PatternFormatProps.popoverTarget
popoverTargetAction?
optionalpopoverTargetAction:"toggle"|"show"|"hide"
Inherited from
PatternFormatProps.popoverTargetAction
prefix?
optionalprefix:string
Inherited from
PatternFormatProps.prefix
property?
optionalproperty:string
Inherited from
PatternFormatProps.property
radioGroup?
optionalradioGroup:string
Inherited from
PatternFormatProps.radioGroup
readOnly?
optionalreadOnly:boolean
Inherited from
PatternFormatProps.readOnly
rel?
optionalrel:string
Inherited from
PatternFormatProps.rel
renderText()?
optionalrenderText: (formattedValue,otherProps) =>ReactNode
Parameters
formattedValue
string
otherProps
Partial<NumberFormatBase>
Returns
ReactNode
Inherited from
PatternFormatProps.renderText
required?
optionalrequired:boolean
Inherited from
PatternFormatProps.required
resource?
optionalresource:string
Inherited from
PatternFormatProps.resource
results?
optionalresults:number
Inherited from
PatternFormatProps.results
rev?
optionalrev:string
Inherited from
PatternFormatProps.rev
role?
optionalrole:AriaRole
Inherited from
PatternFormatProps.role
security?
optionalsecurity:string
Inherited from
PatternFormatProps.security
size?
optionalsize:Size
A component can have different sizes
Inherited from
PatternFormatProps.size
slot?
optionalslot:string
Inherited from
PatternFormatProps.slot
spellCheck?
optionalspellCheck:Booleanish
Inherited from
PatternFormatProps.spellCheck
src?
optionalsrc:string
Inherited from
PatternFormatProps.src
step?
optionalstep:string|number
Inherited from
PatternFormatProps.step
style?
optionalstyle:CSSProperties
Additional style
Inherited from
PatternFormatProps.style
suppressContentEditableWarning?
optionalsuppressContentEditableWarning:boolean
Inherited from
PatternFormatProps.suppressContentEditableWarning
suppressHydrationWarning?
optionalsuppressHydrationWarning:boolean
Inherited from
PatternFormatProps.suppressHydrationWarning
tabIndex?
optionaltabIndex:number
Inherited from
PatternFormatProps.tabIndex
title?
optionaltitle:string
Inherited from
PatternFormatProps.title
translate?
optionaltranslate:"yes"|"no"
Inherited from
PatternFormatProps.translate
type?
optionaltype:"text"|"tel"|"password"
Inherited from
PatternFormatProps.type
typeof?
optionaltypeof:string
Inherited from
PatternFormatProps.typeof
unselectable?
optionalunselectable:"off"|"on"
Inherited from
PatternFormatProps.unselectable
value?
optionalvalue:null|string|number
Inherited from
PatternFormatProps.value
valueIsNumericString?
optionalvalueIsNumericString:boolean
Inherited from
PatternFormatProps.valueIsNumericString
vocab?
optionalvocab:string
Inherited from
PatternFormatProps.vocab
width?
optionalwidth:string|number
Inherited from
PatternFormatProps.width