Orderly SDKs / Modules / @orderly.network/react / InputProps

Interface: InputProps

@orderly.network/react.InputProps

Hierarchy

  • Omit<InputHTMLAttributes<HTMLInputElement>, "size" | "prefix" | "disabled" | "inputMode">

  • VariantProps<typeof inputVariants>

    InputProps

Table of contents

Properties

Properties

about

Optional about: string

Inherited from

Omit.about

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1978


accept

Optional accept: string

Inherited from

Omit.accept

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:2345


accessKey

Optional accessKey: string

Inherited from

Omit.accessKey

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1952


alt

Optional alt: string

Inherited from

Omit.alt

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:2346


aria-activedescendant

Optional aria-activedescendant: string

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

Inherited from

Omit.aria-activedescendant

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1650


aria-atomic

Optional aria-atomic: Booleanish

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

Inherited from

Omit.aria-atomic

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1652


aria-autocomplete

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

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

Omit.aria-autocomplete

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1657


aria-braillelabel

Optional aria-braillelabel: string

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

See

aria-label.

Inherited from

Omit.aria-braillelabel

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1663


aria-brailleroledescription

Optional aria-brailleroledescription: string

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

See

aria-roledescription.

Inherited from

Omit.aria-brailleroledescription

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1668


aria-busy

Optional aria-busy: Booleanish

Inherited from

Omit.aria-busy

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1669


aria-checked

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

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

See

  • aria-pressed
  • aria-selected.

Inherited from

Omit.aria-checked

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1674


aria-colcount

Optional aria-colcount: number

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

See

aria-colindex.

Inherited from

Omit.aria-colcount

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1679


aria-colindex

Optional aria-colindex: number

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

See

  • aria-colcount
  • aria-colspan.

Inherited from

Omit.aria-colindex

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1684


aria-colindextext

Optional aria-colindextext: string

Defines a human readable text alternative of aria-colindex.

See

aria-rowindextext.

Inherited from

Omit.aria-colindextext

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1689


aria-colspan

Optional aria-colspan: number

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

See

  • aria-colindex
  • aria-rowspan.

Inherited from

Omit.aria-colspan

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1694


aria-controls

Optional aria-controls: string

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

See

aria-owns.

Inherited from

Omit.aria-controls

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1699


aria-current

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

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

Inherited from

Omit.aria-current

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1701


aria-describedby

Optional aria-describedby: string

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

See

aria-labelledby

Inherited from

Omit.aria-describedby

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1706


aria-description

Optional aria-description: string

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

See

related aria-describedby.

Inherited from

Omit.aria-description

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1711


aria-details

Optional aria-details: string

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

See

aria-describedby.

Inherited from

Omit.aria-details

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1716


aria-disabled

Optional aria-disabled: Booleanish

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

See

  • aria-hidden
  • aria-readonly.

Inherited from

Omit.aria-disabled

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1721


aria-dropeffect

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

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

Deprecated

in ARIA 1.1

Inherited from

Omit.aria-dropeffect

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1726


aria-errormessage

Optional aria-errormessage: string

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

See

  • aria-invalid
  • aria-describedby.

Inherited from

Omit.aria-errormessage

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1731


aria-expanded

Optional aria-expanded: Booleanish

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

Inherited from

Omit.aria-expanded

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1733


aria-flowto

Optional aria-flowto: string

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

Inherited from

Omit.aria-flowto

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1738


aria-grabbed

Optional aria-grabbed: Booleanish

Indicates an element’s “grabbed” state in a drag-and-drop operation.

Deprecated

in ARIA 1.1

Inherited from

Omit.aria-grabbed

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1743


aria-haspopup

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

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

Inherited from

Omit.aria-haspopup

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1745


aria-hidden

Optional aria-hidden: Booleanish

Indicates whether the element is exposed to an accessibility API.

See

aria-disabled.

Inherited from

Omit.aria-hidden

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1750


aria-invalid

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

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

See

aria-errormessage.

Inherited from

Omit.aria-invalid

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1755


aria-keyshortcuts

Optional aria-keyshortcuts: string

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

Inherited from

Omit.aria-keyshortcuts

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1757


aria-label

Optional aria-label: string

Defines a string value that labels the current element.

See

aria-labelledby.

Inherited from

Omit.aria-label

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1762


aria-labelledby

Optional aria-labelledby: string

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

See

aria-describedby.

Inherited from

Omit.aria-labelledby

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1767


aria-level

Optional aria-level: number

Defines the hierarchical level of an element within a structure.

Inherited from

Omit.aria-level

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1769


aria-live

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

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

Inherited from

Omit.aria-live

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1771


aria-modal

Optional aria-modal: Booleanish

Indicates whether an element is modal when displayed.

Inherited from

Omit.aria-modal

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1773


aria-multiline

Optional aria-multiline: Booleanish

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

Inherited from

Omit.aria-multiline

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1775


aria-multiselectable

Optional aria-multiselectable: Booleanish

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

Inherited from

Omit.aria-multiselectable

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1777


aria-orientation

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

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

Inherited from

Omit.aria-orientation

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1779


aria-owns

Optional aria-owns: string

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

See

aria-controls.

Inherited from

Omit.aria-owns

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1785


aria-placeholder

Optional aria-placeholder: string

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

Inherited from

Omit.aria-placeholder

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1790


aria-posinset

Optional aria-posinset: number

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

See

aria-setsize.

Inherited from

Omit.aria-posinset

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1795


aria-pressed

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

Indicates the current “pressed” state of toggle buttons.

See

  • aria-checked
  • aria-selected.

Inherited from

Omit.aria-pressed

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1800


aria-readonly

Optional aria-readonly: Booleanish

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

See

aria-disabled.

Inherited from

Omit.aria-readonly

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1805


aria-relevant

Optional aria-relevant: "text" | "all" | "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

Omit.aria-relevant

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1810


aria-required

Optional aria-required: Booleanish

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

Inherited from

Omit.aria-required

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1823


aria-roledescription

Optional aria-roledescription: string

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

Inherited from

Omit.aria-roledescription

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1825


aria-rowcount

Optional aria-rowcount: number

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

See

aria-rowindex.

Inherited from

Omit.aria-rowcount

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1830


aria-rowindex

Optional aria-rowindex: number

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

See

  • aria-rowcount
  • aria-rowspan.

Inherited from

Omit.aria-rowindex

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1835


aria-rowindextext

Optional aria-rowindextext: string

Defines a human readable text alternative of aria-rowindex.

See

aria-colindextext.

Inherited from

Omit.aria-rowindextext

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1840


aria-rowspan

Optional aria-rowspan: number

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

See

  • aria-rowindex
  • aria-colspan.

Inherited from

Omit.aria-rowspan

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1845


aria-selected

Optional aria-selected: Booleanish

Indicates the current “selected” state of various widgets.

See

  • aria-checked
  • aria-pressed.

Inherited from

Omit.aria-selected

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1850


aria-setsize

Optional aria-setsize: number

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

See

aria-posinset.

Inherited from

Omit.aria-setsize

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1855


aria-sort

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

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

Inherited from

Omit.aria-sort

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1857


aria-valuemax

Optional aria-valuemax: number

Defines the maximum allowed value for a range widget.

Inherited from

Omit.aria-valuemax

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1859


aria-valuemin

Optional aria-valuemin: number

Defines the minimum allowed value for a range widget.

Inherited from

Omit.aria-valuemin

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1861


aria-valuenow

Optional aria-valuenow: number

Defines the current value for a range widget.

See

aria-valuetext.

Inherited from

Omit.aria-valuenow

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1866


aria-valuetext

Optional aria-valuetext: string

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

Inherited from

Omit.aria-valuetext

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1868


autoCapitalize

Optional autoCapitalize: string

Inherited from

Omit.autoCapitalize

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1991


autoComplete

Optional autoComplete: string

Inherited from

Omit.autoComplete

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:2347


autoCorrect

Optional autoCorrect: string

Inherited from

Omit.autoCorrect

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1992


autoFocus

Optional autoFocus: boolean

Inherited from

Omit.autoFocus

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1953


autoSave

Optional autoSave: string

Inherited from

Omit.autoSave

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1993


capture

Optional capture: boolean | "user" | "environment"

Inherited from

Omit.capture

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:2348


checked

Optional checked: boolean

Inherited from

Omit.checked

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:2349


children

Optional children: ReactNode

Inherited from

Omit.children

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1434


className

Optional className: string

Inherited from

Omit.className

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1954


color

Optional color: string

Inherited from

Omit.color

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1994


containerClassName

Optional containerClassName: string

Defined in

packages/component/src/input/index.tsx:75


content

Optional content: string

Inherited from

Omit.content

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1979


contentEditable

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

Inherited from

Omit.contentEditable

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1955


contextMenu

Optional contextMenu: string

Inherited from

Omit.contextMenu

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1956


dangerouslySetInnerHTML

Optional dangerouslySetInnerHTML: Object

Type declaration

NameType
__htmlstring | TrustedHTML

Inherited from

Omit.dangerouslySetInnerHTML

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1435


datatype

Optional datatype: string

Inherited from

Omit.datatype

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1980


defaultChecked

Optional defaultChecked: boolean

Inherited from

Omit.defaultChecked

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1946


defaultValue

Optional defaultValue: string | number | readonly string[]

Inherited from

Omit.defaultValue

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1947


dir

Optional dir: string

Inherited from

Omit.dir

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1957


disabled

Optional disabled: null | boolean

Inherited from

VariantProps.disabled

Defined in

packages/component/src/input/index.tsx:32


draggable

Optional draggable: Booleanish

Inherited from

Omit.draggable

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1958


enterKeyHint

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

Inherited from

Omit.enterKeyHint

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:2351


error

Optional error: null | boolean

Inherited from

VariantProps.error

Defined in

packages/component/src/input/index.tsx:35


fixClassName

Optional fixClassName: string

Defined in

packages/component/src/input/index.tsx:69


form

Optional form: string

Inherited from

Omit.form

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:2352


formAction

Optional formAction: string

Inherited from

Omit.formAction

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:2353


formEncType

Optional formEncType: string

Inherited from

Omit.formEncType

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:2359


formMethod

Optional formMethod: string

Inherited from

Omit.formMethod

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:2360


formNoValidate

Optional formNoValidate: boolean

Inherited from

Omit.formNoValidate

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:2361


formTarget

Optional formTarget: string

Inherited from

Omit.formTarget

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:2362


fullWidth

Optional fullWidth: null | boolean

Inherited from

VariantProps.fullWidth

Defined in

packages/component/src/input/index.tsx:29


height

Optional height: string | number

Inherited from

Omit.height

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:2363


helpText

Optional helpText: string

Defined in

packages/component/src/input/index.tsx:70


hidden

Optional hidden: boolean

Inherited from

Omit.hidden

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1959


id

Optional id: string

Inherited from

Omit.id

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1960


inlist

Optional inlist: any

Inherited from

Omit.inlist

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1981


inputMode

Optional inputMode: "amount" | "numeric" | "decimal"

Defined in

packages/component/src/input/index.tsx:73


is

Optional is: string

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

See

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

Inherited from

Omit.is

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:2014


itemID

Optional itemID: string

Inherited from

Omit.itemID

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1998


itemProp

Optional itemProp: string

Inherited from

Omit.itemProp

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1995


itemRef

Optional itemRef: string

Inherited from

Omit.itemRef

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1999


itemScope

Optional itemScope: boolean

Inherited from

Omit.itemScope

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1996


itemType

Optional itemType: string

Inherited from

Omit.itemType

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1997


lang

Optional lang: string

Inherited from

Omit.lang

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1961


list

Optional list: string

Inherited from

Omit.list

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:2364


loading

Optional loading: boolean

Defined in

packages/component/src/input/index.tsx:71


max

Optional max: string | number

Inherited from

Omit.max

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:2365


maxLength

Optional maxLength: number

Inherited from

Omit.maxLength

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:2366


min

Optional min: string | number

Inherited from

Omit.min

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:2367


minLength

Optional minLength: number

Inherited from

Omit.minLength

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:2368


multiple

Optional multiple: boolean

Inherited from

Omit.multiple

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:2369


name

Optional name: string

Inherited from

Omit.name

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:2370


nonce

Optional nonce: string

Inherited from

Omit.nonce

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1962


onAbort

Optional onAbort: ReactEventHandler<HTMLInputElement>

Inherited from

Omit.onAbort

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1494


onAbortCapture

Optional onAbortCapture: ReactEventHandler<HTMLInputElement>

Inherited from

Omit.onAbortCapture

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1495


onAnimationEnd

Optional onAnimationEnd: AnimationEventHandler<HTMLInputElement>

Inherited from

Omit.onAnimationEnd

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1626


onAnimationEndCapture

Optional onAnimationEndCapture: AnimationEventHandler<HTMLInputElement>

Inherited from

Omit.onAnimationEndCapture

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1627


onAnimationIteration

Optional onAnimationIteration: AnimationEventHandler<HTMLInputElement>

Inherited from

Omit.onAnimationIteration

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1628


onAnimationIterationCapture

Optional onAnimationIterationCapture: AnimationEventHandler<HTMLInputElement>

Inherited from

Omit.onAnimationIterationCapture

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1629


onAnimationStart

Optional onAnimationStart: AnimationEventHandler<HTMLInputElement>

Inherited from

Omit.onAnimationStart

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1624


onAnimationStartCapture

Optional onAnimationStartCapture: AnimationEventHandler<HTMLInputElement>

Inherited from

Omit.onAnimationStartCapture

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1625


onAuxClick

Optional onAuxClick: MouseEventHandler<HTMLInputElement>

Inherited from

Omit.onAuxClick

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1542


onAuxClickCapture

Optional onAuxClickCapture: MouseEventHandler<HTMLInputElement>

Inherited from

Omit.onAuxClickCapture

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1543


onBeforeInput

Optional onBeforeInput: FormEventHandler<HTMLInputElement>

Inherited from

Omit.onBeforeInput

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1466


onBeforeInputCapture

Optional onBeforeInputCapture: FormEventHandler<HTMLInputElement>

Inherited from

Omit.onBeforeInputCapture

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1467


onBlur

Optional onBlur: FocusEventHandler<HTMLInputElement>

Inherited from

Omit.onBlur

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1460


onBlurCapture

Optional onBlurCapture: FocusEventHandler<HTMLInputElement>

Inherited from

Omit.onBlurCapture

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1461


onCanPlay

Optional onCanPlay: ReactEventHandler<HTMLInputElement>

Inherited from

Omit.onCanPlay

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1496


onCanPlayCapture

Optional onCanPlayCapture: ReactEventHandler<HTMLInputElement>

Inherited from

Omit.onCanPlayCapture

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1497


onCanPlayThrough

Optional onCanPlayThrough: ReactEventHandler<HTMLInputElement>

Inherited from

Omit.onCanPlayThrough

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1498


onCanPlayThroughCapture

Optional onCanPlayThroughCapture: ReactEventHandler<HTMLInputElement>

Inherited from

Omit.onCanPlayThroughCapture

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1499


onChange

Optional onChange: ChangeEventHandler<HTMLInputElement>

Inherited from

Omit.onChange

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:2382


onChangeCapture

Optional onChangeCapture: FormEventHandler<HTMLInputElement>

Inherited from

Omit.onChangeCapture

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1465


onClean

Optional onClean: () => void

Type declaration

▸ (): void

Returns

void

Defined in

packages/component/src/input/index.tsx:68


onClick

Optional onClick: MouseEventHandler<HTMLInputElement>

Inherited from

Omit.onClick

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1544


onClickCapture

Optional onClickCapture: MouseEventHandler<HTMLInputElement>

Inherited from

Omit.onClickCapture

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1545


onCompositionEnd

Optional onCompositionEnd: CompositionEventHandler<HTMLInputElement>

Inherited from

Omit.onCompositionEnd

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1450


onCompositionEndCapture

Optional onCompositionEndCapture: CompositionEventHandler<HTMLInputElement>

Inherited from

Omit.onCompositionEndCapture

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1451


onCompositionStart

Optional onCompositionStart: CompositionEventHandler<HTMLInputElement>

Inherited from

Omit.onCompositionStart

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1452


onCompositionStartCapture

Optional onCompositionStartCapture: CompositionEventHandler<HTMLInputElement>

Inherited from

Omit.onCompositionStartCapture

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1453


onCompositionUpdate

Optional onCompositionUpdate: CompositionEventHandler<HTMLInputElement>

Inherited from

Omit.onCompositionUpdate

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1454


onCompositionUpdateCapture

Optional onCompositionUpdateCapture: CompositionEventHandler<HTMLInputElement>

Inherited from

Omit.onCompositionUpdateCapture

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1455


onContextMenu

Optional onContextMenu: MouseEventHandler<HTMLInputElement>

Inherited from

Omit.onContextMenu

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1546


onContextMenuCapture

Optional onContextMenuCapture: MouseEventHandler<HTMLInputElement>

Inherited from

Omit.onContextMenuCapture

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1547


onCopy

Optional onCopy: ClipboardEventHandler<HTMLInputElement>

Inherited from

Omit.onCopy

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1442


onCopyCapture

Optional onCopyCapture: ClipboardEventHandler<HTMLInputElement>

Inherited from

Omit.onCopyCapture

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1443


onCut

Optional onCut: ClipboardEventHandler<HTMLInputElement>

Inherited from

Omit.onCut

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1444


onCutCapture

Optional onCutCapture: ClipboardEventHandler<HTMLInputElement>

Inherited from

Omit.onCutCapture

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1445


onDoubleClick

Optional onDoubleClick: MouseEventHandler<HTMLInputElement>

Inherited from

Omit.onDoubleClick

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1548


onDoubleClickCapture

Optional onDoubleClickCapture: MouseEventHandler<HTMLInputElement>

Inherited from

Omit.onDoubleClickCapture

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1549


onDrag

Optional onDrag: DragEventHandler<HTMLInputElement>

Inherited from

Omit.onDrag

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1550


onDragCapture

Optional onDragCapture: DragEventHandler<HTMLInputElement>

Inherited from

Omit.onDragCapture

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1551


onDragEnd

Optional onDragEnd: DragEventHandler<HTMLInputElement>

Inherited from

Omit.onDragEnd

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1552


onDragEndCapture

Optional onDragEndCapture: DragEventHandler<HTMLInputElement>

Inherited from

Omit.onDragEndCapture

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1553


onDragEnter

Optional onDragEnter: DragEventHandler<HTMLInputElement>

Inherited from

Omit.onDragEnter

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1554


onDragEnterCapture

Optional onDragEnterCapture: DragEventHandler<HTMLInputElement>

Inherited from

Omit.onDragEnterCapture

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1555


onDragExit

Optional onDragExit: DragEventHandler<HTMLInputElement>

Inherited from

Omit.onDragExit

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1556


onDragExitCapture

Optional onDragExitCapture: DragEventHandler<HTMLInputElement>

Inherited from

Omit.onDragExitCapture

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1557


onDragLeave

Optional onDragLeave: DragEventHandler<HTMLInputElement>

Inherited from

Omit.onDragLeave

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1558


onDragLeaveCapture

Optional onDragLeaveCapture: DragEventHandler<HTMLInputElement>

Inherited from

Omit.onDragLeaveCapture

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1559


onDragOver

Optional onDragOver: DragEventHandler<HTMLInputElement>

Inherited from

Omit.onDragOver

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1560


onDragOverCapture

Optional onDragOverCapture: DragEventHandler<HTMLInputElement>

Inherited from

Omit.onDragOverCapture

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1561


onDragStart

Optional onDragStart: DragEventHandler<HTMLInputElement>

Inherited from

Omit.onDragStart

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1562


onDragStartCapture

Optional onDragStartCapture: DragEventHandler<HTMLInputElement>

Inherited from

Omit.onDragStartCapture

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1563


onDrop

Optional onDrop: DragEventHandler<HTMLInputElement>

Inherited from

Omit.onDrop

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1564


onDropCapture

Optional onDropCapture: DragEventHandler<HTMLInputElement>

Inherited from

Omit.onDropCapture

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1565


onDurationChange

Optional onDurationChange: ReactEventHandler<HTMLInputElement>

Inherited from

Omit.onDurationChange

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1500


onDurationChangeCapture

Optional onDurationChangeCapture: ReactEventHandler<HTMLInputElement>

Inherited from

Omit.onDurationChangeCapture

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1501


onEmptied

Optional onEmptied: ReactEventHandler<HTMLInputElement>

Inherited from

Omit.onEmptied

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1502


onEmptiedCapture

Optional onEmptiedCapture: ReactEventHandler<HTMLInputElement>

Inherited from

Omit.onEmptiedCapture

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1503


onEncrypted

Optional onEncrypted: ReactEventHandler<HTMLInputElement>

Inherited from

Omit.onEncrypted

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1504


onEncryptedCapture

Optional onEncryptedCapture: ReactEventHandler<HTMLInputElement>

Inherited from

Omit.onEncryptedCapture

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1505


onEnded

Optional onEnded: ReactEventHandler<HTMLInputElement>

Inherited from

Omit.onEnded

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1506


onEndedCapture

Optional onEndedCapture: ReactEventHandler<HTMLInputElement>

Inherited from

Omit.onEndedCapture

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1507


onError

Optional onError: ReactEventHandler<HTMLInputElement>

Inherited from

Omit.onError

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1480


onErrorCapture

Optional onErrorCapture: ReactEventHandler<HTMLInputElement>

Inherited from

Omit.onErrorCapture

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1481


onFocus

Optional onFocus: FocusEventHandler<HTMLInputElement>

Inherited from

Omit.onFocus

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1458


onFocusCapture

Optional onFocusCapture: FocusEventHandler<HTMLInputElement>

Inherited from

Omit.onFocusCapture

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1459


onGotPointerCapture

Optional onGotPointerCapture: PointerEventHandler<HTMLInputElement>

Inherited from

Omit.onGotPointerCapture

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1610


onGotPointerCaptureCapture

Optional onGotPointerCaptureCapture: PointerEventHandler<HTMLInputElement>

Inherited from

Omit.onGotPointerCaptureCapture

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1611


onInput

Optional onInput: FormEventHandler<HTMLInputElement>

Inherited from

Omit.onInput

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1468


onInputCapture

Optional onInputCapture: FormEventHandler<HTMLInputElement>

Inherited from

Omit.onInputCapture

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1469


onInvalid

Optional onInvalid: FormEventHandler<HTMLInputElement>

Inherited from

Omit.onInvalid

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1474


onInvalidCapture

Optional onInvalidCapture: FormEventHandler<HTMLInputElement>

Inherited from

Omit.onInvalidCapture

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1475


onKeyDown

Optional onKeyDown: KeyboardEventHandler<HTMLInputElement>

Inherited from

Omit.onKeyDown

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1484


onKeyDownCapture

Optional onKeyDownCapture: KeyboardEventHandler<HTMLInputElement>

Inherited from

Omit.onKeyDownCapture

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1485


onKeyPress

Optional onKeyPress: KeyboardEventHandler<HTMLInputElement>

Deprecated

Inherited from

Omit.onKeyPress

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1487


onKeyPressCapture

Optional onKeyPressCapture: KeyboardEventHandler<HTMLInputElement>

Deprecated

Inherited from

Omit.onKeyPressCapture

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1489


onKeyUp

Optional onKeyUp: KeyboardEventHandler<HTMLInputElement>

Inherited from

Omit.onKeyUp

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1490


onKeyUpCapture

Optional onKeyUpCapture: KeyboardEventHandler<HTMLInputElement>

Inherited from

Omit.onKeyUpCapture

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1491


onLoad

Optional onLoad: ReactEventHandler<HTMLInputElement>

Inherited from

Omit.onLoad

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1478


onLoadCapture

Optional onLoadCapture: ReactEventHandler<HTMLInputElement>

Inherited from

Omit.onLoadCapture

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1479


onLoadStart

Optional onLoadStart: ReactEventHandler<HTMLInputElement>

Inherited from

Omit.onLoadStart

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1512


onLoadStartCapture

Optional onLoadStartCapture: ReactEventHandler<HTMLInputElement>

Inherited from

Omit.onLoadStartCapture

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1513


onLoadedData

Optional onLoadedData: ReactEventHandler<HTMLInputElement>

Inherited from

Omit.onLoadedData

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1508


onLoadedDataCapture

Optional onLoadedDataCapture: ReactEventHandler<HTMLInputElement>

Inherited from

Omit.onLoadedDataCapture

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1509


onLoadedMetadata

Optional onLoadedMetadata: ReactEventHandler<HTMLInputElement>

Inherited from

Omit.onLoadedMetadata

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1510


onLoadedMetadataCapture

Optional onLoadedMetadataCapture: ReactEventHandler<HTMLInputElement>

Inherited from

Omit.onLoadedMetadataCapture

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1511


onLostPointerCapture

Optional onLostPointerCapture: PointerEventHandler<HTMLInputElement>

Inherited from

Omit.onLostPointerCapture

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1612


onLostPointerCaptureCapture

Optional onLostPointerCaptureCapture: PointerEventHandler<HTMLInputElement>

Inherited from

Omit.onLostPointerCaptureCapture

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1613


onMouseDown

Optional onMouseDown: MouseEventHandler<HTMLInputElement>

Inherited from

Omit.onMouseDown

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1566


onMouseDownCapture

Optional onMouseDownCapture: MouseEventHandler<HTMLInputElement>

Inherited from

Omit.onMouseDownCapture

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1567


onMouseEnter

Optional onMouseEnter: MouseEventHandler<HTMLInputElement>

Inherited from

Omit.onMouseEnter

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1568


onMouseLeave

Optional onMouseLeave: MouseEventHandler<HTMLInputElement>

Inherited from

Omit.onMouseLeave

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1569


onMouseMove

Optional onMouseMove: MouseEventHandler<HTMLInputElement>

Inherited from

Omit.onMouseMove

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1570


onMouseMoveCapture

Optional onMouseMoveCapture: MouseEventHandler<HTMLInputElement>

Inherited from

Omit.onMouseMoveCapture

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1571


onMouseOut

Optional onMouseOut: MouseEventHandler<HTMLInputElement>

Inherited from

Omit.onMouseOut

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1572


onMouseOutCapture

Optional onMouseOutCapture: MouseEventHandler<HTMLInputElement>

Inherited from

Omit.onMouseOutCapture

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1573


onMouseOver

Optional onMouseOver: MouseEventHandler<HTMLInputElement>

Inherited from

Omit.onMouseOver

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1574


onMouseOverCapture

Optional onMouseOverCapture: MouseEventHandler<HTMLInputElement>

Inherited from

Omit.onMouseOverCapture

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1575


onMouseUp

Optional onMouseUp: MouseEventHandler<HTMLInputElement>

Inherited from

Omit.onMouseUp

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1576


onMouseUpCapture

Optional onMouseUpCapture: MouseEventHandler<HTMLInputElement>

Inherited from

Omit.onMouseUpCapture

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1577


onPaste

Optional onPaste: ClipboardEventHandler<HTMLInputElement>

Inherited from

Omit.onPaste

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1446


onPasteCapture

Optional onPasteCapture: ClipboardEventHandler<HTMLInputElement>

Inherited from

Omit.onPasteCapture

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1447


onPause

Optional onPause: ReactEventHandler<HTMLInputElement>

Inherited from

Omit.onPause

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1514


onPauseCapture

Optional onPauseCapture: ReactEventHandler<HTMLInputElement>

Inherited from

Omit.onPauseCapture

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1515


onPlay

Optional onPlay: ReactEventHandler<HTMLInputElement>

Inherited from

Omit.onPlay

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1516


onPlayCapture

Optional onPlayCapture: ReactEventHandler<HTMLInputElement>

Inherited from

Omit.onPlayCapture

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1517


onPlaying

Optional onPlaying: ReactEventHandler<HTMLInputElement>

Inherited from

Omit.onPlaying

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1518


onPlayingCapture

Optional onPlayingCapture: ReactEventHandler<HTMLInputElement>

Inherited from

Omit.onPlayingCapture

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1519


onPointerCancel

Optional onPointerCancel: PointerEventHandler<HTMLInputElement>

Inherited from

Omit.onPointerCancel

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1600


onPointerCancelCapture

Optional onPointerCancelCapture: PointerEventHandler<HTMLInputElement>

Inherited from

Omit.onPointerCancelCapture

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1601


onPointerDown

Optional onPointerDown: PointerEventHandler<HTMLInputElement>

Inherited from

Omit.onPointerDown

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1594


onPointerDownCapture

Optional onPointerDownCapture: PointerEventHandler<HTMLInputElement>

Inherited from

Omit.onPointerDownCapture

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1595


onPointerEnter

Optional onPointerEnter: PointerEventHandler<HTMLInputElement>

Inherited from

Omit.onPointerEnter

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1602


onPointerEnterCapture

Optional onPointerEnterCapture: PointerEventHandler<HTMLInputElement>

Inherited from

Omit.onPointerEnterCapture

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1603


onPointerLeave

Optional onPointerLeave: PointerEventHandler<HTMLInputElement>

Inherited from

Omit.onPointerLeave

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1604


onPointerLeaveCapture

Optional onPointerLeaveCapture: PointerEventHandler<HTMLInputElement>

Inherited from

Omit.onPointerLeaveCapture

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1605


onPointerMove

Optional onPointerMove: PointerEventHandler<HTMLInputElement>

Inherited from

Omit.onPointerMove

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1596


onPointerMoveCapture

Optional onPointerMoveCapture: PointerEventHandler<HTMLInputElement>

Inherited from

Omit.onPointerMoveCapture

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1597


onPointerOut

Optional onPointerOut: PointerEventHandler<HTMLInputElement>

Inherited from

Omit.onPointerOut

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1608


onPointerOutCapture

Optional onPointerOutCapture: PointerEventHandler<HTMLInputElement>

Inherited from

Omit.onPointerOutCapture

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1609


onPointerOver

Optional onPointerOver: PointerEventHandler<HTMLInputElement>

Inherited from

Omit.onPointerOver

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1606


onPointerOverCapture

Optional onPointerOverCapture: PointerEventHandler<HTMLInputElement>

Inherited from

Omit.onPointerOverCapture

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1607


onPointerUp

Optional onPointerUp: PointerEventHandler<HTMLInputElement>

Inherited from

Omit.onPointerUp

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1598


onPointerUpCapture

Optional onPointerUpCapture: PointerEventHandler<HTMLInputElement>

Inherited from

Omit.onPointerUpCapture

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1599


onProgress

Optional onProgress: ReactEventHandler<HTMLInputElement>

Inherited from

Omit.onProgress

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1520


onProgressCapture

Optional onProgressCapture: ReactEventHandler<HTMLInputElement>

Inherited from

Omit.onProgressCapture

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1521


onRateChange

Optional onRateChange: ReactEventHandler<HTMLInputElement>

Inherited from

Omit.onRateChange

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1522


onRateChangeCapture

Optional onRateChangeCapture: ReactEventHandler<HTMLInputElement>

Inherited from

Omit.onRateChangeCapture

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1523


onReset

Optional onReset: FormEventHandler<HTMLInputElement>

Inherited from

Omit.onReset

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1470


onResetCapture

Optional onResetCapture: FormEventHandler<HTMLInputElement>

Inherited from

Omit.onResetCapture

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1471


onResize

Optional onResize: ReactEventHandler<HTMLInputElement>

Inherited from

Omit.onResize

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1524


onResizeCapture

Optional onResizeCapture: ReactEventHandler<HTMLInputElement>

Inherited from

Omit.onResizeCapture

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1525


onScroll

Optional onScroll: UIEventHandler<HTMLInputElement>

Inherited from

Omit.onScroll

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1616


onScrollCapture

Optional onScrollCapture: UIEventHandler<HTMLInputElement>

Inherited from

Omit.onScrollCapture

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1617


onSeeked

Optional onSeeked: ReactEventHandler<HTMLInputElement>

Inherited from

Omit.onSeeked

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1526


onSeekedCapture

Optional onSeekedCapture: ReactEventHandler<HTMLInputElement>

Inherited from

Omit.onSeekedCapture

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1527


onSeeking

Optional onSeeking: ReactEventHandler<HTMLInputElement>

Inherited from

Omit.onSeeking

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1528


onSeekingCapture

Optional onSeekingCapture: ReactEventHandler<HTMLInputElement>

Inherited from

Omit.onSeekingCapture

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1529


onSelect

Optional onSelect: ReactEventHandler<HTMLInputElement>

Inherited from

Omit.onSelect

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1580


onSelectCapture

Optional onSelectCapture: ReactEventHandler<HTMLInputElement>

Inherited from

Omit.onSelectCapture

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1581


onStalled

Optional onStalled: ReactEventHandler<HTMLInputElement>

Inherited from

Omit.onStalled

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1530


onStalledCapture

Optional onStalledCapture: ReactEventHandler<HTMLInputElement>

Inherited from

Omit.onStalledCapture

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1531


onSubmit

Optional onSubmit: FormEventHandler<HTMLInputElement>

Inherited from

Omit.onSubmit

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1472


onSubmitCapture

Optional onSubmitCapture: FormEventHandler<HTMLInputElement>

Inherited from

Omit.onSubmitCapture

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1473


onSuspend

Optional onSuspend: ReactEventHandler<HTMLInputElement>

Inherited from

Omit.onSuspend

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1532


onSuspendCapture

Optional onSuspendCapture: ReactEventHandler<HTMLInputElement>

Inherited from

Omit.onSuspendCapture

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1533


onTimeUpdate

Optional onTimeUpdate: ReactEventHandler<HTMLInputElement>

Inherited from

Omit.onTimeUpdate

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1534


onTimeUpdateCapture

Optional onTimeUpdateCapture: ReactEventHandler<HTMLInputElement>

Inherited from

Omit.onTimeUpdateCapture

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1535


onTouchCancel

Optional onTouchCancel: TouchEventHandler<HTMLInputElement>

Inherited from

Omit.onTouchCancel

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1584


onTouchCancelCapture

Optional onTouchCancelCapture: TouchEventHandler<HTMLInputElement>

Inherited from

Omit.onTouchCancelCapture

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1585


onTouchEnd

Optional onTouchEnd: TouchEventHandler<HTMLInputElement>

Inherited from

Omit.onTouchEnd

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1586


onTouchEndCapture

Optional onTouchEndCapture: TouchEventHandler<HTMLInputElement>

Inherited from

Omit.onTouchEndCapture

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1587


onTouchMove

Optional onTouchMove: TouchEventHandler<HTMLInputElement>

Inherited from

Omit.onTouchMove

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1588


onTouchMoveCapture

Optional onTouchMoveCapture: TouchEventHandler<HTMLInputElement>

Inherited from

Omit.onTouchMoveCapture

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1589


onTouchStart

Optional onTouchStart: TouchEventHandler<HTMLInputElement>

Inherited from

Omit.onTouchStart

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1590


onTouchStartCapture

Optional onTouchStartCapture: TouchEventHandler<HTMLInputElement>

Inherited from

Omit.onTouchStartCapture

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1591


onTransitionEnd

Optional onTransitionEnd: TransitionEventHandler<HTMLInputElement>

Inherited from

Omit.onTransitionEnd

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1632


onTransitionEndCapture

Optional onTransitionEndCapture: TransitionEventHandler<HTMLInputElement>

Inherited from

Omit.onTransitionEndCapture

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1633


onValueChange

Optional onValueChange: (value: any) => void

Type declaration

▸ (value): void

Parameters
NameType
valueany
Returns

void

Defined in

packages/component/src/input/index.tsx:76


onVolumeChange

Optional onVolumeChange: ReactEventHandler<HTMLInputElement>

Inherited from

Omit.onVolumeChange

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1536


onVolumeChangeCapture

Optional onVolumeChangeCapture: ReactEventHandler<HTMLInputElement>

Inherited from

Omit.onVolumeChangeCapture

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1537


onWaiting

Optional onWaiting: ReactEventHandler<HTMLInputElement>

Inherited from

Omit.onWaiting

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1538


onWaitingCapture

Optional onWaitingCapture: ReactEventHandler<HTMLInputElement>

Inherited from

Omit.onWaitingCapture

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1539


onWheel

Optional onWheel: WheelEventHandler<HTMLInputElement>

Inherited from

Omit.onWheel

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1620


onWheelCapture

Optional onWheelCapture: WheelEventHandler<HTMLInputElement>

Inherited from

Omit.onWheelCapture

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1621


pattern

Optional pattern: string

Inherited from

Omit.pattern

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:2371


placeholder

Optional placeholder: string

Inherited from

Omit.placeholder

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:2372


prefix

Optional prefix: ReactNode

Defined in

packages/component/src/input/index.tsx:65


property

Optional property: string

Inherited from

Omit.property

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1983


radioGroup

Optional radioGroup: string

Inherited from

Omit.radioGroup

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1972


readOnly

Optional readOnly: boolean

Inherited from

Omit.readOnly

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:2373


rel

Optional rel: string

Inherited from

Omit.rel

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1984


required

Optional required: boolean

Inherited from

Omit.required

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:2374


resource

Optional resource: string

Inherited from

Omit.resource

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1985


results

Optional results: number

Inherited from

Omit.results

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:2000


rev

Optional rev: string

Inherited from

Omit.rev

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1986


role

Optional role: AriaRole

Inherited from

Omit.role

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1975


security

Optional security: string

Inherited from

Omit.security

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:2001


size

Optional size: null | "default" | "small"

Inherited from

VariantProps.size

Defined in

packages/component/src/input/index.tsx:25


slot

Optional slot: string

Inherited from

Omit.slot

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1964


spellCheck

Optional spellCheck: Booleanish

Inherited from

Omit.spellCheck

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1965


src

Optional src: string

Inherited from

Omit.src

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:2376


step

Optional step: string | number

Inherited from

Omit.step

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:2377


style

Optional style: CSSProperties

Inherited from

Omit.style

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1966


suffix

Optional suffix: ReactNode

Defined in

packages/component/src/input/index.tsx:66


suppressContentEditableWarning

Optional suppressContentEditableWarning: boolean

Inherited from

Omit.suppressContentEditableWarning

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1948


suppressHydrationWarning

Optional suppressHydrationWarning: boolean

Inherited from

Omit.suppressHydrationWarning

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1949


tabIndex

Optional tabIndex: number

Inherited from

Omit.tabIndex

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1967


thousandSeparator

Optional thousandSeparator: boolean

Whether to display the thousandth symbol

Defined in

packages/component/src/input/index.tsx:80


title

Optional title: string

Inherited from

Omit.title

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1968


tooltipClassName

Optional tooltipClassName: string

Defined in

packages/component/src/input/index.tsx:81


translate

Optional translate: "yes" | "no"

Inherited from

Omit.translate

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1969


type

Optional type: HTMLInputTypeAttribute

Inherited from

Omit.type

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:2378


typeof

Optional typeof: string

Inherited from

Omit.typeof

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1987


unselectable

Optional unselectable: "on" | "off"

Inherited from

Omit.unselectable

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:2002


value

Optional value: string | number | readonly string[]

Inherited from

Omit.value

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:2379


variant

Optional variant: null | "filled" | "outlined"

Inherited from

VariantProps.variant

Defined in

packages/component/src/input/index.tsx:21


vocab

Optional vocab: string

Inherited from

Omit.vocab

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:1988


width

Optional width: string | number

Inherited from

Omit.width

Defined in

node_modules/.pnpm/@types+react@18.2.38/node_modules/@types/react/index.d.ts:2380