Aller au contenu

primatch-frontend


primatch-frontend / components/ui/Input / InputProps

Interface: InputProps

Defined in: src/components/ui/Input.tsx:4

Extends

  • InputHTMLAttributes\<HTMLInputElement>

Properties

about?

optional about: string

Defined in: node_modules/@types/react/index.d.ts:2820

Inherited from

InputHTMLAttributes.about


accept?

optional accept: string

Defined in: node_modules/@types/react/index.d.ts:3278

Inherited from

InputHTMLAttributes.accept


accessKey?

optional accessKey: string

Defined in: node_modules/@types/react/index.d.ts:2793

Inherited from

InputHTMLAttributes.accessKey


alt?

optional alt: string

Defined in: node_modules/@types/react/index.d.ts:3279

Inherited from

InputHTMLAttributes.alt


aria-activedescendant?

optional aria-activedescendant: string

Defined in: node_modules/@types/react/index.d.ts:2491

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

Inherited from

InputHTMLAttributes.aria-activedescendant


aria-atomic?

optional aria-atomic: Booleanish

Defined in: node_modules/@types/react/index.d.ts:2493

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

InputHTMLAttributes.aria-atomic


aria-autocomplete?

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

Defined in: node_modules/@types/react/index.d.ts:2498

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

InputHTMLAttributes.aria-autocomplete


aria-braillelabel?

optional aria-braillelabel: string

Defined in: node_modules/@types/react/index.d.ts:2504

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

See

aria-label.

Inherited from

InputHTMLAttributes.aria-braillelabel


aria-brailleroledescription?

optional aria-brailleroledescription: string

Defined in: node_modules/@types/react/index.d.ts:2509

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

InputHTMLAttributes.aria-brailleroledescription


aria-busy?

optional aria-busy: Booleanish

Defined in: node_modules/@types/react/index.d.ts:2510

Inherited from

InputHTMLAttributes.aria-busy


aria-checked?

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

Defined in: node_modules/@types/react/index.d.ts:2515

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

See

  • aria-pressed
  • aria-selected.

Inherited from

InputHTMLAttributes.aria-checked


aria-colcount?

optional aria-colcount: number

Defined in: node_modules/@types/react/index.d.ts:2520

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

See

aria-colindex.

Inherited from

InputHTMLAttributes.aria-colcount


aria-colindex?

optional aria-colindex: number

Defined in: node_modules/@types/react/index.d.ts:2525

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

InputHTMLAttributes.aria-colindex


aria-colindextext?

optional aria-colindextext: string

Defined in: node_modules/@types/react/index.d.ts:2530

Defines a human readable text alternative of aria-colindex.

See

aria-rowindextext.

Inherited from

InputHTMLAttributes.aria-colindextext


aria-colspan?

optional aria-colspan: number

Defined in: node_modules/@types/react/index.d.ts:2535

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

See

  • aria-colindex
  • aria-rowspan.

Inherited from

InputHTMLAttributes.aria-colspan


aria-controls?

optional aria-controls: string

Defined in: node_modules/@types/react/index.d.ts:2540

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

See

aria-owns.

Inherited from

InputHTMLAttributes.aria-controls


aria-current?

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

Defined in: node_modules/@types/react/index.d.ts:2542

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

Inherited from

InputHTMLAttributes.aria-current


aria-describedby?

optional aria-describedby: string

Defined in: node_modules/@types/react/index.d.ts:2547

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

See

aria-labelledby

Inherited from

InputHTMLAttributes.aria-describedby


aria-description?

optional aria-description: string

Defined in: node_modules/@types/react/index.d.ts:2552

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

See

related aria-describedby.

Inherited from

InputHTMLAttributes.aria-description


aria-details?

optional aria-details: string

Defined in: node_modules/@types/react/index.d.ts:2557

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

See

aria-describedby.

Inherited from

InputHTMLAttributes.aria-details


aria-disabled?

optional aria-disabled: Booleanish

Defined in: node_modules/@types/react/index.d.ts:2562

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

See

  • aria-hidden
  • aria-readonly.

Inherited from

InputHTMLAttributes.aria-disabled


~~aria-dropeffect?~~

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

Defined in: node_modules/@types/react/index.d.ts:2567

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

Deprecated

in ARIA 1.1

Inherited from

InputHTMLAttributes.aria-dropeffect


aria-errormessage?

optional aria-errormessage: string

Defined in: node_modules/@types/react/index.d.ts:2572

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

See

  • aria-invalid
  • aria-describedby.

Inherited from

InputHTMLAttributes.aria-errormessage


aria-expanded?

optional aria-expanded: Booleanish

Defined in: node_modules/@types/react/index.d.ts:2574

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

Inherited from

InputHTMLAttributes.aria-expanded


aria-flowto?

optional aria-flowto: string

Defined in: node_modules/@types/react/index.d.ts:2579

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

InputHTMLAttributes.aria-flowto


~~aria-grabbed?~~

optional aria-grabbed: Booleanish

Defined in: node_modules/@types/react/index.d.ts:2584

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

Deprecated

in ARIA 1.1

Inherited from

InputHTMLAttributes.aria-grabbed


aria-haspopup?

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

Defined in: node_modules/@types/react/index.d.ts:2586

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

Inherited from

InputHTMLAttributes.aria-haspopup


aria-hidden?

optional aria-hidden: Booleanish

Defined in: node_modules/@types/react/index.d.ts:2591

Indicates whether the element is exposed to an accessibility API.

See

aria-disabled.

Inherited from

InputHTMLAttributes.aria-hidden


aria-invalid?

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

Defined in: node_modules/@types/react/index.d.ts:2596

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

See

aria-errormessage.

Inherited from

InputHTMLAttributes.aria-invalid


aria-keyshortcuts?

optional aria-keyshortcuts: string

Defined in: node_modules/@types/react/index.d.ts:2598

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

Inherited from

InputHTMLAttributes.aria-keyshortcuts


aria-label?

optional aria-label: string

Defined in: node_modules/@types/react/index.d.ts:2603

Defines a string value that labels the current element.

See

aria-labelledby.

Inherited from

InputHTMLAttributes.aria-label


aria-labelledby?

optional aria-labelledby: string

Defined in: node_modules/@types/react/index.d.ts:2608

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

See

aria-describedby.

Inherited from

InputHTMLAttributes.aria-labelledby


aria-level?

optional aria-level: number

Defined in: node_modules/@types/react/index.d.ts:2610

Defines the hierarchical level of an element within a structure.

Inherited from

InputHTMLAttributes.aria-level


aria-live?

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

Defined in: node_modules/@types/react/index.d.ts:2612

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

InputHTMLAttributes.aria-live


aria-modal?

optional aria-modal: Booleanish

Defined in: node_modules/@types/react/index.d.ts:2614

Indicates whether an element is modal when displayed.

Inherited from

InputHTMLAttributes.aria-modal


aria-multiline?

optional aria-multiline: Booleanish

Defined in: node_modules/@types/react/index.d.ts:2616

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

Inherited from

InputHTMLAttributes.aria-multiline


aria-multiselectable?

optional aria-multiselectable: Booleanish

Defined in: node_modules/@types/react/index.d.ts:2618

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

Inherited from

InputHTMLAttributes.aria-multiselectable


aria-orientation?

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

Defined in: node_modules/@types/react/index.d.ts:2620

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

Inherited from

InputHTMLAttributes.aria-orientation


aria-owns?

optional aria-owns: string

Defined in: node_modules/@types/react/index.d.ts:2626

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

InputHTMLAttributes.aria-owns


aria-placeholder?

optional aria-placeholder: string

Defined in: node_modules/@types/react/index.d.ts:2631

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

InputHTMLAttributes.aria-placeholder


aria-posinset?

optional aria-posinset: number

Defined in: node_modules/@types/react/index.d.ts:2636

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

InputHTMLAttributes.aria-posinset


aria-pressed?

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

Defined in: node_modules/@types/react/index.d.ts:2641

Indicates the current "pressed" state of toggle buttons.

See

  • aria-checked
  • aria-selected.

Inherited from

InputHTMLAttributes.aria-pressed


aria-readonly?

optional aria-readonly: Booleanish

Defined in: node_modules/@types/react/index.d.ts:2646

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

See

aria-disabled.

Inherited from

InputHTMLAttributes.aria-readonly


aria-relevant?

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

Defined in: node_modules/@types/react/index.d.ts:2651

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

See

aria-atomic.

Inherited from

InputHTMLAttributes.aria-relevant


aria-required?

optional aria-required: Booleanish

Defined in: node_modules/@types/react/index.d.ts:2664

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

Inherited from

InputHTMLAttributes.aria-required


aria-roledescription?

optional aria-roledescription: string

Defined in: node_modules/@types/react/index.d.ts:2666

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

Inherited from

InputHTMLAttributes.aria-roledescription


aria-rowcount?

optional aria-rowcount: number

Defined in: node_modules/@types/react/index.d.ts:2671

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

See

aria-rowindex.

Inherited from

InputHTMLAttributes.aria-rowcount


aria-rowindex?

optional aria-rowindex: number

Defined in: node_modules/@types/react/index.d.ts:2676

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

InputHTMLAttributes.aria-rowindex


aria-rowindextext?

optional aria-rowindextext: string

Defined in: node_modules/@types/react/index.d.ts:2681

Defines a human readable text alternative of aria-rowindex.

See

aria-colindextext.

Inherited from

InputHTMLAttributes.aria-rowindextext


aria-rowspan?

optional aria-rowspan: number

Defined in: node_modules/@types/react/index.d.ts:2686

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

See

  • aria-rowindex
  • aria-colspan.

Inherited from

InputHTMLAttributes.aria-rowspan


aria-selected?

optional aria-selected: Booleanish

Defined in: node_modules/@types/react/index.d.ts:2691

Indicates the current "selected" state of various widgets.

See

  • aria-checked
  • aria-pressed.

Inherited from

InputHTMLAttributes.aria-selected


aria-setsize?

optional aria-setsize: number

Defined in: node_modules/@types/react/index.d.ts:2696

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

InputHTMLAttributes.aria-setsize


aria-sort?

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

Defined in: node_modules/@types/react/index.d.ts:2698

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

Inherited from

InputHTMLAttributes.aria-sort


aria-valuemax?

optional aria-valuemax: number

Defined in: node_modules/@types/react/index.d.ts:2700

Defines the maximum allowed value for a range widget.

Inherited from

InputHTMLAttributes.aria-valuemax


aria-valuemin?

optional aria-valuemin: number

Defined in: node_modules/@types/react/index.d.ts:2702

Defines the minimum allowed value for a range widget.

Inherited from

InputHTMLAttributes.aria-valuemin


aria-valuenow?

optional aria-valuenow: number

Defined in: node_modules/@types/react/index.d.ts:2707

Defines the current value for a range widget.

See

aria-valuetext.

Inherited from

InputHTMLAttributes.aria-valuenow


aria-valuetext?

optional aria-valuetext: string

Defined in: node_modules/@types/react/index.d.ts:2709

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

Inherited from

InputHTMLAttributes.aria-valuetext


autoCapitalize?

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

Defined in: node_modules/@types/react/index.d.ts:2794

Inherited from

InputHTMLAttributes.autoCapitalize


autoComplete?

optional autoComplete: HTMLInputAutoCompleteAttribute

Defined in: node_modules/@types/react/index.d.ts:3280

Inherited from

InputHTMLAttributes.autoComplete


autoCorrect?

optional autoCorrect: string

Defined in: node_modules/@types/react/index.d.ts:2833

Inherited from

InputHTMLAttributes.autoCorrect


autoFocus?

optional autoFocus: boolean

Defined in: node_modules/@types/react/index.d.ts:2795

Inherited from

InputHTMLAttributes.autoFocus


autoSave?

optional autoSave: string

Defined in: node_modules/@types/react/index.d.ts:2834

Inherited from

InputHTMLAttributes.autoSave


capture?

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

Defined in: node_modules/@types/react/index.d.ts:3281

Inherited from

InputHTMLAttributes.capture


checked?

optional checked: boolean

Defined in: node_modules/@types/react/index.d.ts:3282

Inherited from

InputHTMLAttributes.checked


children?

optional children: ReactI18NextChildren | Iterable\<ReactI18NextChildren, any, any>

Defined in: node_modules/react-i18next/index.d.ts:68

Inherited from

InputHTMLAttributes.children


className?

optional className: string

Defined in: node_modules/@types/react/index.d.ts:2796

Inherited from

InputHTMLAttributes.className


color?

optional color: string

Defined in: node_modules/@types/react/index.d.ts:2835

Inherited from

InputHTMLAttributes.color


content?

optional content: string

Defined in: node_modules/@types/react/index.d.ts:2821

Inherited from

InputHTMLAttributes.content


contentEditable?

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

Defined in: node_modules/@types/react/index.d.ts:2797

Inherited from

InputHTMLAttributes.contentEditable


contextMenu?

optional contextMenu: string

Defined in: node_modules/@types/react/index.d.ts:2798

Inherited from

InputHTMLAttributes.contextMenu


dangerouslySetInnerHTML?

optional dangerouslySetInnerHTML: object

Defined in: node_modules/@types/react/index.d.ts:2268

__html

__html: string | TrustedHTML

Inherited from

InputHTMLAttributes.dangerouslySetInnerHTML


datatype?

optional datatype: string

Defined in: node_modules/@types/react/index.d.ts:2822

Inherited from

InputHTMLAttributes.datatype


defaultChecked?

optional defaultChecked: boolean

Defined in: node_modules/@types/react/index.d.ts:2787

Inherited from

InputHTMLAttributes.defaultChecked


defaultValue?

optional defaultValue: string | number | readonly string[]

Defined in: node_modules/@types/react/index.d.ts:2788

Inherited from

InputHTMLAttributes.defaultValue


dir?

optional dir: string

Defined in: node_modules/@types/react/index.d.ts:2799

Inherited from

InputHTMLAttributes.dir


disabled?

optional disabled: boolean

Defined in: node_modules/@types/react/index.d.ts:3283

Inherited from

InputHTMLAttributes.disabled


draggable?

optional draggable: Booleanish

Defined in: node_modules/@types/react/index.d.ts:2800

Inherited from

InputHTMLAttributes.draggable


enterKeyHint?

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

Defined in: node_modules/@types/react/index.d.ts:2801

Inherited from

InputHTMLAttributes.enterKeyHint


error?

optional error: string

Defined in: src/components/ui/Input.tsx:6


exportparts?

optional exportparts: string

Defined in: node_modules/@types/react/index.d.ts:2868

See

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

Inherited from

InputHTMLAttributes.exportparts


form?

optional form: string

Defined in: node_modules/@types/react/index.d.ts:3284

Inherited from

InputHTMLAttributes.form


formAction?

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

Defined in: node_modules/@types/react/index.d.ts:3285

Inherited from

InputHTMLAttributes.formAction


formEncType?

optional formEncType: string

Defined in: node_modules/@types/react/index.d.ts:3292

Inherited from

InputHTMLAttributes.formEncType


formMethod?

optional formMethod: string

Defined in: node_modules/@types/react/index.d.ts:3293

Inherited from

InputHTMLAttributes.formMethod


formNoValidate?

optional formNoValidate: boolean

Defined in: node_modules/@types/react/index.d.ts:3294

Inherited from

InputHTMLAttributes.formNoValidate


formTarget?

optional formTarget: string

Defined in: node_modules/@types/react/index.d.ts:3295

Inherited from

InputHTMLAttributes.formTarget


height?

optional height: string | number

Defined in: node_modules/@types/react/index.d.ts:3296

Inherited from

InputHTMLAttributes.height


hidden?

optional hidden: boolean

Defined in: node_modules/@types/react/index.d.ts:2802

Inherited from

InputHTMLAttributes.hidden


icon?

optional icon: string

Defined in: src/components/ui/Input.tsx:7


id?

optional id: string

Defined in: node_modules/@types/react/index.d.ts:2803

Inherited from

InputHTMLAttributes.id


inert?

optional inert: boolean

Defined in: node_modules/@types/react/index.d.ts:2854

See

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

Inherited from

InputHTMLAttributes.inert


inlist?

optional inlist: any

Defined in: node_modules/@types/react/index.d.ts:2823

Inherited from

InputHTMLAttributes.inlist


inputMode?

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

Defined in: node_modules/@types/react/index.d.ts:2859

Hints at the type of data that might be entered by the user while editing the element or its contents

See

https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute

Inherited from

InputHTMLAttributes.inputMode


is?

optional is: string

Defined in: node_modules/@types/react/index.d.ts:2864

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

InputHTMLAttributes.is


itemID?

optional itemID: string

Defined in: node_modules/@types/react/index.d.ts:2839

Inherited from

InputHTMLAttributes.itemID


itemProp?

optional itemProp: string

Defined in: node_modules/@types/react/index.d.ts:2836

Inherited from

InputHTMLAttributes.itemProp


itemRef?

optional itemRef: string

Defined in: node_modules/@types/react/index.d.ts:2840

Inherited from

InputHTMLAttributes.itemRef


itemScope?

optional itemScope: boolean

Defined in: node_modules/@types/react/index.d.ts:2837

Inherited from

InputHTMLAttributes.itemScope


itemType?

optional itemType: string

Defined in: node_modules/@types/react/index.d.ts:2838

Inherited from

InputHTMLAttributes.itemType


label

label: string

Defined in: src/components/ui/Input.tsx:5


lang?

optional lang: string

Defined in: node_modules/@types/react/index.d.ts:2804

Inherited from

InputHTMLAttributes.lang


list?

optional list: string

Defined in: node_modules/@types/react/index.d.ts:3297

Inherited from

InputHTMLAttributes.list


max?

optional max: string | number

Defined in: node_modules/@types/react/index.d.ts:3298

Inherited from

InputHTMLAttributes.max


maxLength?

optional maxLength: number

Defined in: node_modules/@types/react/index.d.ts:3299

Inherited from

InputHTMLAttributes.maxLength


min?

optional min: string | number

Defined in: node_modules/@types/react/index.d.ts:3300

Inherited from

InputHTMLAttributes.min


minLength?

optional minLength: number

Defined in: node_modules/@types/react/index.d.ts:3301

Inherited from

InputHTMLAttributes.minLength


multiple?

optional multiple: boolean

Defined in: node_modules/@types/react/index.d.ts:3302

Inherited from

InputHTMLAttributes.multiple


name?

optional name: string

Defined in: node_modules/@types/react/index.d.ts:3303

Inherited from

InputHTMLAttributes.name


nonce?

optional nonce: string

Defined in: node_modules/@types/react/index.d.ts:2805

Inherited from

InputHTMLAttributes.nonce


onAbort?

optional onAbort: ReactEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2327

Inherited from

InputHTMLAttributes.onAbort


onAbortCapture?

optional onAbortCapture: ReactEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2328

Inherited from

InputHTMLAttributes.onAbortCapture


onAnimationEnd?

optional onAnimationEnd: AnimationEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2457

Inherited from

InputHTMLAttributes.onAnimationEnd


onAnimationEndCapture?

optional onAnimationEndCapture: AnimationEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2458

Inherited from

InputHTMLAttributes.onAnimationEndCapture


onAnimationIteration?

optional onAnimationIteration: AnimationEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2459

Inherited from

InputHTMLAttributes.onAnimationIteration


onAnimationIterationCapture?

optional onAnimationIterationCapture: AnimationEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2460

Inherited from

InputHTMLAttributes.onAnimationIterationCapture


onAnimationStart?

optional onAnimationStart: AnimationEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2455

Inherited from

InputHTMLAttributes.onAnimationStart


onAnimationStartCapture?

optional onAnimationStartCapture: AnimationEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2456

Inherited from

InputHTMLAttributes.onAnimationStartCapture


onAuxClick?

optional onAuxClick: MouseEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2373

Inherited from

InputHTMLAttributes.onAuxClick


onAuxClickCapture?

optional onAuxClickCapture: MouseEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2374

Inherited from

InputHTMLAttributes.onAuxClickCapture


onBeforeInput?

optional onBeforeInput: InputEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2299

Inherited from

InputHTMLAttributes.onBeforeInput


onBeforeInputCapture?

optional onBeforeInputCapture: InputEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2300

Inherited from

InputHTMLAttributes.onBeforeInputCapture


onBeforeToggle?

optional onBeforeToggle: ToggleEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2464

Inherited from

InputHTMLAttributes.onBeforeToggle


onBlur?

optional onBlur: FocusEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2293

Inherited from

InputHTMLAttributes.onBlur


onBlurCapture?

optional onBlurCapture: FocusEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2294

Inherited from

InputHTMLAttributes.onBlurCapture


onCanPlay?

optional onCanPlay: ReactEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2329

Inherited from

InputHTMLAttributes.onCanPlay


onCanPlayCapture?

optional onCanPlayCapture: ReactEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2330

Inherited from

InputHTMLAttributes.onCanPlayCapture


onCanPlayThrough?

optional onCanPlayThrough: ReactEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2331

Inherited from

InputHTMLAttributes.onCanPlayThrough


onCanPlayThroughCapture?

optional onCanPlayThroughCapture: ReactEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2332

Inherited from

InputHTMLAttributes.onCanPlayThroughCapture


onChange?

optional onChange: ChangeEventHandler\<HTMLInputElement, HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:3317

Inherited from

InputHTMLAttributes.onChange


onChangeCapture?

optional onChangeCapture: ChangeEventHandler\<HTMLInputElement, Element>

Defined in: node_modules/@types/react/index.d.ts:2298

Inherited from

InputHTMLAttributes.onChangeCapture


onClick?

optional onClick: MouseEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2375

Inherited from

InputHTMLAttributes.onClick


onClickCapture?

optional onClickCapture: MouseEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2376

Inherited from

InputHTMLAttributes.onClickCapture


onCompositionEnd?

optional onCompositionEnd: CompositionEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2283

Inherited from

InputHTMLAttributes.onCompositionEnd


onCompositionEndCapture?

optional onCompositionEndCapture: CompositionEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2284

Inherited from

InputHTMLAttributes.onCompositionEndCapture


onCompositionStart?

optional onCompositionStart: CompositionEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2285

Inherited from

InputHTMLAttributes.onCompositionStart


onCompositionStartCapture?

optional onCompositionStartCapture: CompositionEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2286

Inherited from

InputHTMLAttributes.onCompositionStartCapture


onCompositionUpdate?

optional onCompositionUpdate: CompositionEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2287

Inherited from

InputHTMLAttributes.onCompositionUpdate


onCompositionUpdateCapture?

optional onCompositionUpdateCapture: CompositionEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2288

Inherited from

InputHTMLAttributes.onCompositionUpdateCapture


onContextMenu?

optional onContextMenu: MouseEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2377

Inherited from

InputHTMLAttributes.onContextMenu


onContextMenuCapture?

optional onContextMenuCapture: MouseEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2378

Inherited from

InputHTMLAttributes.onContextMenuCapture


onCopy?

optional onCopy: ClipboardEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2275

Inherited from

InputHTMLAttributes.onCopy


onCopyCapture?

optional onCopyCapture: ClipboardEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2276

Inherited from

InputHTMLAttributes.onCopyCapture


onCut?

optional onCut: ClipboardEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2277

Inherited from

InputHTMLAttributes.onCut


onCutCapture?

optional onCutCapture: ClipboardEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2278

Inherited from

InputHTMLAttributes.onCutCapture


onDoubleClick?

optional onDoubleClick: MouseEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2379

Inherited from

InputHTMLAttributes.onDoubleClick


onDoubleClickCapture?

optional onDoubleClickCapture: MouseEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2380

Inherited from

InputHTMLAttributes.onDoubleClickCapture


onDrag?

optional onDrag: DragEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2381

Inherited from

InputHTMLAttributes.onDrag


onDragCapture?

optional onDragCapture: DragEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2382

Inherited from

InputHTMLAttributes.onDragCapture


onDragEnd?

optional onDragEnd: DragEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2383

Inherited from

InputHTMLAttributes.onDragEnd


onDragEndCapture?

optional onDragEndCapture: DragEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2384

Inherited from

InputHTMLAttributes.onDragEndCapture


onDragEnter?

optional onDragEnter: DragEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2385

Inherited from

InputHTMLAttributes.onDragEnter


onDragEnterCapture?

optional onDragEnterCapture: DragEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2386

Inherited from

InputHTMLAttributes.onDragEnterCapture


onDragExit?

optional onDragExit: DragEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2387

Inherited from

InputHTMLAttributes.onDragExit


onDragExitCapture?

optional onDragExitCapture: DragEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2388

Inherited from

InputHTMLAttributes.onDragExitCapture


onDragLeave?

optional onDragLeave: DragEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2389

Inherited from

InputHTMLAttributes.onDragLeave


onDragLeaveCapture?

optional onDragLeaveCapture: DragEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2390

Inherited from

InputHTMLAttributes.onDragLeaveCapture


onDragOver?

optional onDragOver: DragEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2391

Inherited from

InputHTMLAttributes.onDragOver


onDragOverCapture?

optional onDragOverCapture: DragEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2392

Inherited from

InputHTMLAttributes.onDragOverCapture


onDragStart?

optional onDragStart: DragEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2393

Inherited from

InputHTMLAttributes.onDragStart


onDragStartCapture?

optional onDragStartCapture: DragEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2394

Inherited from

InputHTMLAttributes.onDragStartCapture


onDrop?

optional onDrop: DragEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2395

Inherited from

InputHTMLAttributes.onDrop


onDropCapture?

optional onDropCapture: DragEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2396

Inherited from

InputHTMLAttributes.onDropCapture


onDurationChange?

optional onDurationChange: ReactEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2333

Inherited from

InputHTMLAttributes.onDurationChange


onDurationChangeCapture?

optional onDurationChangeCapture: ReactEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2334

Inherited from

InputHTMLAttributes.onDurationChangeCapture


onEmptied?

optional onEmptied: ReactEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2335

Inherited from

InputHTMLAttributes.onEmptied


onEmptiedCapture?

optional onEmptiedCapture: ReactEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2336

Inherited from

InputHTMLAttributes.onEmptiedCapture


onEncrypted?

optional onEncrypted: ReactEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2337

Inherited from

InputHTMLAttributes.onEncrypted


onEncryptedCapture?

optional onEncryptedCapture: ReactEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2338

Inherited from

InputHTMLAttributes.onEncryptedCapture


onEnded?

optional onEnded: ReactEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2339

Inherited from

InputHTMLAttributes.onEnded


onEndedCapture?

optional onEndedCapture: ReactEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2340

Inherited from

InputHTMLAttributes.onEndedCapture


onError?

optional onError: ReactEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2313

Inherited from

InputHTMLAttributes.onError


onErrorCapture?

optional onErrorCapture: ReactEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2314

Inherited from

InputHTMLAttributes.onErrorCapture


onFocus?

optional onFocus: FocusEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2291

Inherited from

InputHTMLAttributes.onFocus


onFocusCapture?

optional onFocusCapture: FocusEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2292

Inherited from

InputHTMLAttributes.onFocusCapture


onGotPointerCapture?

optional onGotPointerCapture: PointerEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2439

Inherited from

InputHTMLAttributes.onGotPointerCapture


onGotPointerCaptureCapture?

optional onGotPointerCaptureCapture: PointerEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2440

Inherited from

InputHTMLAttributes.onGotPointerCaptureCapture


onInput?

optional onInput: InputEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2301

Inherited from

InputHTMLAttributes.onInput


onInputCapture?

optional onInputCapture: InputEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2302

Inherited from

InputHTMLAttributes.onInputCapture


onInvalid?

optional onInvalid: ReactEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2307

Inherited from

InputHTMLAttributes.onInvalid


onInvalidCapture?

optional onInvalidCapture: ReactEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2308

Inherited from

InputHTMLAttributes.onInvalidCapture


onKeyDown?

optional onKeyDown: KeyboardEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2317

Inherited from

InputHTMLAttributes.onKeyDown


onKeyDownCapture?

optional onKeyDownCapture: KeyboardEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2318

Inherited from

InputHTMLAttributes.onKeyDownCapture


~~onKeyPress?~~

optional onKeyPress: KeyboardEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2320

Deprecated

Use onKeyUp or onKeyDown instead

Inherited from

InputHTMLAttributes.onKeyPress


~~onKeyPressCapture?~~

optional onKeyPressCapture: KeyboardEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2322

Deprecated

Use onKeyUpCapture or onKeyDownCapture instead

Inherited from

InputHTMLAttributes.onKeyPressCapture


onKeyUp?

optional onKeyUp: KeyboardEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2323

Inherited from

InputHTMLAttributes.onKeyUp


onKeyUpCapture?

optional onKeyUpCapture: KeyboardEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2324

Inherited from

InputHTMLAttributes.onKeyUpCapture


onLoad?

optional onLoad: ReactEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2311

Inherited from

InputHTMLAttributes.onLoad


onLoadCapture?

optional onLoadCapture: ReactEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2312

Inherited from

InputHTMLAttributes.onLoadCapture


onLoadedData?

optional onLoadedData: ReactEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2341

Inherited from

InputHTMLAttributes.onLoadedData


onLoadedDataCapture?

optional onLoadedDataCapture: ReactEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2342

Inherited from

InputHTMLAttributes.onLoadedDataCapture


onLoadedMetadata?

optional onLoadedMetadata: ReactEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2343

Inherited from

InputHTMLAttributes.onLoadedMetadata


onLoadedMetadataCapture?

optional onLoadedMetadataCapture: ReactEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2344

Inherited from

InputHTMLAttributes.onLoadedMetadataCapture


onLoadStart?

optional onLoadStart: ReactEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2345

Inherited from

InputHTMLAttributes.onLoadStart


onLoadStartCapture?

optional onLoadStartCapture: ReactEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2346

Inherited from

InputHTMLAttributes.onLoadStartCapture


onLostPointerCapture?

optional onLostPointerCapture: PointerEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2441

Inherited from

InputHTMLAttributes.onLostPointerCapture


onLostPointerCaptureCapture?

optional onLostPointerCaptureCapture: PointerEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2442

Inherited from

InputHTMLAttributes.onLostPointerCaptureCapture


onMouseDown?

optional onMouseDown: MouseEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2397

Inherited from

InputHTMLAttributes.onMouseDown


onMouseDownCapture?

optional onMouseDownCapture: MouseEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2398

Inherited from

InputHTMLAttributes.onMouseDownCapture


onMouseEnter?

optional onMouseEnter: MouseEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2399

Inherited from

InputHTMLAttributes.onMouseEnter


onMouseLeave?

optional onMouseLeave: MouseEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2400

Inherited from

InputHTMLAttributes.onMouseLeave


onMouseMove?

optional onMouseMove: MouseEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2401

Inherited from

InputHTMLAttributes.onMouseMove


onMouseMoveCapture?

optional onMouseMoveCapture: MouseEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2402

Inherited from

InputHTMLAttributes.onMouseMoveCapture


onMouseOut?

optional onMouseOut: MouseEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2403

Inherited from

InputHTMLAttributes.onMouseOut


onMouseOutCapture?

optional onMouseOutCapture: MouseEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2404

Inherited from

InputHTMLAttributes.onMouseOutCapture


onMouseOver?

optional onMouseOver: MouseEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2405

Inherited from

InputHTMLAttributes.onMouseOver


onMouseOverCapture?

optional onMouseOverCapture: MouseEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2406

Inherited from

InputHTMLAttributes.onMouseOverCapture


onMouseUp?

optional onMouseUp: MouseEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2407

Inherited from

InputHTMLAttributes.onMouseUp


onMouseUpCapture?

optional onMouseUpCapture: MouseEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2408

Inherited from

InputHTMLAttributes.onMouseUpCapture


onPaste?

optional onPaste: ClipboardEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2279

Inherited from

InputHTMLAttributes.onPaste


onPasteCapture?

optional onPasteCapture: ClipboardEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2280

Inherited from

InputHTMLAttributes.onPasteCapture


onPause?

optional onPause: ReactEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2347

Inherited from

InputHTMLAttributes.onPause


onPauseCapture?

optional onPauseCapture: ReactEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2348

Inherited from

InputHTMLAttributes.onPauseCapture


onPlay?

optional onPlay: ReactEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2349

Inherited from

InputHTMLAttributes.onPlay


onPlayCapture?

optional onPlayCapture: ReactEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2350

Inherited from

InputHTMLAttributes.onPlayCapture


onPlaying?

optional onPlaying: ReactEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2351

Inherited from

InputHTMLAttributes.onPlaying


onPlayingCapture?

optional onPlayingCapture: ReactEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2352

Inherited from

InputHTMLAttributes.onPlayingCapture


onPointerCancel?

optional onPointerCancel: PointerEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2431

Inherited from

InputHTMLAttributes.onPointerCancel


onPointerCancelCapture?

optional onPointerCancelCapture: PointerEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2432

Inherited from

InputHTMLAttributes.onPointerCancelCapture


onPointerDown?

optional onPointerDown: PointerEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2425

Inherited from

InputHTMLAttributes.onPointerDown


onPointerDownCapture?

optional onPointerDownCapture: PointerEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2426

Inherited from

InputHTMLAttributes.onPointerDownCapture


onPointerEnter?

optional onPointerEnter: PointerEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2433

Inherited from

InputHTMLAttributes.onPointerEnter


onPointerLeave?

optional onPointerLeave: PointerEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2434

Inherited from

InputHTMLAttributes.onPointerLeave


onPointerMove?

optional onPointerMove: PointerEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2427

Inherited from

InputHTMLAttributes.onPointerMove


onPointerMoveCapture?

optional onPointerMoveCapture: PointerEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2428

Inherited from

InputHTMLAttributes.onPointerMoveCapture


onPointerOut?

optional onPointerOut: PointerEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2437

Inherited from

InputHTMLAttributes.onPointerOut


onPointerOutCapture?

optional onPointerOutCapture: PointerEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2438

Inherited from

InputHTMLAttributes.onPointerOutCapture


onPointerOver?

optional onPointerOver: PointerEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2435

Inherited from

InputHTMLAttributes.onPointerOver


onPointerOverCapture?

optional onPointerOverCapture: PointerEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2436

Inherited from

InputHTMLAttributes.onPointerOverCapture


onPointerUp?

optional onPointerUp: PointerEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2429

Inherited from

InputHTMLAttributes.onPointerUp


onPointerUpCapture?

optional onPointerUpCapture: PointerEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2430

Inherited from

InputHTMLAttributes.onPointerUpCapture


onProgress?

optional onProgress: ReactEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2353

Inherited from

InputHTMLAttributes.onProgress


onProgressCapture?

optional onProgressCapture: ReactEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2354

Inherited from

InputHTMLAttributes.onProgressCapture


onRateChange?

optional onRateChange: ReactEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2355

Inherited from

InputHTMLAttributes.onRateChange


onRateChangeCapture?

optional onRateChangeCapture: ReactEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2356

Inherited from

InputHTMLAttributes.onRateChangeCapture


onReset?

optional onReset: ReactEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2303

Inherited from

InputHTMLAttributes.onReset


onResetCapture?

optional onResetCapture: ReactEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2304

Inherited from

InputHTMLAttributes.onResetCapture


onScroll?

optional onScroll: UIEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2445

Inherited from

InputHTMLAttributes.onScroll


onScrollCapture?

optional onScrollCapture: UIEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2446

Inherited from

InputHTMLAttributes.onScrollCapture


onScrollEnd?

optional onScrollEnd: UIEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2447

Inherited from

InputHTMLAttributes.onScrollEnd


onScrollEndCapture?

optional onScrollEndCapture: UIEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2448

Inherited from

InputHTMLAttributes.onScrollEndCapture


onSeeked?

optional onSeeked: ReactEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2357

Inherited from

InputHTMLAttributes.onSeeked


onSeekedCapture?

optional onSeekedCapture: ReactEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2358

Inherited from

InputHTMLAttributes.onSeekedCapture


onSeeking?

optional onSeeking: ReactEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2359

Inherited from

InputHTMLAttributes.onSeeking


onSeekingCapture?

optional onSeekingCapture: ReactEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2360

Inherited from

InputHTMLAttributes.onSeekingCapture


onSelect?

optional onSelect: ReactEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2411

Inherited from

InputHTMLAttributes.onSelect


onSelectCapture?

optional onSelectCapture: ReactEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2412

Inherited from

InputHTMLAttributes.onSelectCapture


onStalled?

optional onStalled: ReactEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2361

Inherited from

InputHTMLAttributes.onStalled


onStalledCapture?

optional onStalledCapture: ReactEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2362

Inherited from

InputHTMLAttributes.onStalledCapture


onSubmit?

optional onSubmit: SubmitEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2305

Inherited from

InputHTMLAttributes.onSubmit


onSubmitCapture?

optional onSubmitCapture: SubmitEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2306

Inherited from

InputHTMLAttributes.onSubmitCapture


onSuspend?

optional onSuspend: ReactEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2363

Inherited from

InputHTMLAttributes.onSuspend


onSuspendCapture?

optional onSuspendCapture: ReactEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2364

Inherited from

InputHTMLAttributes.onSuspendCapture


onTimeUpdate?

optional onTimeUpdate: ReactEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2365

Inherited from

InputHTMLAttributes.onTimeUpdate


onTimeUpdateCapture?

optional onTimeUpdateCapture: ReactEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2366

Inherited from

InputHTMLAttributes.onTimeUpdateCapture


onToggle?

optional onToggle: ToggleEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2463

Inherited from

InputHTMLAttributes.onToggle


onTouchCancel?

optional onTouchCancel: TouchEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2415

Inherited from

InputHTMLAttributes.onTouchCancel


onTouchCancelCapture?

optional onTouchCancelCapture: TouchEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2416

Inherited from

InputHTMLAttributes.onTouchCancelCapture


onTouchEnd?

optional onTouchEnd: TouchEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2417

Inherited from

InputHTMLAttributes.onTouchEnd


onTouchEndCapture?

optional onTouchEndCapture: TouchEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2418

Inherited from

InputHTMLAttributes.onTouchEndCapture


onTouchMove?

optional onTouchMove: TouchEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2419

Inherited from

InputHTMLAttributes.onTouchMove


onTouchMoveCapture?

optional onTouchMoveCapture: TouchEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2420

Inherited from

InputHTMLAttributes.onTouchMoveCapture


onTouchStart?

optional onTouchStart: TouchEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2421

Inherited from

InputHTMLAttributes.onTouchStart


onTouchStartCapture?

optional onTouchStartCapture: TouchEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2422

Inherited from

InputHTMLAttributes.onTouchStartCapture


onTransitionCancel?

optional onTransitionCancel: TransitionEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2467

Inherited from

InputHTMLAttributes.onTransitionCancel


onTransitionCancelCapture?

optional onTransitionCancelCapture: TransitionEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2468

Inherited from

InputHTMLAttributes.onTransitionCancelCapture


onTransitionEnd?

optional onTransitionEnd: TransitionEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2469

Inherited from

InputHTMLAttributes.onTransitionEnd


onTransitionEndCapture?

optional onTransitionEndCapture: TransitionEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2470

Inherited from

InputHTMLAttributes.onTransitionEndCapture


onTransitionRun?

optional onTransitionRun: TransitionEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2471

Inherited from

InputHTMLAttributes.onTransitionRun


onTransitionRunCapture?

optional onTransitionRunCapture: TransitionEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2472

Inherited from

InputHTMLAttributes.onTransitionRunCapture


onTransitionStart?

optional onTransitionStart: TransitionEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2473

Inherited from

InputHTMLAttributes.onTransitionStart


onTransitionStartCapture?

optional onTransitionStartCapture: TransitionEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2474

Inherited from

InputHTMLAttributes.onTransitionStartCapture


onVolumeChange?

optional onVolumeChange: ReactEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2367

Inherited from

InputHTMLAttributes.onVolumeChange


onVolumeChangeCapture?

optional onVolumeChangeCapture: ReactEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2368

Inherited from

InputHTMLAttributes.onVolumeChangeCapture


onWaiting?

optional onWaiting: ReactEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2369

Inherited from

InputHTMLAttributes.onWaiting


onWaitingCapture?

optional onWaitingCapture: ReactEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2370

Inherited from

InputHTMLAttributes.onWaitingCapture


onWheel?

optional onWheel: WheelEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2451

Inherited from

InputHTMLAttributes.onWheel


onWheelCapture?

optional onWheelCapture: WheelEventHandler\<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2452

Inherited from

InputHTMLAttributes.onWheelCapture


part?

optional part: string

Defined in: node_modules/@types/react/index.d.ts:2872

See

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

Inherited from

InputHTMLAttributes.part


pattern?

optional pattern: string

Defined in: node_modules/@types/react/index.d.ts:3304

Inherited from

InputHTMLAttributes.pattern


placeholder?

optional placeholder: string

Defined in: node_modules/@types/react/index.d.ts:3305

Inherited from

InputHTMLAttributes.placeholder


popover?

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

Defined in: node_modules/@types/react/index.d.ts:2846

Inherited from

InputHTMLAttributes.popover


popoverTarget?

optional popoverTarget: string

Defined in: node_modules/@types/react/index.d.ts:2848

Inherited from

InputHTMLAttributes.popoverTarget


popoverTargetAction?

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

Defined in: node_modules/@types/react/index.d.ts:2847

Inherited from

InputHTMLAttributes.popoverTargetAction


prefix?

optional prefix: string

Defined in: node_modules/@types/react/index.d.ts:2824

Inherited from

InputHTMLAttributes.prefix


property?

optional property: string

Defined in: node_modules/@types/react/index.d.ts:2825

Inherited from

InputHTMLAttributes.property


radioGroup?

optional radioGroup: string

Defined in: node_modules/@types/react/index.d.ts:2814

Inherited from

InputHTMLAttributes.radioGroup


readOnly?

optional readOnly: boolean

Defined in: node_modules/@types/react/index.d.ts:3306

Inherited from

InputHTMLAttributes.readOnly


rel?

optional rel: string

Defined in: node_modules/@types/react/index.d.ts:2826

Inherited from

InputHTMLAttributes.rel


required?

optional required: boolean

Defined in: node_modules/@types/react/index.d.ts:3307

Inherited from

InputHTMLAttributes.required


resource?

optional resource: string

Defined in: node_modules/@types/react/index.d.ts:2827

Inherited from

InputHTMLAttributes.resource


results?

optional results: number

Defined in: node_modules/@types/react/index.d.ts:2841

Inherited from

InputHTMLAttributes.results


rev?

optional rev: string

Defined in: node_modules/@types/react/index.d.ts:2828

Inherited from

InputHTMLAttributes.rev


role?

optional role: AriaRole

Defined in: node_modules/@types/react/index.d.ts:2817

Inherited from

InputHTMLAttributes.role


security?

optional security: string

Defined in: node_modules/@types/react/index.d.ts:2842

Inherited from

InputHTMLAttributes.security


size?

optional size: number

Defined in: node_modules/@types/react/index.d.ts:3308

Inherited from

InputHTMLAttributes.size


slot?

optional slot: string

Defined in: node_modules/@types/react/index.d.ts:2806

Inherited from

InputHTMLAttributes.slot


spellCheck?

optional spellCheck: Booleanish

Defined in: node_modules/@types/react/index.d.ts:2807

Inherited from

InputHTMLAttributes.spellCheck


src?

optional src: string

Defined in: node_modules/@types/react/index.d.ts:3309

Inherited from

InputHTMLAttributes.src


step?

optional step: string | number

Defined in: node_modules/@types/react/index.d.ts:3310

Inherited from

InputHTMLAttributes.step


style?

optional style: CSSProperties

Defined in: node_modules/@types/react/index.d.ts:2808

Inherited from

InputHTMLAttributes.style


suppressContentEditableWarning?

optional suppressContentEditableWarning: boolean

Defined in: node_modules/@types/react/index.d.ts:2789

Inherited from

InputHTMLAttributes.suppressContentEditableWarning


suppressHydrationWarning?

optional suppressHydrationWarning: boolean

Defined in: node_modules/@types/react/index.d.ts:2790

Inherited from

InputHTMLAttributes.suppressHydrationWarning


tabIndex?

optional tabIndex: number

Defined in: node_modules/@types/react/index.d.ts:2809

Inherited from

InputHTMLAttributes.tabIndex


title?

optional title: string

Defined in: node_modules/@types/react/index.d.ts:2810

Inherited from

InputHTMLAttributes.title


translate?

optional translate: "yes" | "no"

Defined in: node_modules/@types/react/index.d.ts:2811

Inherited from

InputHTMLAttributes.translate


type?

optional type: HTMLInputTypeAttribute

Defined in: node_modules/@types/react/index.d.ts:3311

Inherited from

InputHTMLAttributes.type


typeof?

optional typeof: string

Defined in: node_modules/@types/react/index.d.ts:2829

Inherited from

InputHTMLAttributes.typeof


unselectable?

optional unselectable: "off" | "on"

Defined in: node_modules/@types/react/index.d.ts:2843

Inherited from

InputHTMLAttributes.unselectable


value?

optional value: string | number | readonly string[]

Defined in: node_modules/@types/react/index.d.ts:3312

Inherited from

InputHTMLAttributes.value


vocab?

optional vocab: string

Defined in: node_modules/@types/react/index.d.ts:2830

Inherited from

InputHTMLAttributes.vocab


width?

optional width: string | number

Defined in: node_modules/@types/react/index.d.ts:3313

Inherited from

InputHTMLAttributes.width