Aller au contenu

primatch-frontend


primatch-frontend / components/ui/Select / SelectProps

Interface: SelectProps

Defined in: src/components/ui/Select.tsx:11

Props du composant Select avec label flottant et icône.

Extends

  • SelectHTMLAttributes\<HTMLSelectElement>

Properties

about?

optional about: string

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

Inherited from

SelectHTMLAttributes.about


accessKey?

optional accessKey: string

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

Inherited from

SelectHTMLAttributes.accessKey


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

SelectHTMLAttributes.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

SelectHTMLAttributes.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

SelectHTMLAttributes.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

SelectHTMLAttributes.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

SelectHTMLAttributes.aria-brailleroledescription


aria-busy?

optional aria-busy: Booleanish

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

Inherited from

SelectHTMLAttributes.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

SelectHTMLAttributes.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

SelectHTMLAttributes.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

SelectHTMLAttributes.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

SelectHTMLAttributes.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

SelectHTMLAttributes.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

SelectHTMLAttributes.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

SelectHTMLAttributes.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

SelectHTMLAttributes.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

SelectHTMLAttributes.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

SelectHTMLAttributes.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

SelectHTMLAttributes.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

SelectHTMLAttributes.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

SelectHTMLAttributes.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

SelectHTMLAttributes.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

SelectHTMLAttributes.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

SelectHTMLAttributes.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

SelectHTMLAttributes.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

SelectHTMLAttributes.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

SelectHTMLAttributes.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

SelectHTMLAttributes.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

SelectHTMLAttributes.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

SelectHTMLAttributes.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

SelectHTMLAttributes.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

SelectHTMLAttributes.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

SelectHTMLAttributes.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

SelectHTMLAttributes.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

SelectHTMLAttributes.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

SelectHTMLAttributes.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

SelectHTMLAttributes.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

SelectHTMLAttributes.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

SelectHTMLAttributes.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

SelectHTMLAttributes.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

SelectHTMLAttributes.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

SelectHTMLAttributes.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

SelectHTMLAttributes.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

SelectHTMLAttributes.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

SelectHTMLAttributes.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

SelectHTMLAttributes.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

SelectHTMLAttributes.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

SelectHTMLAttributes.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

SelectHTMLAttributes.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

SelectHTMLAttributes.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

SelectHTMLAttributes.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

SelectHTMLAttributes.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

SelectHTMLAttributes.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

SelectHTMLAttributes.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

SelectHTMLAttributes.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

SelectHTMLAttributes.autoCapitalize


autoComplete?

optional autoComplete: string

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

Inherited from

SelectHTMLAttributes.autoComplete


autoCorrect?

optional autoCorrect: string

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

Inherited from

SelectHTMLAttributes.autoCorrect


autoFocus?

optional autoFocus: boolean

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

Inherited from

SelectHTMLAttributes.autoFocus


autoSave?

optional autoSave: string

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

Inherited from

SelectHTMLAttributes.autoSave


children?

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

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

Inherited from

SelectHTMLAttributes.children


className?

optional className: string

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

Inherited from

SelectHTMLAttributes.className


color?

optional color: string

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

Inherited from

SelectHTMLAttributes.color


content?

optional content: string

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

Inherited from

SelectHTMLAttributes.content


contentEditable?

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

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

Inherited from

SelectHTMLAttributes.contentEditable


contextMenu?

optional contextMenu: string

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

Inherited from

SelectHTMLAttributes.contextMenu


dangerouslySetInnerHTML?

optional dangerouslySetInnerHTML: object

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

__html

__html: string | TrustedHTML

Inherited from

SelectHTMLAttributes.dangerouslySetInnerHTML


datatype?

optional datatype: string

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

Inherited from

SelectHTMLAttributes.datatype


defaultChecked?

optional defaultChecked: boolean

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

Inherited from

SelectHTMLAttributes.defaultChecked


defaultValue?

optional defaultValue: string | number | readonly string[]

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

Inherited from

SelectHTMLAttributes.defaultValue


dir?

optional dir: string

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

Inherited from

SelectHTMLAttributes.dir


disabled?

optional disabled: boolean

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

Inherited from

SelectHTMLAttributes.disabled


draggable?

optional draggable: Booleanish

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

Inherited from

SelectHTMLAttributes.draggable


enterKeyHint?

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

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

Inherited from

SelectHTMLAttributes.enterKeyHint


error?

optional error: string

Defined in: src/components/ui/Select.tsx:13


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

SelectHTMLAttributes.exportparts


form?

optional form: string

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

Inherited from

SelectHTMLAttributes.form


hidden?

optional hidden: boolean

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

Inherited from

SelectHTMLAttributes.hidden


icon?

optional icon: string

Defined in: src/components/ui/Select.tsx:14


id?

optional id: string

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

Inherited from

SelectHTMLAttributes.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

SelectHTMLAttributes.inert


inlist?

optional inlist: any

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

Inherited from

SelectHTMLAttributes.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

SelectHTMLAttributes.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

SelectHTMLAttributes.is


itemID?

optional itemID: string

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

Inherited from

SelectHTMLAttributes.itemID


itemProp?

optional itemProp: string

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

Inherited from

SelectHTMLAttributes.itemProp


itemRef?

optional itemRef: string

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

Inherited from

SelectHTMLAttributes.itemRef


itemScope?

optional itemScope: boolean

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

Inherited from

SelectHTMLAttributes.itemScope


itemType?

optional itemType: string

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

Inherited from

SelectHTMLAttributes.itemType


label

label: string

Defined in: src/components/ui/Select.tsx:12


lang?

optional lang: string

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

Inherited from

SelectHTMLAttributes.lang


multiple?

optional multiple: boolean

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

Inherited from

SelectHTMLAttributes.multiple


name?

optional name: string

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

Inherited from

SelectHTMLAttributes.name


nonce?

optional nonce: string

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

Inherited from

SelectHTMLAttributes.nonce


onAbort?

optional onAbort: ReactEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onAbort


onAbortCapture?

optional onAbortCapture: ReactEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onAbortCapture


onAnimationEnd?

optional onAnimationEnd: AnimationEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onAnimationEnd


onAnimationEndCapture?

optional onAnimationEndCapture: AnimationEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onAnimationEndCapture


onAnimationIteration?

optional onAnimationIteration: AnimationEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onAnimationIteration


onAnimationIterationCapture?

optional onAnimationIterationCapture: AnimationEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onAnimationIterationCapture


onAnimationStart?

optional onAnimationStart: AnimationEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onAnimationStart


onAnimationStartCapture?

optional onAnimationStartCapture: AnimationEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onAnimationStartCapture


onAuxClick?

optional onAuxClick: MouseEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onAuxClick


onAuxClickCapture?

optional onAuxClickCapture: MouseEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onAuxClickCapture


onBeforeInput?

optional onBeforeInput: InputEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onBeforeInput


onBeforeInputCapture?

optional onBeforeInputCapture: InputEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onBeforeInputCapture


onBeforeToggle?

optional onBeforeToggle: ToggleEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onBeforeToggle


onBlur?

optional onBlur: FocusEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onBlur


onBlurCapture?

optional onBlurCapture: FocusEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onBlurCapture


onCanPlay?

optional onCanPlay: ReactEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onCanPlay


onCanPlayCapture?

optional onCanPlayCapture: ReactEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onCanPlayCapture


onCanPlayThrough?

optional onCanPlayThrough: ReactEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onCanPlayThrough


onCanPlayThroughCapture?

optional onCanPlayThroughCapture: ReactEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onCanPlayThroughCapture


onChange?

optional onChange: ChangeEventHandler\<HTMLSelectElement, HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onChange


onChangeCapture?

optional onChangeCapture: ChangeEventHandler\<HTMLSelectElement, Element>

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

Inherited from

SelectHTMLAttributes.onChangeCapture


onClick?

optional onClick: MouseEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onClick


onClickCapture?

optional onClickCapture: MouseEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onClickCapture


onCompositionEnd?

optional onCompositionEnd: CompositionEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onCompositionEnd


onCompositionEndCapture?

optional onCompositionEndCapture: CompositionEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onCompositionEndCapture


onCompositionStart?

optional onCompositionStart: CompositionEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onCompositionStart


onCompositionStartCapture?

optional onCompositionStartCapture: CompositionEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onCompositionStartCapture


onCompositionUpdate?

optional onCompositionUpdate: CompositionEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onCompositionUpdate


onCompositionUpdateCapture?

optional onCompositionUpdateCapture: CompositionEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onCompositionUpdateCapture


onContextMenu?

optional onContextMenu: MouseEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onContextMenu


onContextMenuCapture?

optional onContextMenuCapture: MouseEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onContextMenuCapture


onCopy?

optional onCopy: ClipboardEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onCopy


onCopyCapture?

optional onCopyCapture: ClipboardEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onCopyCapture


onCut?

optional onCut: ClipboardEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onCut


onCutCapture?

optional onCutCapture: ClipboardEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onCutCapture


onDoubleClick?

optional onDoubleClick: MouseEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onDoubleClick


onDoubleClickCapture?

optional onDoubleClickCapture: MouseEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onDoubleClickCapture


onDrag?

optional onDrag: DragEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onDrag


onDragCapture?

optional onDragCapture: DragEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onDragCapture


onDragEnd?

optional onDragEnd: DragEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onDragEnd


onDragEndCapture?

optional onDragEndCapture: DragEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onDragEndCapture


onDragEnter?

optional onDragEnter: DragEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onDragEnter


onDragEnterCapture?

optional onDragEnterCapture: DragEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onDragEnterCapture


onDragExit?

optional onDragExit: DragEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onDragExit


onDragExitCapture?

optional onDragExitCapture: DragEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onDragExitCapture


onDragLeave?

optional onDragLeave: DragEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onDragLeave


onDragLeaveCapture?

optional onDragLeaveCapture: DragEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onDragLeaveCapture


onDragOver?

optional onDragOver: DragEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onDragOver


onDragOverCapture?

optional onDragOverCapture: DragEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onDragOverCapture


onDragStart?

optional onDragStart: DragEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onDragStart


onDragStartCapture?

optional onDragStartCapture: DragEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onDragStartCapture


onDrop?

optional onDrop: DragEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onDrop


onDropCapture?

optional onDropCapture: DragEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onDropCapture


onDurationChange?

optional onDurationChange: ReactEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onDurationChange


onDurationChangeCapture?

optional onDurationChangeCapture: ReactEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onDurationChangeCapture


onEmptied?

optional onEmptied: ReactEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onEmptied


onEmptiedCapture?

optional onEmptiedCapture: ReactEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onEmptiedCapture


onEncrypted?

optional onEncrypted: ReactEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onEncrypted


onEncryptedCapture?

optional onEncryptedCapture: ReactEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onEncryptedCapture


onEnded?

optional onEnded: ReactEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onEnded


onEndedCapture?

optional onEndedCapture: ReactEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onEndedCapture


onError?

optional onError: ReactEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onError


onErrorCapture?

optional onErrorCapture: ReactEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onErrorCapture


onFocus?

optional onFocus: FocusEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onFocus


onFocusCapture?

optional onFocusCapture: FocusEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onFocusCapture


onGotPointerCapture?

optional onGotPointerCapture: PointerEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onGotPointerCapture


onGotPointerCaptureCapture?

optional onGotPointerCaptureCapture: PointerEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onGotPointerCaptureCapture


onInput?

optional onInput: InputEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onInput


onInputCapture?

optional onInputCapture: InputEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onInputCapture


onInvalid?

optional onInvalid: ReactEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onInvalid


onInvalidCapture?

optional onInvalidCapture: ReactEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onInvalidCapture


onKeyDown?

optional onKeyDown: KeyboardEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onKeyDown


onKeyDownCapture?

optional onKeyDownCapture: KeyboardEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onKeyDownCapture


~~onKeyPress?~~

optional onKeyPress: KeyboardEventHandler\<HTMLSelectElement>

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

Deprecated

Use onKeyUp or onKeyDown instead

Inherited from

SelectHTMLAttributes.onKeyPress


~~onKeyPressCapture?~~

optional onKeyPressCapture: KeyboardEventHandler\<HTMLSelectElement>

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

Deprecated

Use onKeyUpCapture or onKeyDownCapture instead

Inherited from

SelectHTMLAttributes.onKeyPressCapture


onKeyUp?

optional onKeyUp: KeyboardEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onKeyUp


onKeyUpCapture?

optional onKeyUpCapture: KeyboardEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onKeyUpCapture


onLoad?

optional onLoad: ReactEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onLoad


onLoadCapture?

optional onLoadCapture: ReactEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onLoadCapture


onLoadedData?

optional onLoadedData: ReactEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onLoadedData


onLoadedDataCapture?

optional onLoadedDataCapture: ReactEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onLoadedDataCapture


onLoadedMetadata?

optional onLoadedMetadata: ReactEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onLoadedMetadata


onLoadedMetadataCapture?

optional onLoadedMetadataCapture: ReactEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onLoadedMetadataCapture


onLoadStart?

optional onLoadStart: ReactEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onLoadStart


onLoadStartCapture?

optional onLoadStartCapture: ReactEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onLoadStartCapture


onLostPointerCapture?

optional onLostPointerCapture: PointerEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onLostPointerCapture


onLostPointerCaptureCapture?

optional onLostPointerCaptureCapture: PointerEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onLostPointerCaptureCapture


onMouseDown?

optional onMouseDown: MouseEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onMouseDown


onMouseDownCapture?

optional onMouseDownCapture: MouseEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onMouseDownCapture


onMouseEnter?

optional onMouseEnter: MouseEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onMouseEnter


onMouseLeave?

optional onMouseLeave: MouseEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onMouseLeave


onMouseMove?

optional onMouseMove: MouseEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onMouseMove


onMouseMoveCapture?

optional onMouseMoveCapture: MouseEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onMouseMoveCapture


onMouseOut?

optional onMouseOut: MouseEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onMouseOut


onMouseOutCapture?

optional onMouseOutCapture: MouseEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onMouseOutCapture


onMouseOver?

optional onMouseOver: MouseEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onMouseOver


onMouseOverCapture?

optional onMouseOverCapture: MouseEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onMouseOverCapture


onMouseUp?

optional onMouseUp: MouseEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onMouseUp


onMouseUpCapture?

optional onMouseUpCapture: MouseEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onMouseUpCapture


onPaste?

optional onPaste: ClipboardEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onPaste


onPasteCapture?

optional onPasteCapture: ClipboardEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onPasteCapture


onPause?

optional onPause: ReactEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onPause


onPauseCapture?

optional onPauseCapture: ReactEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onPauseCapture


onPlay?

optional onPlay: ReactEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onPlay


onPlayCapture?

optional onPlayCapture: ReactEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onPlayCapture


onPlaying?

optional onPlaying: ReactEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onPlaying


onPlayingCapture?

optional onPlayingCapture: ReactEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onPlayingCapture


onPointerCancel?

optional onPointerCancel: PointerEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onPointerCancel


onPointerCancelCapture?

optional onPointerCancelCapture: PointerEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onPointerCancelCapture


onPointerDown?

optional onPointerDown: PointerEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onPointerDown


onPointerDownCapture?

optional onPointerDownCapture: PointerEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onPointerDownCapture


onPointerEnter?

optional onPointerEnter: PointerEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onPointerEnter


onPointerLeave?

optional onPointerLeave: PointerEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onPointerLeave


onPointerMove?

optional onPointerMove: PointerEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onPointerMove


onPointerMoveCapture?

optional onPointerMoveCapture: PointerEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onPointerMoveCapture


onPointerOut?

optional onPointerOut: PointerEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onPointerOut


onPointerOutCapture?

optional onPointerOutCapture: PointerEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onPointerOutCapture


onPointerOver?

optional onPointerOver: PointerEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onPointerOver


onPointerOverCapture?

optional onPointerOverCapture: PointerEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onPointerOverCapture


onPointerUp?

optional onPointerUp: PointerEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onPointerUp


onPointerUpCapture?

optional onPointerUpCapture: PointerEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onPointerUpCapture


onProgress?

optional onProgress: ReactEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onProgress


onProgressCapture?

optional onProgressCapture: ReactEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onProgressCapture


onRateChange?

optional onRateChange: ReactEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onRateChange


onRateChangeCapture?

optional onRateChangeCapture: ReactEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onRateChangeCapture


onReset?

optional onReset: ReactEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onReset


onResetCapture?

optional onResetCapture: ReactEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onResetCapture


onScroll?

optional onScroll: UIEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onScroll


onScrollCapture?

optional onScrollCapture: UIEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onScrollCapture


onScrollEnd?

optional onScrollEnd: UIEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onScrollEnd


onScrollEndCapture?

optional onScrollEndCapture: UIEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onScrollEndCapture


onSeeked?

optional onSeeked: ReactEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onSeeked


onSeekedCapture?

optional onSeekedCapture: ReactEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onSeekedCapture


onSeeking?

optional onSeeking: ReactEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onSeeking


onSeekingCapture?

optional onSeekingCapture: ReactEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onSeekingCapture


onSelect?

optional onSelect: ReactEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onSelect


onSelectCapture?

optional onSelectCapture: ReactEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onSelectCapture


onStalled?

optional onStalled: ReactEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onStalled


onStalledCapture?

optional onStalledCapture: ReactEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onStalledCapture


onSubmit?

optional onSubmit: SubmitEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onSubmit


onSubmitCapture?

optional onSubmitCapture: SubmitEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onSubmitCapture


onSuspend?

optional onSuspend: ReactEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onSuspend


onSuspendCapture?

optional onSuspendCapture: ReactEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onSuspendCapture


onTimeUpdate?

optional onTimeUpdate: ReactEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onTimeUpdate


onTimeUpdateCapture?

optional onTimeUpdateCapture: ReactEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onTimeUpdateCapture


onToggle?

optional onToggle: ToggleEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onToggle


onTouchCancel?

optional onTouchCancel: TouchEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onTouchCancel


onTouchCancelCapture?

optional onTouchCancelCapture: TouchEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onTouchCancelCapture


onTouchEnd?

optional onTouchEnd: TouchEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onTouchEnd


onTouchEndCapture?

optional onTouchEndCapture: TouchEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onTouchEndCapture


onTouchMove?

optional onTouchMove: TouchEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onTouchMove


onTouchMoveCapture?

optional onTouchMoveCapture: TouchEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onTouchMoveCapture


onTouchStart?

optional onTouchStart: TouchEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onTouchStart


onTouchStartCapture?

optional onTouchStartCapture: TouchEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onTouchStartCapture


onTransitionCancel?

optional onTransitionCancel: TransitionEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onTransitionCancel


onTransitionCancelCapture?

optional onTransitionCancelCapture: TransitionEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onTransitionCancelCapture


onTransitionEnd?

optional onTransitionEnd: TransitionEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onTransitionEnd


onTransitionEndCapture?

optional onTransitionEndCapture: TransitionEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onTransitionEndCapture


onTransitionRun?

optional onTransitionRun: TransitionEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onTransitionRun


onTransitionRunCapture?

optional onTransitionRunCapture: TransitionEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onTransitionRunCapture


onTransitionStart?

optional onTransitionStart: TransitionEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onTransitionStart


onTransitionStartCapture?

optional onTransitionStartCapture: TransitionEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onTransitionStartCapture


onVolumeChange?

optional onVolumeChange: ReactEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onVolumeChange


onVolumeChangeCapture?

optional onVolumeChangeCapture: ReactEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onVolumeChangeCapture


onWaiting?

optional onWaiting: ReactEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onWaiting


onWaitingCapture?

optional onWaitingCapture: ReactEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onWaitingCapture


onWheel?

optional onWheel: WheelEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onWheel


onWheelCapture?

optional onWheelCapture: WheelEventHandler\<HTMLSelectElement>

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

Inherited from

SelectHTMLAttributes.onWheelCapture


options

options: SelectOption[]

Defined in: src/components/ui/Select.tsx:15


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

SelectHTMLAttributes.part


placeholder?

optional placeholder: string

Defined in: src/components/ui/Select.tsx:16


popover?

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

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

Inherited from

SelectHTMLAttributes.popover


popoverTarget?

optional popoverTarget: string

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

Inherited from

SelectHTMLAttributes.popoverTarget


popoverTargetAction?

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

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

Inherited from

SelectHTMLAttributes.popoverTargetAction


prefix?

optional prefix: string

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

Inherited from

SelectHTMLAttributes.prefix


property?

optional property: string

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

Inherited from

SelectHTMLAttributes.property


radioGroup?

optional radioGroup: string

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

Inherited from

SelectHTMLAttributes.radioGroup


rel?

optional rel: string

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

Inherited from

SelectHTMLAttributes.rel


required?

optional required: boolean

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

Inherited from

SelectHTMLAttributes.required


resource?

optional resource: string

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

Inherited from

SelectHTMLAttributes.resource


results?

optional results: number

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

Inherited from

SelectHTMLAttributes.results


rev?

optional rev: string

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

Inherited from

SelectHTMLAttributes.rev


role?

optional role: AriaRole

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

Inherited from

SelectHTMLAttributes.role


security?

optional security: string

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

Inherited from

SelectHTMLAttributes.security


size?

optional size: number

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

Inherited from

SelectHTMLAttributes.size


slot?

optional slot: string

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

Inherited from

SelectHTMLAttributes.slot


spellCheck?

optional spellCheck: Booleanish

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

Inherited from

SelectHTMLAttributes.spellCheck


style?

optional style: CSSProperties

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

Inherited from

SelectHTMLAttributes.style


suppressContentEditableWarning?

optional suppressContentEditableWarning: boolean

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

Inherited from

SelectHTMLAttributes.suppressContentEditableWarning


suppressHydrationWarning?

optional suppressHydrationWarning: boolean

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

Inherited from

SelectHTMLAttributes.suppressHydrationWarning


tabIndex?

optional tabIndex: number

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

Inherited from

SelectHTMLAttributes.tabIndex


title?

optional title: string

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

Inherited from

SelectHTMLAttributes.title


translate?

optional translate: "yes" | "no"

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

Inherited from

SelectHTMLAttributes.translate


typeof?

optional typeof: string

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

Inherited from

SelectHTMLAttributes.typeof


unselectable?

optional unselectable: "off" | "on"

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

Inherited from

SelectHTMLAttributes.unselectable


value?

optional value: string | number | readonly string[]

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

Inherited from

SelectProps.value


vocab?

optional vocab: string

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

Inherited from

SelectHTMLAttributes.vocab