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