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?¶
optionalabout:string
Defined in: node_modules/@types/react/index.d.ts:2820
Inherited from¶
SelectHTMLAttributes.about
accessKey?¶
optionalaccessKey:string
Defined in: node_modules/@types/react/index.d.ts:2793
Inherited from¶
SelectHTMLAttributes.accessKey
aria-activedescendant?¶
optionalaria-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?¶
optionalaria-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?¶
optionalaria-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?¶
optionalaria-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?¶
optionalaria-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?¶
optionalaria-busy:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2510
Inherited from¶
SelectHTMLAttributes.aria-busy
aria-checked?¶
optionalaria-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?¶
optionalaria-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?¶
optionalaria-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?¶
optionalaria-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?¶
optionalaria-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?¶
optionalaria-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?¶
optionalaria-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?¶
optionalaria-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?¶
optionalaria-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?¶
optionalaria-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?¶
optionalaria-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?~~¶
optionalaria-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?¶
optionalaria-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?¶
optionalaria-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?¶
optionalaria-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?~~¶
optionalaria-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?¶
optionalaria-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?¶
optionalaria-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?¶
optionalaria-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?¶
optionalaria-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?¶
optionalaria-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?¶
optionalaria-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?¶
optionalaria-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?¶
optionalaria-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?¶
optionalaria-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?¶
optionalaria-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?¶
optionalaria-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?¶
optionalaria-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?¶
optionalaria-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?¶
optionalaria-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?¶
optionalaria-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?¶
optionalaria-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?¶
optionalaria-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?¶
optionalaria-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?¶
optionalaria-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?¶
optionalaria-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?¶
optionalaria-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?¶
optionalaria-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?¶
optionalaria-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?¶
optionalaria-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?¶
optionalaria-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?¶
optionalaria-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?¶
optionalaria-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?¶
optionalaria-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?¶
optionalaria-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?¶
optionalaria-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?¶
optionalaria-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?¶
optionalautoCapitalize:"off"|"none"|"on"|"sentences"|"words"|"characters"|string&object
Defined in: node_modules/@types/react/index.d.ts:2794
Inherited from¶
SelectHTMLAttributes.autoCapitalize
autoComplete?¶
optionalautoComplete:string
Defined in: node_modules/@types/react/index.d.ts:3474
Inherited from¶
SelectHTMLAttributes.autoComplete
autoCorrect?¶
optionalautoCorrect:string
Defined in: node_modules/@types/react/index.d.ts:2833
Inherited from¶
SelectHTMLAttributes.autoCorrect
autoFocus?¶
optionalautoFocus:boolean
Defined in: node_modules/@types/react/index.d.ts:2795
Inherited from¶
SelectHTMLAttributes.autoFocus
autoSave?¶
optionalautoSave:string
Defined in: node_modules/@types/react/index.d.ts:2834
Inherited from¶
SelectHTMLAttributes.autoSave
children?¶
optionalchildren:ReactI18NextChildren|Iterable\<ReactI18NextChildren,any,any>
Defined in: node_modules/react-i18next/index.d.ts:68
Inherited from¶
SelectHTMLAttributes.children
className?¶
optionalclassName:string
Defined in: node_modules/@types/react/index.d.ts:2796
Inherited from¶
SelectHTMLAttributes.className
color?¶
optionalcolor:string
Defined in: node_modules/@types/react/index.d.ts:2835
Inherited from¶
SelectHTMLAttributes.color
content?¶
optionalcontent:string
Defined in: node_modules/@types/react/index.d.ts:2821
Inherited from¶
SelectHTMLAttributes.content
contentEditable?¶
optionalcontentEditable:Booleanish|"inherit"|"plaintext-only"
Defined in: node_modules/@types/react/index.d.ts:2797
Inherited from¶
SelectHTMLAttributes.contentEditable
contextMenu?¶
optionalcontextMenu:string
Defined in: node_modules/@types/react/index.d.ts:2798
Inherited from¶
SelectHTMLAttributes.contextMenu
dangerouslySetInnerHTML?¶
optionaldangerouslySetInnerHTML:object
Defined in: node_modules/@types/react/index.d.ts:2268
__html¶
__html:
string|TrustedHTML
Inherited from¶
SelectHTMLAttributes.dangerouslySetInnerHTML
datatype?¶
optionaldatatype:string
Defined in: node_modules/@types/react/index.d.ts:2822
Inherited from¶
SelectHTMLAttributes.datatype
defaultChecked?¶
optionaldefaultChecked:boolean
Defined in: node_modules/@types/react/index.d.ts:2787
Inherited from¶
SelectHTMLAttributes.defaultChecked
defaultValue?¶
optionaldefaultValue:string|number| readonlystring[]
Defined in: node_modules/@types/react/index.d.ts:2788
Inherited from¶
SelectHTMLAttributes.defaultValue
dir?¶
optionaldir:string
Defined in: node_modules/@types/react/index.d.ts:2799
Inherited from¶
SelectHTMLAttributes.dir
disabled?¶
optionaldisabled:boolean
Defined in: node_modules/@types/react/index.d.ts:3475
Inherited from¶
SelectHTMLAttributes.disabled
draggable?¶
optionaldraggable:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2800
Inherited from¶
SelectHTMLAttributes.draggable
enterKeyHint?¶
optionalenterKeyHint:"search"|"enter"|"done"|"go"|"next"|"previous"|"send"
Defined in: node_modules/@types/react/index.d.ts:2801
Inherited from¶
SelectHTMLAttributes.enterKeyHint
error?¶
optionalerror:string
Defined in: src/components/ui/Select.tsx:13
exportparts?¶
optionalexportparts: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?¶
optionalform:string
Defined in: node_modules/@types/react/index.d.ts:3476
Inherited from¶
SelectHTMLAttributes.form
hidden?¶
optionalhidden:boolean
Defined in: node_modules/@types/react/index.d.ts:2802
Inherited from¶
SelectHTMLAttributes.hidden
icon?¶
optionalicon:string
Defined in: src/components/ui/Select.tsx:14
id?¶
optionalid:string
Defined in: node_modules/@types/react/index.d.ts:2803
Inherited from¶
SelectHTMLAttributes.id
inert?¶
optionalinert: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?¶
optionalinlist:any
Defined in: node_modules/@types/react/index.d.ts:2823
Inherited from¶
SelectHTMLAttributes.inlist
inputMode?¶
optionalinputMode:"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?¶
optionalis: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?¶
optionalitemID:string
Defined in: node_modules/@types/react/index.d.ts:2839
Inherited from¶
SelectHTMLAttributes.itemID
itemProp?¶
optionalitemProp:string
Defined in: node_modules/@types/react/index.d.ts:2836
Inherited from¶
SelectHTMLAttributes.itemProp
itemRef?¶
optionalitemRef:string
Defined in: node_modules/@types/react/index.d.ts:2840
Inherited from¶
SelectHTMLAttributes.itemRef
itemScope?¶
optionalitemScope:boolean
Defined in: node_modules/@types/react/index.d.ts:2837
Inherited from¶
SelectHTMLAttributes.itemScope
itemType?¶
optionalitemType: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?¶
optionallang:string
Defined in: node_modules/@types/react/index.d.ts:2804
Inherited from¶
SelectHTMLAttributes.lang
multiple?¶
optionalmultiple:boolean
Defined in: node_modules/@types/react/index.d.ts:3477
Inherited from¶
SelectHTMLAttributes.multiple
name?¶
optionalname:string
Defined in: node_modules/@types/react/index.d.ts:3478
Inherited from¶
SelectHTMLAttributes.name
nonce?¶
optionalnonce:string
Defined in: node_modules/@types/react/index.d.ts:2805
Inherited from¶
SelectHTMLAttributes.nonce
onAbort?¶
optionalonAbort:ReactEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2327
Inherited from¶
SelectHTMLAttributes.onAbort
onAbortCapture?¶
optionalonAbortCapture:ReactEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2328
Inherited from¶
SelectHTMLAttributes.onAbortCapture
onAnimationEnd?¶
optionalonAnimationEnd:AnimationEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2457
Inherited from¶
SelectHTMLAttributes.onAnimationEnd
onAnimationEndCapture?¶
optionalonAnimationEndCapture:AnimationEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2458
Inherited from¶
SelectHTMLAttributes.onAnimationEndCapture
onAnimationIteration?¶
optionalonAnimationIteration:AnimationEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2459
Inherited from¶
SelectHTMLAttributes.onAnimationIteration
onAnimationIterationCapture?¶
optionalonAnimationIterationCapture:AnimationEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2460
Inherited from¶
SelectHTMLAttributes.onAnimationIterationCapture
onAnimationStart?¶
optionalonAnimationStart:AnimationEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2455
Inherited from¶
SelectHTMLAttributes.onAnimationStart
onAnimationStartCapture?¶
optionalonAnimationStartCapture:AnimationEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2456
Inherited from¶
SelectHTMLAttributes.onAnimationStartCapture
onAuxClick?¶
optionalonAuxClick:MouseEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2373
Inherited from¶
SelectHTMLAttributes.onAuxClick
onAuxClickCapture?¶
optionalonAuxClickCapture:MouseEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2374
Inherited from¶
SelectHTMLAttributes.onAuxClickCapture
onBeforeInput?¶
optionalonBeforeInput:InputEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2299
Inherited from¶
SelectHTMLAttributes.onBeforeInput
onBeforeInputCapture?¶
optionalonBeforeInputCapture:InputEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2300
Inherited from¶
SelectHTMLAttributes.onBeforeInputCapture
onBeforeToggle?¶
optionalonBeforeToggle:ToggleEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2464
Inherited from¶
SelectHTMLAttributes.onBeforeToggle
onBlur?¶
optionalonBlur:FocusEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2293
Inherited from¶
SelectHTMLAttributes.onBlur
onBlurCapture?¶
optionalonBlurCapture:FocusEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2294
Inherited from¶
SelectHTMLAttributes.onBlurCapture
onCanPlay?¶
optionalonCanPlay:ReactEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2329
Inherited from¶
SelectHTMLAttributes.onCanPlay
onCanPlayCapture?¶
optionalonCanPlayCapture:ReactEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2330
Inherited from¶
SelectHTMLAttributes.onCanPlayCapture
onCanPlayThrough?¶
optionalonCanPlayThrough:ReactEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2331
Inherited from¶
SelectHTMLAttributes.onCanPlayThrough
onCanPlayThroughCapture?¶
optionalonCanPlayThroughCapture:ReactEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2332
Inherited from¶
SelectHTMLAttributes.onCanPlayThroughCapture
onChange?¶
optionalonChange:ChangeEventHandler\<HTMLSelectElement,HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:3484
Inherited from¶
SelectHTMLAttributes.onChange
onChangeCapture?¶
optionalonChangeCapture:ChangeEventHandler\<HTMLSelectElement,Element>
Defined in: node_modules/@types/react/index.d.ts:2298
Inherited from¶
SelectHTMLAttributes.onChangeCapture
onClick?¶
optionalonClick:MouseEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2375
Inherited from¶
SelectHTMLAttributes.onClick
onClickCapture?¶
optionalonClickCapture:MouseEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2376
Inherited from¶
SelectHTMLAttributes.onClickCapture
onCompositionEnd?¶
optionalonCompositionEnd:CompositionEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2283
Inherited from¶
SelectHTMLAttributes.onCompositionEnd
onCompositionEndCapture?¶
optionalonCompositionEndCapture:CompositionEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2284
Inherited from¶
SelectHTMLAttributes.onCompositionEndCapture
onCompositionStart?¶
optionalonCompositionStart:CompositionEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2285
Inherited from¶
SelectHTMLAttributes.onCompositionStart
onCompositionStartCapture?¶
optionalonCompositionStartCapture:CompositionEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2286
Inherited from¶
SelectHTMLAttributes.onCompositionStartCapture
onCompositionUpdate?¶
optionalonCompositionUpdate:CompositionEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2287
Inherited from¶
SelectHTMLAttributes.onCompositionUpdate
onCompositionUpdateCapture?¶
optionalonCompositionUpdateCapture:CompositionEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2288
Inherited from¶
SelectHTMLAttributes.onCompositionUpdateCapture
onContextMenu?¶
optionalonContextMenu:MouseEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2377
Inherited from¶
SelectHTMLAttributes.onContextMenu
onContextMenuCapture?¶
optionalonContextMenuCapture:MouseEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2378
Inherited from¶
SelectHTMLAttributes.onContextMenuCapture
onCopy?¶
optionalonCopy:ClipboardEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2275
Inherited from¶
SelectHTMLAttributes.onCopy
onCopyCapture?¶
optionalonCopyCapture:ClipboardEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2276
Inherited from¶
SelectHTMLAttributes.onCopyCapture
onCut?¶
optionalonCut:ClipboardEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2277
Inherited from¶
SelectHTMLAttributes.onCut
onCutCapture?¶
optionalonCutCapture:ClipboardEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2278
Inherited from¶
SelectHTMLAttributes.onCutCapture
onDoubleClick?¶
optionalonDoubleClick:MouseEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2379
Inherited from¶
SelectHTMLAttributes.onDoubleClick
onDoubleClickCapture?¶
optionalonDoubleClickCapture:MouseEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2380
Inherited from¶
SelectHTMLAttributes.onDoubleClickCapture
onDrag?¶
optionalonDrag:DragEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2381
Inherited from¶
SelectHTMLAttributes.onDrag
onDragCapture?¶
optionalonDragCapture:DragEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2382
Inherited from¶
SelectHTMLAttributes.onDragCapture
onDragEnd?¶
optionalonDragEnd:DragEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2383
Inherited from¶
SelectHTMLAttributes.onDragEnd
onDragEndCapture?¶
optionalonDragEndCapture:DragEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2384
Inherited from¶
SelectHTMLAttributes.onDragEndCapture
onDragEnter?¶
optionalonDragEnter:DragEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2385
Inherited from¶
SelectHTMLAttributes.onDragEnter
onDragEnterCapture?¶
optionalonDragEnterCapture:DragEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2386
Inherited from¶
SelectHTMLAttributes.onDragEnterCapture
onDragExit?¶
optionalonDragExit:DragEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2387
Inherited from¶
SelectHTMLAttributes.onDragExit
onDragExitCapture?¶
optionalonDragExitCapture:DragEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2388
Inherited from¶
SelectHTMLAttributes.onDragExitCapture
onDragLeave?¶
optionalonDragLeave:DragEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2389
Inherited from¶
SelectHTMLAttributes.onDragLeave
onDragLeaveCapture?¶
optionalonDragLeaveCapture:DragEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2390
Inherited from¶
SelectHTMLAttributes.onDragLeaveCapture
onDragOver?¶
optionalonDragOver:DragEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2391
Inherited from¶
SelectHTMLAttributes.onDragOver
onDragOverCapture?¶
optionalonDragOverCapture:DragEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2392
Inherited from¶
SelectHTMLAttributes.onDragOverCapture
onDragStart?¶
optionalonDragStart:DragEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2393
Inherited from¶
SelectHTMLAttributes.onDragStart
onDragStartCapture?¶
optionalonDragStartCapture:DragEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2394
Inherited from¶
SelectHTMLAttributes.onDragStartCapture
onDrop?¶
optionalonDrop:DragEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2395
Inherited from¶
SelectHTMLAttributes.onDrop
onDropCapture?¶
optionalonDropCapture:DragEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2396
Inherited from¶
SelectHTMLAttributes.onDropCapture
onDurationChange?¶
optionalonDurationChange:ReactEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2333
Inherited from¶
SelectHTMLAttributes.onDurationChange
onDurationChangeCapture?¶
optionalonDurationChangeCapture:ReactEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2334
Inherited from¶
SelectHTMLAttributes.onDurationChangeCapture
onEmptied?¶
optionalonEmptied:ReactEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2335
Inherited from¶
SelectHTMLAttributes.onEmptied
onEmptiedCapture?¶
optionalonEmptiedCapture:ReactEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2336
Inherited from¶
SelectHTMLAttributes.onEmptiedCapture
onEncrypted?¶
optionalonEncrypted:ReactEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2337
Inherited from¶
SelectHTMLAttributes.onEncrypted
onEncryptedCapture?¶
optionalonEncryptedCapture:ReactEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2338
Inherited from¶
SelectHTMLAttributes.onEncryptedCapture
onEnded?¶
optionalonEnded:ReactEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2339
Inherited from¶
SelectHTMLAttributes.onEnded
onEndedCapture?¶
optionalonEndedCapture:ReactEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2340
Inherited from¶
SelectHTMLAttributes.onEndedCapture
onError?¶
optionalonError:ReactEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2313
Inherited from¶
SelectHTMLAttributes.onError
onErrorCapture?¶
optionalonErrorCapture:ReactEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2314
Inherited from¶
SelectHTMLAttributes.onErrorCapture
onFocus?¶
optionalonFocus:FocusEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2291
Inherited from¶
SelectHTMLAttributes.onFocus
onFocusCapture?¶
optionalonFocusCapture:FocusEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2292
Inherited from¶
SelectHTMLAttributes.onFocusCapture
onGotPointerCapture?¶
optionalonGotPointerCapture:PointerEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2439
Inherited from¶
SelectHTMLAttributes.onGotPointerCapture
onGotPointerCaptureCapture?¶
optionalonGotPointerCaptureCapture:PointerEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2440
Inherited from¶
SelectHTMLAttributes.onGotPointerCaptureCapture
onInput?¶
optionalonInput:InputEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2301
Inherited from¶
SelectHTMLAttributes.onInput
onInputCapture?¶
optionalonInputCapture:InputEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2302
Inherited from¶
SelectHTMLAttributes.onInputCapture
onInvalid?¶
optionalonInvalid:ReactEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2307
Inherited from¶
SelectHTMLAttributes.onInvalid
onInvalidCapture?¶
optionalonInvalidCapture:ReactEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2308
Inherited from¶
SelectHTMLAttributes.onInvalidCapture
onKeyDown?¶
optionalonKeyDown:KeyboardEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2317
Inherited from¶
SelectHTMLAttributes.onKeyDown
onKeyDownCapture?¶
optionalonKeyDownCapture:KeyboardEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2318
Inherited from¶
SelectHTMLAttributes.onKeyDownCapture
~~onKeyPress?~~¶
optionalonKeyPress:KeyboardEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2320
Deprecated¶
Use onKeyUp or onKeyDown instead
Inherited from¶
SelectHTMLAttributes.onKeyPress
~~onKeyPressCapture?~~¶
optionalonKeyPressCapture:KeyboardEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2322
Deprecated¶
Use onKeyUpCapture or onKeyDownCapture instead
Inherited from¶
SelectHTMLAttributes.onKeyPressCapture
onKeyUp?¶
optionalonKeyUp:KeyboardEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2323
Inherited from¶
SelectHTMLAttributes.onKeyUp
onKeyUpCapture?¶
optionalonKeyUpCapture:KeyboardEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2324
Inherited from¶
SelectHTMLAttributes.onKeyUpCapture
onLoad?¶
optionalonLoad:ReactEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2311
Inherited from¶
SelectHTMLAttributes.onLoad
onLoadCapture?¶
optionalonLoadCapture:ReactEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2312
Inherited from¶
SelectHTMLAttributes.onLoadCapture
onLoadedData?¶
optionalonLoadedData:ReactEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2341
Inherited from¶
SelectHTMLAttributes.onLoadedData
onLoadedDataCapture?¶
optionalonLoadedDataCapture:ReactEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2342
Inherited from¶
SelectHTMLAttributes.onLoadedDataCapture
onLoadedMetadata?¶
optionalonLoadedMetadata:ReactEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2343
Inherited from¶
SelectHTMLAttributes.onLoadedMetadata
onLoadedMetadataCapture?¶
optionalonLoadedMetadataCapture:ReactEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2344
Inherited from¶
SelectHTMLAttributes.onLoadedMetadataCapture
onLoadStart?¶
optionalonLoadStart:ReactEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2345
Inherited from¶
SelectHTMLAttributes.onLoadStart
onLoadStartCapture?¶
optionalonLoadStartCapture:ReactEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2346
Inherited from¶
SelectHTMLAttributes.onLoadStartCapture
onLostPointerCapture?¶
optionalonLostPointerCapture:PointerEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2441
Inherited from¶
SelectHTMLAttributes.onLostPointerCapture
onLostPointerCaptureCapture?¶
optionalonLostPointerCaptureCapture:PointerEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2442
Inherited from¶
SelectHTMLAttributes.onLostPointerCaptureCapture
onMouseDown?¶
optionalonMouseDown:MouseEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2397
Inherited from¶
SelectHTMLAttributes.onMouseDown
onMouseDownCapture?¶
optionalonMouseDownCapture:MouseEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2398
Inherited from¶
SelectHTMLAttributes.onMouseDownCapture
onMouseEnter?¶
optionalonMouseEnter:MouseEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2399
Inherited from¶
SelectHTMLAttributes.onMouseEnter
onMouseLeave?¶
optionalonMouseLeave:MouseEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2400
Inherited from¶
SelectHTMLAttributes.onMouseLeave
onMouseMove?¶
optionalonMouseMove:MouseEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2401
Inherited from¶
SelectHTMLAttributes.onMouseMove
onMouseMoveCapture?¶
optionalonMouseMoveCapture:MouseEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2402
Inherited from¶
SelectHTMLAttributes.onMouseMoveCapture
onMouseOut?¶
optionalonMouseOut:MouseEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2403
Inherited from¶
SelectHTMLAttributes.onMouseOut
onMouseOutCapture?¶
optionalonMouseOutCapture:MouseEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2404
Inherited from¶
SelectHTMLAttributes.onMouseOutCapture
onMouseOver?¶
optionalonMouseOver:MouseEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2405
Inherited from¶
SelectHTMLAttributes.onMouseOver
onMouseOverCapture?¶
optionalonMouseOverCapture:MouseEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2406
Inherited from¶
SelectHTMLAttributes.onMouseOverCapture
onMouseUp?¶
optionalonMouseUp:MouseEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2407
Inherited from¶
SelectHTMLAttributes.onMouseUp
onMouseUpCapture?¶
optionalonMouseUpCapture:MouseEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2408
Inherited from¶
SelectHTMLAttributes.onMouseUpCapture
onPaste?¶
optionalonPaste:ClipboardEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2279
Inherited from¶
SelectHTMLAttributes.onPaste
onPasteCapture?¶
optionalonPasteCapture:ClipboardEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2280
Inherited from¶
SelectHTMLAttributes.onPasteCapture
onPause?¶
optionalonPause:ReactEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2347
Inherited from¶
SelectHTMLAttributes.onPause
onPauseCapture?¶
optionalonPauseCapture:ReactEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2348
Inherited from¶
SelectHTMLAttributes.onPauseCapture
onPlay?¶
optionalonPlay:ReactEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2349
Inherited from¶
SelectHTMLAttributes.onPlay
onPlayCapture?¶
optionalonPlayCapture:ReactEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2350
Inherited from¶
SelectHTMLAttributes.onPlayCapture
onPlaying?¶
optionalonPlaying:ReactEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2351
Inherited from¶
SelectHTMLAttributes.onPlaying
onPlayingCapture?¶
optionalonPlayingCapture:ReactEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2352
Inherited from¶
SelectHTMLAttributes.onPlayingCapture
onPointerCancel?¶
optionalonPointerCancel:PointerEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2431
Inherited from¶
SelectHTMLAttributes.onPointerCancel
onPointerCancelCapture?¶
optionalonPointerCancelCapture:PointerEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2432
Inherited from¶
SelectHTMLAttributes.onPointerCancelCapture
onPointerDown?¶
optionalonPointerDown:PointerEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2425
Inherited from¶
SelectHTMLAttributes.onPointerDown
onPointerDownCapture?¶
optionalonPointerDownCapture:PointerEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2426
Inherited from¶
SelectHTMLAttributes.onPointerDownCapture
onPointerEnter?¶
optionalonPointerEnter:PointerEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2433
Inherited from¶
SelectHTMLAttributes.onPointerEnter
onPointerLeave?¶
optionalonPointerLeave:PointerEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2434
Inherited from¶
SelectHTMLAttributes.onPointerLeave
onPointerMove?¶
optionalonPointerMove:PointerEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2427
Inherited from¶
SelectHTMLAttributes.onPointerMove
onPointerMoveCapture?¶
optionalonPointerMoveCapture:PointerEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2428
Inherited from¶
SelectHTMLAttributes.onPointerMoveCapture
onPointerOut?¶
optionalonPointerOut:PointerEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2437
Inherited from¶
SelectHTMLAttributes.onPointerOut
onPointerOutCapture?¶
optionalonPointerOutCapture:PointerEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2438
Inherited from¶
SelectHTMLAttributes.onPointerOutCapture
onPointerOver?¶
optionalonPointerOver:PointerEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2435
Inherited from¶
SelectHTMLAttributes.onPointerOver
onPointerOverCapture?¶
optionalonPointerOverCapture:PointerEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2436
Inherited from¶
SelectHTMLAttributes.onPointerOverCapture
onPointerUp?¶
optionalonPointerUp:PointerEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2429
Inherited from¶
SelectHTMLAttributes.onPointerUp
onPointerUpCapture?¶
optionalonPointerUpCapture:PointerEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2430
Inherited from¶
SelectHTMLAttributes.onPointerUpCapture
onProgress?¶
optionalonProgress:ReactEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2353
Inherited from¶
SelectHTMLAttributes.onProgress
onProgressCapture?¶
optionalonProgressCapture:ReactEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2354
Inherited from¶
SelectHTMLAttributes.onProgressCapture
onRateChange?¶
optionalonRateChange:ReactEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2355
Inherited from¶
SelectHTMLAttributes.onRateChange
onRateChangeCapture?¶
optionalonRateChangeCapture:ReactEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2356
Inherited from¶
SelectHTMLAttributes.onRateChangeCapture
onReset?¶
optionalonReset:ReactEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2303
Inherited from¶
SelectHTMLAttributes.onReset
onResetCapture?¶
optionalonResetCapture:ReactEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2304
Inherited from¶
SelectHTMLAttributes.onResetCapture
onScroll?¶
optionalonScroll:UIEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2445
Inherited from¶
SelectHTMLAttributes.onScroll
onScrollCapture?¶
optionalonScrollCapture:UIEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2446
Inherited from¶
SelectHTMLAttributes.onScrollCapture
onScrollEnd?¶
optionalonScrollEnd:UIEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2447
Inherited from¶
SelectHTMLAttributes.onScrollEnd
onScrollEndCapture?¶
optionalonScrollEndCapture:UIEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2448
Inherited from¶
SelectHTMLAttributes.onScrollEndCapture
onSeeked?¶
optionalonSeeked:ReactEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2357
Inherited from¶
SelectHTMLAttributes.onSeeked
onSeekedCapture?¶
optionalonSeekedCapture:ReactEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2358
Inherited from¶
SelectHTMLAttributes.onSeekedCapture
onSeeking?¶
optionalonSeeking:ReactEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2359
Inherited from¶
SelectHTMLAttributes.onSeeking
onSeekingCapture?¶
optionalonSeekingCapture:ReactEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2360
Inherited from¶
SelectHTMLAttributes.onSeekingCapture
onSelect?¶
optionalonSelect:ReactEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2411
Inherited from¶
SelectHTMLAttributes.onSelect
onSelectCapture?¶
optionalonSelectCapture:ReactEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2412
Inherited from¶
SelectHTMLAttributes.onSelectCapture
onStalled?¶
optionalonStalled:ReactEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2361
Inherited from¶
SelectHTMLAttributes.onStalled
onStalledCapture?¶
optionalonStalledCapture:ReactEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2362
Inherited from¶
SelectHTMLAttributes.onStalledCapture
onSubmit?¶
optionalonSubmit:SubmitEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2305
Inherited from¶
SelectHTMLAttributes.onSubmit
onSubmitCapture?¶
optionalonSubmitCapture:SubmitEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2306
Inherited from¶
SelectHTMLAttributes.onSubmitCapture
onSuspend?¶
optionalonSuspend:ReactEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2363
Inherited from¶
SelectHTMLAttributes.onSuspend
onSuspendCapture?¶
optionalonSuspendCapture:ReactEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2364
Inherited from¶
SelectHTMLAttributes.onSuspendCapture
onTimeUpdate?¶
optionalonTimeUpdate:ReactEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2365
Inherited from¶
SelectHTMLAttributes.onTimeUpdate
onTimeUpdateCapture?¶
optionalonTimeUpdateCapture:ReactEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2366
Inherited from¶
SelectHTMLAttributes.onTimeUpdateCapture
onToggle?¶
optionalonToggle:ToggleEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2463
Inherited from¶
SelectHTMLAttributes.onToggle
onTouchCancel?¶
optionalonTouchCancel:TouchEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2415
Inherited from¶
SelectHTMLAttributes.onTouchCancel
onTouchCancelCapture?¶
optionalonTouchCancelCapture:TouchEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2416
Inherited from¶
SelectHTMLAttributes.onTouchCancelCapture
onTouchEnd?¶
optionalonTouchEnd:TouchEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2417
Inherited from¶
SelectHTMLAttributes.onTouchEnd
onTouchEndCapture?¶
optionalonTouchEndCapture:TouchEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2418
Inherited from¶
SelectHTMLAttributes.onTouchEndCapture
onTouchMove?¶
optionalonTouchMove:TouchEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2419
Inherited from¶
SelectHTMLAttributes.onTouchMove
onTouchMoveCapture?¶
optionalonTouchMoveCapture:TouchEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2420
Inherited from¶
SelectHTMLAttributes.onTouchMoveCapture
onTouchStart?¶
optionalonTouchStart:TouchEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2421
Inherited from¶
SelectHTMLAttributes.onTouchStart
onTouchStartCapture?¶
optionalonTouchStartCapture:TouchEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2422
Inherited from¶
SelectHTMLAttributes.onTouchStartCapture
onTransitionCancel?¶
optionalonTransitionCancel:TransitionEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2467
Inherited from¶
SelectHTMLAttributes.onTransitionCancel
onTransitionCancelCapture?¶
optionalonTransitionCancelCapture:TransitionEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2468
Inherited from¶
SelectHTMLAttributes.onTransitionCancelCapture
onTransitionEnd?¶
optionalonTransitionEnd:TransitionEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2469
Inherited from¶
SelectHTMLAttributes.onTransitionEnd
onTransitionEndCapture?¶
optionalonTransitionEndCapture:TransitionEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2470
Inherited from¶
SelectHTMLAttributes.onTransitionEndCapture
onTransitionRun?¶
optionalonTransitionRun:TransitionEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2471
Inherited from¶
SelectHTMLAttributes.onTransitionRun
onTransitionRunCapture?¶
optionalonTransitionRunCapture:TransitionEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2472
Inherited from¶
SelectHTMLAttributes.onTransitionRunCapture
onTransitionStart?¶
optionalonTransitionStart:TransitionEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2473
Inherited from¶
SelectHTMLAttributes.onTransitionStart
onTransitionStartCapture?¶
optionalonTransitionStartCapture:TransitionEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2474
Inherited from¶
SelectHTMLAttributes.onTransitionStartCapture
onVolumeChange?¶
optionalonVolumeChange:ReactEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2367
Inherited from¶
SelectHTMLAttributes.onVolumeChange
onVolumeChangeCapture?¶
optionalonVolumeChangeCapture:ReactEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2368
Inherited from¶
SelectHTMLAttributes.onVolumeChangeCapture
onWaiting?¶
optionalonWaiting:ReactEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2369
Inherited from¶
SelectHTMLAttributes.onWaiting
onWaitingCapture?¶
optionalonWaitingCapture:ReactEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2370
Inherited from¶
SelectHTMLAttributes.onWaitingCapture
onWheel?¶
optionalonWheel:WheelEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2451
Inherited from¶
SelectHTMLAttributes.onWheel
onWheelCapture?¶
optionalonWheelCapture: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?¶
optionalpart: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?¶
optionalplaceholder:string
Defined in: src/components/ui/Select.tsx:16
popover?¶
optionalpopover:""|"auto"|"manual"|"hint"
Defined in: node_modules/@types/react/index.d.ts:2846
Inherited from¶
SelectHTMLAttributes.popover
popoverTarget?¶
optionalpopoverTarget:string
Defined in: node_modules/@types/react/index.d.ts:2848
Inherited from¶
SelectHTMLAttributes.popoverTarget
popoverTargetAction?¶
optionalpopoverTargetAction:"toggle"|"show"|"hide"
Defined in: node_modules/@types/react/index.d.ts:2847
Inherited from¶
SelectHTMLAttributes.popoverTargetAction
prefix?¶
optionalprefix:string
Defined in: node_modules/@types/react/index.d.ts:2824
Inherited from¶
SelectHTMLAttributes.prefix
property?¶
optionalproperty:string
Defined in: node_modules/@types/react/index.d.ts:2825
Inherited from¶
SelectHTMLAttributes.property
radioGroup?¶
optionalradioGroup:string
Defined in: node_modules/@types/react/index.d.ts:2814
Inherited from¶
SelectHTMLAttributes.radioGroup
rel?¶
optionalrel:string
Defined in: node_modules/@types/react/index.d.ts:2826
Inherited from¶
SelectHTMLAttributes.rel
required?¶
optionalrequired:boolean
Defined in: node_modules/@types/react/index.d.ts:3479
Inherited from¶
SelectHTMLAttributes.required
resource?¶
optionalresource:string
Defined in: node_modules/@types/react/index.d.ts:2827
Inherited from¶
SelectHTMLAttributes.resource
results?¶
optionalresults:number
Defined in: node_modules/@types/react/index.d.ts:2841
Inherited from¶
SelectHTMLAttributes.results
rev?¶
optionalrev:string
Defined in: node_modules/@types/react/index.d.ts:2828
Inherited from¶
SelectHTMLAttributes.rev
role?¶
optionalrole:AriaRole
Defined in: node_modules/@types/react/index.d.ts:2817
Inherited from¶
SelectHTMLAttributes.role
security?¶
optionalsecurity:string
Defined in: node_modules/@types/react/index.d.ts:2842
Inherited from¶
SelectHTMLAttributes.security
size?¶
optionalsize:number
Defined in: node_modules/@types/react/index.d.ts:3480
Inherited from¶
SelectHTMLAttributes.size
slot?¶
optionalslot:string
Defined in: node_modules/@types/react/index.d.ts:2806
Inherited from¶
SelectHTMLAttributes.slot
spellCheck?¶
optionalspellCheck:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2807
Inherited from¶
SelectHTMLAttributes.spellCheck
style?¶
optionalstyle:CSSProperties
Defined in: node_modules/@types/react/index.d.ts:2808
Inherited from¶
SelectHTMLAttributes.style
suppressContentEditableWarning?¶
optionalsuppressContentEditableWarning:boolean
Defined in: node_modules/@types/react/index.d.ts:2789
Inherited from¶
SelectHTMLAttributes.suppressContentEditableWarning
suppressHydrationWarning?¶
optionalsuppressHydrationWarning:boolean
Defined in: node_modules/@types/react/index.d.ts:2790
Inherited from¶
SelectHTMLAttributes.suppressHydrationWarning
tabIndex?¶
optionaltabIndex:number
Defined in: node_modules/@types/react/index.d.ts:2809
Inherited from¶
SelectHTMLAttributes.tabIndex
title?¶
optionaltitle:string
Defined in: node_modules/@types/react/index.d.ts:2810
Inherited from¶
SelectHTMLAttributes.title
translate?¶
optionaltranslate:"yes"|"no"
Defined in: node_modules/@types/react/index.d.ts:2811
Inherited from¶
SelectHTMLAttributes.translate
typeof?¶
optionaltypeof:string
Defined in: node_modules/@types/react/index.d.ts:2829
Inherited from¶
SelectHTMLAttributes.typeof
unselectable?¶
optionalunselectable:"off"|"on"
Defined in: node_modules/@types/react/index.d.ts:2843
Inherited from¶
SelectHTMLAttributes.unselectable
value?¶
optionalvalue:string|number| readonlystring[]
Defined in: node_modules/@types/react/index.d.ts:3481
Inherited from¶
SelectProps.value
vocab?¶
optionalvocab:string
Defined in: node_modules/@types/react/index.d.ts:2830
Inherited from¶
SelectHTMLAttributes.vocab