Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Props

Hierarchy

  • InputHTMLAttributes<HTMLInputElement>
  • MaskedInputProps
    • Props

Index

Properties

Properties

Optional about

about: undefined | string

Optional accept

accept: undefined | string

Optional accessKey

accessKey: undefined | string

Optional alt

alt: undefined | string

Optional autoCapitalize

autoCapitalize: undefined | string

Optional autoComplete

autoComplete: undefined | string

Optional autoCorrect

autoCorrect: undefined | string

Optional autoFocus

autoFocus: undefined | false | true

Optional autoSave

autoSave: undefined | string

Optional capture

capture: boolean | string

Optional checked

checked: undefined | false | true

Optional children

children: ReactNode

Optional className

className: undefined | string

Optional color

color: undefined | string

Optional contentEditable

contentEditable: undefined | false | true

Optional contextMenu

contextMenu: undefined | string

Optional crossOrigin

crossOrigin: undefined | string

Optional dangerouslySetInnerHTML

dangerouslySetInnerHTML: undefined | object

Optional datatype

datatype: undefined | string

Optional defaultChecked

defaultChecked: undefined | false | true

Optional defaultValue

defaultValue: string | string[]

Optional dir

dir: undefined | string

Optional disabled

disabled: undefined | false | true

Optional draggable

draggable: undefined | false | true

focused

focused: boolean

Optional form

form: undefined | string

Optional formAction

formAction: undefined | string

Optional formEncType

formEncType: undefined | string

Optional formMethod

formMethod: undefined | string

Optional formNoValidate

formNoValidate: undefined | false | true

Optional formTarget

formTarget: undefined | string

Optional guide

guide: undefined | false | true

Optional height

height: number | string

Optional hidden

hidden: undefined | false | true

Optional id

id: undefined | string

Optional inlist

inlist: any

Optional inputMode

inputMode: undefined | string

Optional is

is: undefined | string

Optional itemID

itemID: undefined | string

Optional itemProp

itemProp: undefined | string

Optional itemRef

itemRef: undefined | string

Optional itemScope

itemScope: undefined | false | true

Optional itemType

itemType: undefined | string

Optional keepCharPositions

keepCharPositions: undefined | false | true

Optional label

label: Element | string

Optional lang

lang: undefined | string

Optional list

list: undefined | string

Optional mask

mask: maskArray | function

Optional max

max: number | string

Optional maxLength

maxLength: undefined | number

Optional min

min: number | string

Optional minLength

minLength: undefined | number

Optional multiple

multiple: undefined | false | true

Optional name

name: undefined | string

Optional onAbort

onAbort: ReactEventHandler<HTMLInputElement>

Optional onAbortCapture

onAbortCapture: ReactEventHandler<HTMLInputElement>

Optional onAnimationEnd

onAnimationEnd: AnimationEventHandler<HTMLInputElement>

Optional onAnimationEndCapture

onAnimationEndCapture: AnimationEventHandler<HTMLInputElement>

Optional onAnimationIteration

onAnimationIteration: AnimationEventHandler<HTMLInputElement>

Optional onAnimationIterationCapture

onAnimationIterationCapture: AnimationEventHandler<HTMLInputElement>

Optional onAnimationStart

onAnimationStart: AnimationEventHandler<HTMLInputElement>

Optional onAnimationStartCapture

onAnimationStartCapture: AnimationEventHandler<HTMLInputElement>

Optional onBeforeInput

onBeforeInput: FormEventHandler<HTMLInputElement>

Optional onBeforeInputCapture

onBeforeInputCapture: FormEventHandler<HTMLInputElement>

Optional onBlur

onBlur: FocusEventHandler<HTMLInputElement>

Optional onBlurCapture

onBlurCapture: FocusEventHandler<HTMLInputElement>

Optional onCanPlay

onCanPlay: ReactEventHandler<HTMLInputElement>

Optional onCanPlayCapture

onCanPlayCapture: ReactEventHandler<HTMLInputElement>

Optional onCanPlayThrough

onCanPlayThrough: ReactEventHandler<HTMLInputElement>

Optional onCanPlayThroughCapture

onCanPlayThroughCapture: ReactEventHandler<HTMLInputElement>

Optional onChange

onChange: ChangeEventHandler<HTMLInputElement>

Optional onChangeCapture

onChangeCapture: FormEventHandler<HTMLInputElement>

Optional onClick

onClick: MouseEventHandler<HTMLInputElement>

Optional onClickCapture

onClickCapture: MouseEventHandler<HTMLInputElement>

Optional onCompositionEnd

onCompositionEnd: CompositionEventHandler<HTMLInputElement>

Optional onCompositionEndCapture

onCompositionEndCapture: CompositionEventHandler<HTMLInputElement>

Optional onCompositionStart

onCompositionStart: CompositionEventHandler<HTMLInputElement>

Optional onCompositionStartCapture

onCompositionStartCapture: CompositionEventHandler<HTMLInputElement>

Optional onCompositionUpdate

onCompositionUpdate: CompositionEventHandler<HTMLInputElement>

Optional onCompositionUpdateCapture

onCompositionUpdateCapture: CompositionEventHandler<HTMLInputElement>

Optional onContextMenu

onContextMenu: MouseEventHandler<HTMLInputElement>

Optional onContextMenuCapture

onContextMenuCapture: MouseEventHandler<HTMLInputElement>

Optional onCopy

onCopy: ClipboardEventHandler<HTMLInputElement>

Optional onCopyCapture

onCopyCapture: ClipboardEventHandler<HTMLInputElement>

Optional onCut

onCut: ClipboardEventHandler<HTMLInputElement>

Optional onCutCapture

onCutCapture: ClipboardEventHandler<HTMLInputElement>

Optional onDoubleClick

onDoubleClick: MouseEventHandler<HTMLInputElement>

Optional onDoubleClickCapture

onDoubleClickCapture: MouseEventHandler<HTMLInputElement>

Optional onDrag

onDrag: DragEventHandler<HTMLInputElement>

Optional onDragCapture

onDragCapture: DragEventHandler<HTMLInputElement>

Optional onDragEnd

onDragEnd: DragEventHandler<HTMLInputElement>

Optional onDragEndCapture

onDragEndCapture: DragEventHandler<HTMLInputElement>

Optional onDragEnter

onDragEnter: DragEventHandler<HTMLInputElement>

Optional onDragEnterCapture

onDragEnterCapture: DragEventHandler<HTMLInputElement>

Optional onDragExit

onDragExit: DragEventHandler<HTMLInputElement>

Optional onDragExitCapture

onDragExitCapture: DragEventHandler<HTMLInputElement>

Optional onDragLeave

onDragLeave: DragEventHandler<HTMLInputElement>

Optional onDragLeaveCapture

onDragLeaveCapture: DragEventHandler<HTMLInputElement>

Optional onDragOver

onDragOver: DragEventHandler<HTMLInputElement>

Optional onDragOverCapture

onDragOverCapture: DragEventHandler<HTMLInputElement>

Optional onDragStart

onDragStart: DragEventHandler<HTMLInputElement>

Optional onDragStartCapture

onDragStartCapture: DragEventHandler<HTMLInputElement>

Optional onDrop

onDrop: DragEventHandler<HTMLInputElement>

Optional onDropCapture

onDropCapture: DragEventHandler<HTMLInputElement>

Optional onDurationChange

onDurationChange: ReactEventHandler<HTMLInputElement>

Optional onDurationChangeCapture

onDurationChangeCapture: ReactEventHandler<HTMLInputElement>

Optional onEmptied

onEmptied: ReactEventHandler<HTMLInputElement>

Optional onEmptiedCapture

onEmptiedCapture: ReactEventHandler<HTMLInputElement>

Optional onEncrypted

onEncrypted: ReactEventHandler<HTMLInputElement>

Optional onEncryptedCapture

onEncryptedCapture: ReactEventHandler<HTMLInputElement>

Optional onEnded

onEnded: ReactEventHandler<HTMLInputElement>

Optional onEndedCapture

onEndedCapture: ReactEventHandler<HTMLInputElement>

Optional onError

onError: ReactEventHandler<HTMLInputElement>

Optional onErrorCapture

onErrorCapture: ReactEventHandler<HTMLInputElement>

Optional onFocus

onFocus: FocusEventHandler<HTMLInputElement>

Optional onFocusCapture

onFocusCapture: FocusEventHandler<HTMLInputElement>

Optional onGotPointerCapture

onGotPointerCapture: PointerEventHandler<HTMLInputElement>

Optional onGotPointerCaptureCapture

onGotPointerCaptureCapture: PointerEventHandler<HTMLInputElement>

Optional onInput

onInput: FormEventHandler<HTMLInputElement>

Optional onInputCapture

onInputCapture: FormEventHandler<HTMLInputElement>

Optional onInvalid

onInvalid: FormEventHandler<HTMLInputElement>

Optional onInvalidCapture

onInvalidCapture: FormEventHandler<HTMLInputElement>

Optional onKeyDown

onKeyDown: KeyboardEventHandler<HTMLInputElement>

Optional onKeyDownCapture

onKeyDownCapture: KeyboardEventHandler<HTMLInputElement>

Optional onKeyPress

onKeyPress: KeyboardEventHandler<HTMLInputElement>

Optional onKeyPressCapture

onKeyPressCapture: KeyboardEventHandler<HTMLInputElement>

Optional onKeyUp

onKeyUp: KeyboardEventHandler<HTMLInputElement>

Optional onKeyUpCapture

onKeyUpCapture: KeyboardEventHandler<HTMLInputElement>

Optional onLoad

onLoad: ReactEventHandler<HTMLInputElement>

Optional onLoadCapture

onLoadCapture: ReactEventHandler<HTMLInputElement>

Optional onLoadStart

onLoadStart: ReactEventHandler<HTMLInputElement>

Optional onLoadStartCapture

onLoadStartCapture: ReactEventHandler<HTMLInputElement>

Optional onLoadedData

onLoadedData: ReactEventHandler<HTMLInputElement>

Optional onLoadedDataCapture

onLoadedDataCapture: ReactEventHandler<HTMLInputElement>

Optional onLoadedMetadata

onLoadedMetadata: ReactEventHandler<HTMLInputElement>

Optional onLoadedMetadataCapture

onLoadedMetadataCapture: ReactEventHandler<HTMLInputElement>

Optional onLostPointerCapture

onLostPointerCapture: PointerEventHandler<HTMLInputElement>

Optional onLostPointerCaptureCapture

onLostPointerCaptureCapture: PointerEventHandler<HTMLInputElement>

Optional onMouseDown

onMouseDown: MouseEventHandler<HTMLInputElement>

Optional onMouseDownCapture

onMouseDownCapture: MouseEventHandler<HTMLInputElement>

Optional onMouseEnter

onMouseEnter: MouseEventHandler<HTMLInputElement>

Optional onMouseLeave

onMouseLeave: MouseEventHandler<HTMLInputElement>

Optional onMouseMove

onMouseMove: MouseEventHandler<HTMLInputElement>

Optional onMouseMoveCapture

onMouseMoveCapture: MouseEventHandler<HTMLInputElement>

Optional onMouseOut

onMouseOut: MouseEventHandler<HTMLInputElement>

Optional onMouseOutCapture

onMouseOutCapture: MouseEventHandler<HTMLInputElement>

Optional onMouseOver

onMouseOver: MouseEventHandler<HTMLInputElement>

Optional onMouseOverCapture

onMouseOverCapture: MouseEventHandler<HTMLInputElement>

Optional onMouseUp

onMouseUp: MouseEventHandler<HTMLInputElement>

Optional onMouseUpCapture

onMouseUpCapture: MouseEventHandler<HTMLInputElement>

Optional onPaste

onPaste: ClipboardEventHandler<HTMLInputElement>

Optional onPasteCapture

onPasteCapture: ClipboardEventHandler<HTMLInputElement>

Optional onPause

onPause: ReactEventHandler<HTMLInputElement>

Optional onPauseCapture

onPauseCapture: ReactEventHandler<HTMLInputElement>

Optional onPlay

onPlay: ReactEventHandler<HTMLInputElement>

Optional onPlayCapture

onPlayCapture: ReactEventHandler<HTMLInputElement>

Optional onPlaying

onPlaying: ReactEventHandler<HTMLInputElement>

Optional onPlayingCapture

onPlayingCapture: ReactEventHandler<HTMLInputElement>

Optional onPointerCancel

onPointerCancel: PointerEventHandler<HTMLInputElement>

Optional onPointerCancelCapture

onPointerCancelCapture: PointerEventHandler<HTMLInputElement>

Optional onPointerDown

onPointerDown: PointerEventHandler<HTMLInputElement>

Optional onPointerDownCapture

onPointerDownCapture: PointerEventHandler<HTMLInputElement>

Optional onPointerEnter

onPointerEnter: PointerEventHandler<HTMLInputElement>

Optional onPointerEnterCapture

onPointerEnterCapture: PointerEventHandler<HTMLInputElement>

Optional onPointerLeave

onPointerLeave: PointerEventHandler<HTMLInputElement>

Optional onPointerLeaveCapture

onPointerLeaveCapture: PointerEventHandler<HTMLInputElement>

Optional onPointerMove

onPointerMove: PointerEventHandler<HTMLInputElement>

Optional onPointerMoveCapture

onPointerMoveCapture: PointerEventHandler<HTMLInputElement>

Optional onPointerOut

onPointerOut: PointerEventHandler<HTMLInputElement>

Optional onPointerOutCapture

onPointerOutCapture: PointerEventHandler<HTMLInputElement>

Optional onPointerOver

onPointerOver: PointerEventHandler<HTMLInputElement>

Optional onPointerOverCapture

onPointerOverCapture: PointerEventHandler<HTMLInputElement>

Optional onPointerUp

onPointerUp: PointerEventHandler<HTMLInputElement>

Optional onPointerUpCapture

onPointerUpCapture: PointerEventHandler<HTMLInputElement>

Optional onProgress

onProgress: ReactEventHandler<HTMLInputElement>

Optional onProgressCapture

onProgressCapture: ReactEventHandler<HTMLInputElement>

Optional onRateChange

onRateChange: ReactEventHandler<HTMLInputElement>

Optional onRateChangeCapture

onRateChangeCapture: ReactEventHandler<HTMLInputElement>

Optional onReset

onReset: FormEventHandler<HTMLInputElement>

Optional onResetCapture

onResetCapture: FormEventHandler<HTMLInputElement>

Optional onScroll

onScroll: UIEventHandler<HTMLInputElement>

Optional onScrollCapture

onScrollCapture: UIEventHandler<HTMLInputElement>

Optional onSeeked

onSeeked: ReactEventHandler<HTMLInputElement>

Optional onSeekedCapture

onSeekedCapture: ReactEventHandler<HTMLInputElement>

Optional onSeeking

onSeeking: ReactEventHandler<HTMLInputElement>

Optional onSeekingCapture

onSeekingCapture: ReactEventHandler<HTMLInputElement>

Optional onSelect

onSelect: ReactEventHandler<HTMLInputElement>

Optional onSelectCapture

onSelectCapture: ReactEventHandler<HTMLInputElement>

Optional onStalled

onStalled: ReactEventHandler<HTMLInputElement>

Optional onStalledCapture

onStalledCapture: ReactEventHandler<HTMLInputElement>

Optional onSubmit

onSubmit: FormEventHandler<HTMLInputElement>

Optional onSubmitCapture

onSubmitCapture: FormEventHandler<HTMLInputElement>

Optional onSuspend

onSuspend: ReactEventHandler<HTMLInputElement>

Optional onSuspendCapture

onSuspendCapture: ReactEventHandler<HTMLInputElement>

Optional onTimeUpdate

onTimeUpdate: ReactEventHandler<HTMLInputElement>

Optional onTimeUpdateCapture

onTimeUpdateCapture: ReactEventHandler<HTMLInputElement>

Optional onTouchCancel

onTouchCancel: TouchEventHandler<HTMLInputElement>

Optional onTouchCancelCapture

onTouchCancelCapture: TouchEventHandler<HTMLInputElement>

Optional onTouchEnd

onTouchEnd: TouchEventHandler<HTMLInputElement>

Optional onTouchEndCapture

onTouchEndCapture: TouchEventHandler<HTMLInputElement>

Optional onTouchMove

onTouchMove: TouchEventHandler<HTMLInputElement>

Optional onTouchMoveCapture

onTouchMoveCapture: TouchEventHandler<HTMLInputElement>

Optional onTouchStart

onTouchStart: TouchEventHandler<HTMLInputElement>

Optional onTouchStartCapture

onTouchStartCapture: TouchEventHandler<HTMLInputElement>

Optional onTransitionEnd

onTransitionEnd: TransitionEventHandler<HTMLInputElement>

Optional onTransitionEndCapture

onTransitionEndCapture: TransitionEventHandler<HTMLInputElement>

Optional onVolumeChange

onVolumeChange: ReactEventHandler<HTMLInputElement>

Optional onVolumeChangeCapture

onVolumeChangeCapture: ReactEventHandler<HTMLInputElement>

Optional onWaiting

onWaiting: ReactEventHandler<HTMLInputElement>

Optional onWaitingCapture

onWaitingCapture: ReactEventHandler<HTMLInputElement>

Optional onWheel

onWheel: WheelEventHandler<HTMLInputElement>

Optional onWheelCapture

onWheelCapture: WheelEventHandler<HTMLInputElement>

Optional pattern

pattern: undefined | string

Optional pipe

pipe: undefined | function

Optional placeholder

placeholder: undefined | string

Optional placeholderChar

placeholderChar: undefined | string

Optional prefix

prefix: undefined | string

Optional property

property: undefined | string

Optional radioGroup

radioGroup: undefined | string

Optional readOnly

readOnly: undefined | false | true

Optional render

render: undefined | function

Optional required

required: undefined | false | true

Optional resource

resource: undefined | string

Optional results

results: undefined | number

Optional role

role: undefined | string

Optional security

security: undefined | string

Optional showMask

showMask: undefined | false | true

Optional size

size: undefined | number

Optional slot

slot: undefined | string

Optional spellCheck

spellCheck: undefined | false | true

Optional src

src: undefined | string

Optional step

step: number | string

Optional style

style: CSSProperties

Optional suppressContentEditableWarning

suppressContentEditableWarning: undefined | false | true

Optional suppressHydrationWarning

suppressHydrationWarning: undefined | false | true

Optional tabIndex

tabIndex: undefined | number

Optional title

title: undefined | string

Optional type

type: undefined | string

Optional typeof

typeof: undefined | string

Optional unselectable

unselectable: "on" | "off"

valid

valid: boolean

Optional value

value: string | string[] | number

Optional vocab

vocab: undefined | string

Optional width

width: number | string

Generated using TypeDoc