masterplan-optimizer-frontend / SelectProps
Interface: SelectProps¶
Defined in: src/components/ui/Select.tsx:4
Props for the shared labelled select component.
Extends¶
SelectHTMLAttributes\<HTMLSelectElement>
Properties¶
about?¶
optionalabout?:string
Defined in: node_modules/@types/react/index.d.ts:2939
Inherited from¶
React.SelectHTMLAttributes.about
accessKey?¶
optionalaccessKey?:string
Defined in: node_modules/@types/react/index.d.ts:2912
Inherited from¶
React.SelectHTMLAttributes.accessKey
aria-activedescendant?¶
optionalaria-activedescendant?:string
Defined in: node_modules/@types/react/index.d.ts:2610
Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.
Inherited from¶
React.SelectHTMLAttributes.aria-activedescendant
aria-atomic?¶
optionalaria-atomic?:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2612
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¶
React.SelectHTMLAttributes.aria-atomic
aria-autocomplete?¶
optionalaria-autocomplete?:"none"|"list"|"inline"|"both"
Defined in: node_modules/@types/react/index.d.ts:2617
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¶
React.SelectHTMLAttributes.aria-autocomplete
aria-braillelabel?¶
optionalaria-braillelabel?:string
Defined in: node_modules/@types/react/index.d.ts:2623
Defines a string value that labels the current element, which is intended to be converted into Braille.
See¶
aria-label.
Inherited from¶
React.SelectHTMLAttributes.aria-braillelabel
aria-brailleroledescription?¶
optionalaria-brailleroledescription?:string
Defined in: node_modules/@types/react/index.d.ts:2628
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¶
React.SelectHTMLAttributes.aria-brailleroledescription
aria-busy?¶
optionalaria-busy?:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2629
Inherited from¶
React.SelectHTMLAttributes.aria-busy
aria-checked?¶
optionalaria-checked?:boolean|"true"|"false"|"mixed"
Defined in: node_modules/@types/react/index.d.ts:2634
Indicates the current "checked" state of checkboxes, radio buttons, and other widgets.
See¶
- aria-pressed
- aria-selected.
Inherited from¶
React.SelectHTMLAttributes.aria-checked
aria-colcount?¶
optionalaria-colcount?:number
Defined in: node_modules/@types/react/index.d.ts:2639
Defines the total number of columns in a table, grid, or treegrid.
See¶
aria-colindex.
Inherited from¶
React.SelectHTMLAttributes.aria-colcount
aria-colindex?¶
optionalaria-colindex?:number
Defined in: node_modules/@types/react/index.d.ts:2644
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¶
React.SelectHTMLAttributes.aria-colindex
aria-colindextext?¶
optionalaria-colindextext?:string
Defined in: node_modules/@types/react/index.d.ts:2649
Defines a human readable text alternative of aria-colindex.
See¶
aria-rowindextext.
Inherited from¶
React.SelectHTMLAttributes.aria-colindextext
aria-colspan?¶
optionalaria-colspan?:number
Defined in: node_modules/@types/react/index.d.ts:2654
Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid.
See¶
- aria-colindex
- aria-rowspan.
Inherited from¶
React.SelectHTMLAttributes.aria-colspan
aria-controls?¶
optionalaria-controls?:string
Defined in: node_modules/@types/react/index.d.ts:2659
Identifies the element (or elements) whose contents or presence are controlled by the current element.
See¶
aria-owns.
Inherited from¶
React.SelectHTMLAttributes.aria-controls
aria-current?¶
optionalaria-current?:boolean|"true"|"false"|"step"|"date"|"time"|"page"|"location"
Defined in: node_modules/@types/react/index.d.ts:2661
Indicates the element that represents the current item within a container or set of related elements.
Inherited from¶
React.SelectHTMLAttributes.aria-current
aria-describedby?¶
optionalaria-describedby?:string
Defined in: node_modules/@types/react/index.d.ts:2666
Identifies the element (or elements) that describes the object.
See¶
aria-labelledby
Inherited from¶
React.SelectHTMLAttributes.aria-describedby
aria-description?¶
optionalaria-description?:string
Defined in: node_modules/@types/react/index.d.ts:2671
Defines a string value that describes or annotates the current element.
See¶
related aria-describedby.
Inherited from¶
React.SelectHTMLAttributes.aria-description
aria-details?¶
optionalaria-details?:string
Defined in: node_modules/@types/react/index.d.ts:2676
Identifies the element that provides a detailed, extended description for the object.
See¶
aria-describedby.
Inherited from¶
React.SelectHTMLAttributes.aria-details
aria-disabled?¶
optionalaria-disabled?:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2681
Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable.
See¶
- aria-hidden
- aria-readonly.
Inherited from¶
React.SelectHTMLAttributes.aria-disabled
~~aria-dropeffect?~~¶
optionalaria-dropeffect?:"link"|"none"|"copy"|"execute"|"move"|"popup"
Defined in: node_modules/@types/react/index.d.ts:2686
Indicates what functions can be performed when a dragged object is released on the drop target.
Deprecated¶
in ARIA 1.1
Inherited from¶
React.SelectHTMLAttributes.aria-dropeffect
aria-errormessage?¶
optionalaria-errormessage?:string
Defined in: node_modules/@types/react/index.d.ts:2691
Identifies the element that provides an error message for the object.
See¶
- aria-invalid
- aria-describedby.
Inherited from¶
React.SelectHTMLAttributes.aria-errormessage
aria-expanded?¶
optionalaria-expanded?:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2693
Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.
Inherited from¶
React.SelectHTMLAttributes.aria-expanded
aria-flowto?¶
optionalaria-flowto?:string
Defined in: node_modules/@types/react/index.d.ts:2698
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¶
React.SelectHTMLAttributes.aria-flowto
~~aria-grabbed?~~¶
optionalaria-grabbed?:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2703
Indicates an element's "grabbed" state in a drag-and-drop operation.
Deprecated¶
in ARIA 1.1
Inherited from¶
React.SelectHTMLAttributes.aria-grabbed
aria-haspopup?¶
optionalaria-haspopup?:boolean|"true"|"false"|"dialog"|"grid"|"listbox"|"menu"|"tree"
Defined in: node_modules/@types/react/index.d.ts:2705
Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.
Inherited from¶
React.SelectHTMLAttributes.aria-haspopup
aria-hidden?¶
optionalaria-hidden?:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2710
Indicates whether the element is exposed to an accessibility API.
See¶
aria-disabled.
Inherited from¶
React.SelectHTMLAttributes.aria-hidden
aria-invalid?¶
optionalaria-invalid?:boolean|"true"|"false"|"grammar"|"spelling"
Defined in: node_modules/@types/react/index.d.ts:2715
Indicates the entered value does not conform to the format expected by the application.
See¶
aria-errormessage.
Inherited from¶
React.SelectHTMLAttributes.aria-invalid
aria-keyshortcuts?¶
optionalaria-keyshortcuts?:string
Defined in: node_modules/@types/react/index.d.ts:2717
Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.
Inherited from¶
React.SelectHTMLAttributes.aria-keyshortcuts
aria-label?¶
optionalaria-label?:string
Defined in: node_modules/@types/react/index.d.ts:2722
Defines a string value that labels the current element.
See¶
aria-labelledby.
Inherited from¶
React.SelectHTMLAttributes.aria-label
aria-labelledby?¶
optionalaria-labelledby?:string
Defined in: node_modules/@types/react/index.d.ts:2727
Identifies the element (or elements) that labels the current element.
See¶
aria-describedby.
Inherited from¶
React.SelectHTMLAttributes.aria-labelledby
aria-level?¶
optionalaria-level?:number
Defined in: node_modules/@types/react/index.d.ts:2729
Defines the hierarchical level of an element within a structure.
Inherited from¶
React.SelectHTMLAttributes.aria-level
aria-live?¶
optionalaria-live?:"off"|"assertive"|"polite"
Defined in: node_modules/@types/react/index.d.ts:2731
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¶
React.SelectHTMLAttributes.aria-live
aria-modal?¶
optionalaria-modal?:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2733
Indicates whether an element is modal when displayed.
Inherited from¶
React.SelectHTMLAttributes.aria-modal
aria-multiline?¶
optionalaria-multiline?:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2735
Indicates whether a text box accepts multiple lines of input or only a single line.
Inherited from¶
React.SelectHTMLAttributes.aria-multiline
aria-multiselectable?¶
optionalaria-multiselectable?:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2737
Indicates that the user may select more than one item from the current selectable descendants.
Inherited from¶
React.SelectHTMLAttributes.aria-multiselectable
aria-orientation?¶
optionalaria-orientation?:"horizontal"|"vertical"
Defined in: node_modules/@types/react/index.d.ts:2739
Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.
Inherited from¶
React.SelectHTMLAttributes.aria-orientation
aria-owns?¶
optionalaria-owns?:string
Defined in: node_modules/@types/react/index.d.ts:2745
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¶
React.SelectHTMLAttributes.aria-owns
aria-placeholder?¶
optionalaria-placeholder?:string
Defined in: node_modules/@types/react/index.d.ts:2750
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¶
React.SelectHTMLAttributes.aria-placeholder
aria-posinset?¶
optionalaria-posinset?:number
Defined in: node_modules/@types/react/index.d.ts:2755
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¶
React.SelectHTMLAttributes.aria-posinset
aria-pressed?¶
optionalaria-pressed?:boolean|"true"|"false"|"mixed"
Defined in: node_modules/@types/react/index.d.ts:2760
Indicates the current "pressed" state of toggle buttons.
See¶
- aria-checked
- aria-selected.
Inherited from¶
React.SelectHTMLAttributes.aria-pressed
aria-readonly?¶
optionalaria-readonly?:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2765
Indicates that the element is not editable, but is otherwise operable.
See¶
aria-disabled.
Inherited from¶
React.SelectHTMLAttributes.aria-readonly
aria-relevant?¶
optionalaria-relevant?:"text"|"additions"|"additions removals"|"additions text"|"all"|"removals"|"removals additions"|"removals text"|"text additions"|"text removals"
Defined in: node_modules/@types/react/index.d.ts:2770
Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified.
See¶
aria-atomic.
Inherited from¶
React.SelectHTMLAttributes.aria-relevant
aria-required?¶
optionalaria-required?:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2783
Indicates that user input is required on the element before a form may be submitted.
Inherited from¶
React.SelectHTMLAttributes.aria-required
aria-roledescription?¶
optionalaria-roledescription?:string
Defined in: node_modules/@types/react/index.d.ts:2785
Defines a human-readable, author-localized description for the role of an element.
Inherited from¶
React.SelectHTMLAttributes.aria-roledescription
aria-rowcount?¶
optionalaria-rowcount?:number
Defined in: node_modules/@types/react/index.d.ts:2790
Defines the total number of rows in a table, grid, or treegrid.
See¶
aria-rowindex.
Inherited from¶
React.SelectHTMLAttributes.aria-rowcount
aria-rowindex?¶
optionalaria-rowindex?:number
Defined in: node_modules/@types/react/index.d.ts:2795
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¶
React.SelectHTMLAttributes.aria-rowindex
aria-rowindextext?¶
optionalaria-rowindextext?:string
Defined in: node_modules/@types/react/index.d.ts:2800
Defines a human readable text alternative of aria-rowindex.
See¶
aria-colindextext.
Inherited from¶
React.SelectHTMLAttributes.aria-rowindextext
aria-rowspan?¶
optionalaria-rowspan?:number
Defined in: node_modules/@types/react/index.d.ts:2805
Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid.
See¶
- aria-rowindex
- aria-colspan.
Inherited from¶
React.SelectHTMLAttributes.aria-rowspan
aria-selected?¶
optionalaria-selected?:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2810
Indicates the current "selected" state of various widgets.
See¶
- aria-checked
- aria-pressed.
Inherited from¶
React.SelectHTMLAttributes.aria-selected
aria-setsize?¶
optionalaria-setsize?:number
Defined in: node_modules/@types/react/index.d.ts:2815
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¶
React.SelectHTMLAttributes.aria-setsize
aria-sort?¶
optionalaria-sort?:"none"|"ascending"|"descending"|"other"
Defined in: node_modules/@types/react/index.d.ts:2817
Indicates if items in a table or grid are sorted in ascending or descending order.
Inherited from¶
React.SelectHTMLAttributes.aria-sort
aria-valuemax?¶
optionalaria-valuemax?:number
Defined in: node_modules/@types/react/index.d.ts:2819
Defines the maximum allowed value for a range widget.
Inherited from¶
React.SelectHTMLAttributes.aria-valuemax
aria-valuemin?¶
optionalaria-valuemin?:number
Defined in: node_modules/@types/react/index.d.ts:2821
Defines the minimum allowed value for a range widget.
Inherited from¶
React.SelectHTMLAttributes.aria-valuemin
aria-valuenow?¶
optionalaria-valuenow?:number
Defined in: node_modules/@types/react/index.d.ts:2826
Defines the current value for a range widget.
See¶
aria-valuetext.
Inherited from¶
React.SelectHTMLAttributes.aria-valuenow
aria-valuetext?¶
optionalaria-valuetext?:string
Defined in: node_modules/@types/react/index.d.ts:2828
Defines the human readable text alternative of aria-valuenow for a range widget.
Inherited from¶
React.SelectHTMLAttributes.aria-valuetext
autoCapitalize?¶
optionalautoCapitalize?:string&object|"off"|"none"|"on"|"sentences"|"words"|"characters"
Defined in: node_modules/@types/react/index.d.ts:2913
Inherited from¶
React.SelectHTMLAttributes.autoCapitalize
autoComplete?¶
optionalautoComplete?:string
Defined in: node_modules/@types/react/index.d.ts:3560
Inherited from¶
React.SelectHTMLAttributes.autoComplete
autoCorrect?¶
optionalautoCorrect?:string
Defined in: node_modules/@types/react/index.d.ts:2952
Inherited from¶
React.SelectHTMLAttributes.autoCorrect
autoFocus?¶
optionalautoFocus?:boolean
Defined in: node_modules/@types/react/index.d.ts:2914
Inherited from¶
React.SelectHTMLAttributes.autoFocus
autoSave?¶
optionalautoSave?:string
Defined in: node_modules/@types/react/index.d.ts:2953
Inherited from¶
React.SelectHTMLAttributes.autoSave
children?¶
optionalchildren?:ReactNode
Defined in: node_modules/@types/react/index.d.ts:2398
Inherited from¶
React.SelectHTMLAttributes.children
className?¶
optionalclassName?:string
Defined in: node_modules/@types/react/index.d.ts:2915
Inherited from¶
React.SelectHTMLAttributes.className
color?¶
optionalcolor?:string
Defined in: node_modules/@types/react/index.d.ts:2954
Inherited from¶
React.SelectHTMLAttributes.color
content?¶
optionalcontent?:string
Defined in: node_modules/@types/react/index.d.ts:2940
Inherited from¶
React.SelectHTMLAttributes.content
contentEditable?¶
optionalcontentEditable?:Booleanish|"inherit"|"plaintext-only"
Defined in: node_modules/@types/react/index.d.ts:2916
Inherited from¶
React.SelectHTMLAttributes.contentEditable
contextMenu?¶
optionalcontextMenu?:string
Defined in: node_modules/@types/react/index.d.ts:2917
Inherited from¶
React.SelectHTMLAttributes.contextMenu
dangerouslySetInnerHTML?¶
optionaldangerouslySetInnerHTML?:object
Defined in: node_modules/@types/react/index.d.ts:2399
__html¶
__html:
string|TrustedHTML
Inherited from¶
React.SelectHTMLAttributes.dangerouslySetInnerHTML
datatype?¶
optionaldatatype?:string
Defined in: node_modules/@types/react/index.d.ts:2941
Inherited from¶
React.SelectHTMLAttributes.datatype
defaultChecked?¶
optionaldefaultChecked?:boolean
Defined in: node_modules/@types/react/index.d.ts:2906
Inherited from¶
React.SelectHTMLAttributes.defaultChecked
defaultValue?¶
optionaldefaultValue?:string|number| readonlystring[]
Defined in: node_modules/@types/react/index.d.ts:2907
Inherited from¶
React.SelectHTMLAttributes.defaultValue
dir?¶
optionaldir?:string
Defined in: node_modules/@types/react/index.d.ts:2918
Inherited from¶
React.SelectHTMLAttributes.dir
disabled?¶
optionaldisabled?:boolean
Defined in: node_modules/@types/react/index.d.ts:3561
Inherited from¶
React.SelectHTMLAttributes.disabled
draggable?¶
optionaldraggable?:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2919
Inherited from¶
React.SelectHTMLAttributes.draggable
enterKeyHint?¶
optionalenterKeyHint?:"search"|"enter"|"done"|"go"|"next"|"previous"|"send"
Defined in: node_modules/@types/react/index.d.ts:2920
Inherited from¶
React.SelectHTMLAttributes.enterKeyHint
error?¶
optionalerror?:string
Defined in: src/components/ui/Select.tsx:6
exportparts?¶
optionalexportparts?:string
Defined in: node_modules/@types/react/index.d.ts:2978
See¶
https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/exportparts
Inherited from¶
React.SelectHTMLAttributes.exportparts
form?¶
optionalform?:string
Defined in: node_modules/@types/react/index.d.ts:3562
Inherited from¶
React.SelectHTMLAttributes.form
hidden?¶
optionalhidden?:boolean
Defined in: node_modules/@types/react/index.d.ts:2921
Inherited from¶
React.SelectHTMLAttributes.hidden
id?¶
optionalid?:string
Defined in: node_modules/@types/react/index.d.ts:2922
Inherited from¶
React.SelectHTMLAttributes.id
inlist?¶
optionalinlist?:any
Defined in: node_modules/@types/react/index.d.ts:2942
Inherited from¶
React.SelectHTMLAttributes.inlist
inputMode?¶
optionalinputMode?:"search"|"none"|"text"|"tel"|"url"|"email"|"numeric"|"decimal"
Defined in: node_modules/@types/react/index.d.ts:2969
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¶
React.SelectHTMLAttributes.inputMode
is?¶
optionalis?:string
Defined in: node_modules/@types/react/index.d.ts:2974
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¶
React.SelectHTMLAttributes.is
itemID?¶
optionalitemID?:string
Defined in: node_modules/@types/react/index.d.ts:2958
Inherited from¶
React.SelectHTMLAttributes.itemID
itemProp?¶
optionalitemProp?:string
Defined in: node_modules/@types/react/index.d.ts:2955
Inherited from¶
React.SelectHTMLAttributes.itemProp
itemRef?¶
optionalitemRef?:string
Defined in: node_modules/@types/react/index.d.ts:2959
Inherited from¶
React.SelectHTMLAttributes.itemRef
itemScope?¶
optionalitemScope?:boolean
Defined in: node_modules/@types/react/index.d.ts:2956
Inherited from¶
React.SelectHTMLAttributes.itemScope
itemType?¶
optionalitemType?:string
Defined in: node_modules/@types/react/index.d.ts:2957
Inherited from¶
React.SelectHTMLAttributes.itemType
label?¶
optionallabel?:string
Defined in: src/components/ui/Select.tsx:5
lang?¶
optionallang?:string
Defined in: node_modules/@types/react/index.d.ts:2923
Inherited from¶
React.SelectHTMLAttributes.lang
multiple?¶
optionalmultiple?:boolean
Defined in: node_modules/@types/react/index.d.ts:3563
Inherited from¶
React.SelectHTMLAttributes.multiple
name?¶
optionalname?:string
Defined in: node_modules/@types/react/index.d.ts:3564
Inherited from¶
React.SelectHTMLAttributes.name
nonce?¶
optionalnonce?:string
Defined in: node_modules/@types/react/index.d.ts:2924
Inherited from¶
React.SelectHTMLAttributes.nonce
onAbort?¶
optionalonAbort?:ReactEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2458
Inherited from¶
React.SelectHTMLAttributes.onAbort
onAbortCapture?¶
optionalonAbortCapture?:ReactEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2459
Inherited from¶
React.SelectHTMLAttributes.onAbortCapture
onAnimationEnd?¶
optionalonAnimationEnd?:AnimationEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2586
Inherited from¶
React.SelectHTMLAttributes.onAnimationEnd
onAnimationEndCapture?¶
optionalonAnimationEndCapture?:AnimationEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2587
Inherited from¶
React.SelectHTMLAttributes.onAnimationEndCapture
onAnimationIteration?¶
optionalonAnimationIteration?:AnimationEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2588
Inherited from¶
React.SelectHTMLAttributes.onAnimationIteration
onAnimationIterationCapture?¶
optionalonAnimationIterationCapture?:AnimationEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2589
Inherited from¶
React.SelectHTMLAttributes.onAnimationIterationCapture
onAnimationStart?¶
optionalonAnimationStart?:AnimationEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2584
Inherited from¶
React.SelectHTMLAttributes.onAnimationStart
onAnimationStartCapture?¶
optionalonAnimationStartCapture?:AnimationEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2585
Inherited from¶
React.SelectHTMLAttributes.onAnimationStartCapture
onAuxClick?¶
optionalonAuxClick?:MouseEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2504
Inherited from¶
React.SelectHTMLAttributes.onAuxClick
onAuxClickCapture?¶
optionalonAuxClickCapture?:MouseEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2505
Inherited from¶
React.SelectHTMLAttributes.onAuxClickCapture
onBeforeInput?¶
optionalonBeforeInput?:InputEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2430
Inherited from¶
React.SelectHTMLAttributes.onBeforeInput
onBeforeInputCapture?¶
optionalonBeforeInputCapture?:FormEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2431
Inherited from¶
React.SelectHTMLAttributes.onBeforeInputCapture
onBlur?¶
optionalonBlur?:FocusEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2424
Inherited from¶
React.SelectHTMLAttributes.onBlur
onBlurCapture?¶
optionalonBlurCapture?:FocusEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2425
Inherited from¶
React.SelectHTMLAttributes.onBlurCapture
onCanPlay?¶
optionalonCanPlay?:ReactEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2460
Inherited from¶
React.SelectHTMLAttributes.onCanPlay
onCanPlayCapture?¶
optionalonCanPlayCapture?:ReactEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2461
Inherited from¶
React.SelectHTMLAttributes.onCanPlayCapture
onCanPlayThrough?¶
optionalonCanPlayThrough?:ReactEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2462
Inherited from¶
React.SelectHTMLAttributes.onCanPlayThrough
onCanPlayThroughCapture?¶
optionalonCanPlayThroughCapture?:ReactEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2463
Inherited from¶
React.SelectHTMLAttributes.onCanPlayThroughCapture
onChange?¶
optionalonChange?:ChangeEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:3568
Inherited from¶
React.SelectHTMLAttributes.onChange
onChangeCapture?¶
optionalonChangeCapture?:FormEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2429
Inherited from¶
React.SelectHTMLAttributes.onChangeCapture
onClick?¶
optionalonClick?:MouseEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2506
Inherited from¶
React.SelectHTMLAttributes.onClick
onClickCapture?¶
optionalonClickCapture?:MouseEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2507
Inherited from¶
React.SelectHTMLAttributes.onClickCapture
onCompositionEnd?¶
optionalonCompositionEnd?:CompositionEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2414
Inherited from¶
React.SelectHTMLAttributes.onCompositionEnd
onCompositionEndCapture?¶
optionalonCompositionEndCapture?:CompositionEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2415
Inherited from¶
React.SelectHTMLAttributes.onCompositionEndCapture
onCompositionStart?¶
optionalonCompositionStart?:CompositionEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2416
Inherited from¶
React.SelectHTMLAttributes.onCompositionStart
onCompositionStartCapture?¶
optionalonCompositionStartCapture?:CompositionEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2417
Inherited from¶
React.SelectHTMLAttributes.onCompositionStartCapture
onCompositionUpdate?¶
optionalonCompositionUpdate?:CompositionEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2418
Inherited from¶
React.SelectHTMLAttributes.onCompositionUpdate
onCompositionUpdateCapture?¶
optionalonCompositionUpdateCapture?:CompositionEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2419
Inherited from¶
React.SelectHTMLAttributes.onCompositionUpdateCapture
onContextMenu?¶
optionalonContextMenu?:MouseEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2508
Inherited from¶
React.SelectHTMLAttributes.onContextMenu
onContextMenuCapture?¶
optionalonContextMenuCapture?:MouseEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2509
Inherited from¶
React.SelectHTMLAttributes.onContextMenuCapture
onCopy?¶
optionalonCopy?:ClipboardEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2406
Inherited from¶
React.SelectHTMLAttributes.onCopy
onCopyCapture?¶
optionalonCopyCapture?:ClipboardEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2407
Inherited from¶
React.SelectHTMLAttributes.onCopyCapture
onCut?¶
optionalonCut?:ClipboardEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2408
Inherited from¶
React.SelectHTMLAttributes.onCut
onCutCapture?¶
optionalonCutCapture?:ClipboardEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2409
Inherited from¶
React.SelectHTMLAttributes.onCutCapture
onDoubleClick?¶
optionalonDoubleClick?:MouseEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2510
Inherited from¶
React.SelectHTMLAttributes.onDoubleClick
onDoubleClickCapture?¶
optionalonDoubleClickCapture?:MouseEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2511
Inherited from¶
React.SelectHTMLAttributes.onDoubleClickCapture
onDrag?¶
optionalonDrag?:DragEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2512
Inherited from¶
React.SelectHTMLAttributes.onDrag
onDragCapture?¶
optionalonDragCapture?:DragEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2513
Inherited from¶
React.SelectHTMLAttributes.onDragCapture
onDragEnd?¶
optionalonDragEnd?:DragEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2514
Inherited from¶
React.SelectHTMLAttributes.onDragEnd
onDragEndCapture?¶
optionalonDragEndCapture?:DragEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2515
Inherited from¶
React.SelectHTMLAttributes.onDragEndCapture
onDragEnter?¶
optionalonDragEnter?:DragEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2516
Inherited from¶
React.SelectHTMLAttributes.onDragEnter
onDragEnterCapture?¶
optionalonDragEnterCapture?:DragEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2517
Inherited from¶
React.SelectHTMLAttributes.onDragEnterCapture
onDragExit?¶
optionalonDragExit?:DragEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2518
Inherited from¶
React.SelectHTMLAttributes.onDragExit
onDragExitCapture?¶
optionalonDragExitCapture?:DragEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2519
Inherited from¶
React.SelectHTMLAttributes.onDragExitCapture
onDragLeave?¶
optionalonDragLeave?:DragEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2520
Inherited from¶
React.SelectHTMLAttributes.onDragLeave
onDragLeaveCapture?¶
optionalonDragLeaveCapture?:DragEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2521
Inherited from¶
React.SelectHTMLAttributes.onDragLeaveCapture
onDragOver?¶
optionalonDragOver?:DragEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2522
Inherited from¶
React.SelectHTMLAttributes.onDragOver
onDragOverCapture?¶
optionalonDragOverCapture?:DragEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2523
Inherited from¶
React.SelectHTMLAttributes.onDragOverCapture
onDragStart?¶
optionalonDragStart?:DragEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2524
Inherited from¶
React.SelectHTMLAttributes.onDragStart
onDragStartCapture?¶
optionalonDragStartCapture?:DragEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2525
Inherited from¶
React.SelectHTMLAttributes.onDragStartCapture
onDrop?¶
optionalonDrop?:DragEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2526
Inherited from¶
React.SelectHTMLAttributes.onDrop
onDropCapture?¶
optionalonDropCapture?:DragEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2527
Inherited from¶
React.SelectHTMLAttributes.onDropCapture
onDurationChange?¶
optionalonDurationChange?:ReactEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2464
Inherited from¶
React.SelectHTMLAttributes.onDurationChange
onDurationChangeCapture?¶
optionalonDurationChangeCapture?:ReactEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2465
Inherited from¶
React.SelectHTMLAttributes.onDurationChangeCapture
onEmptied?¶
optionalonEmptied?:ReactEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2466
Inherited from¶
React.SelectHTMLAttributes.onEmptied
onEmptiedCapture?¶
optionalonEmptiedCapture?:ReactEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2467
Inherited from¶
React.SelectHTMLAttributes.onEmptiedCapture
onEncrypted?¶
optionalonEncrypted?:ReactEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2468
Inherited from¶
React.SelectHTMLAttributes.onEncrypted
onEncryptedCapture?¶
optionalonEncryptedCapture?:ReactEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2469
Inherited from¶
React.SelectHTMLAttributes.onEncryptedCapture
onEnded?¶
optionalonEnded?:ReactEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2470
Inherited from¶
React.SelectHTMLAttributes.onEnded
onEndedCapture?¶
optionalonEndedCapture?:ReactEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2471
Inherited from¶
React.SelectHTMLAttributes.onEndedCapture
onError?¶
optionalonError?:ReactEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2444
Inherited from¶
React.SelectHTMLAttributes.onError
onErrorCapture?¶
optionalonErrorCapture?:ReactEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2445
Inherited from¶
React.SelectHTMLAttributes.onErrorCapture
onFocus?¶
optionalonFocus?:FocusEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2422
Inherited from¶
React.SelectHTMLAttributes.onFocus
onFocusCapture?¶
optionalonFocusCapture?:FocusEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2423
Inherited from¶
React.SelectHTMLAttributes.onFocusCapture
onGotPointerCapture?¶
optionalonGotPointerCapture?:PointerEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2570
Inherited from¶
React.SelectHTMLAttributes.onGotPointerCapture
onGotPointerCaptureCapture?¶
optionalonGotPointerCaptureCapture?:PointerEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2571
Inherited from¶
React.SelectHTMLAttributes.onGotPointerCaptureCapture
onInput?¶
optionalonInput?:FormEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2432
Inherited from¶
React.SelectHTMLAttributes.onInput
onInputCapture?¶
optionalonInputCapture?:FormEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2433
Inherited from¶
React.SelectHTMLAttributes.onInputCapture
onInvalid?¶
optionalonInvalid?:FormEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2438
Inherited from¶
React.SelectHTMLAttributes.onInvalid
onInvalidCapture?¶
optionalonInvalidCapture?:FormEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2439
Inherited from¶
React.SelectHTMLAttributes.onInvalidCapture
onKeyDown?¶
optionalonKeyDown?:KeyboardEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2448
Inherited from¶
React.SelectHTMLAttributes.onKeyDown
onKeyDownCapture?¶
optionalonKeyDownCapture?:KeyboardEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2449
Inherited from¶
React.SelectHTMLAttributes.onKeyDownCapture
~~onKeyPress?~~¶
optionalonKeyPress?:KeyboardEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2451
Deprecated¶
Use onKeyUp or onKeyDown instead
Inherited from¶
React.SelectHTMLAttributes.onKeyPress
~~onKeyPressCapture?~~¶
optionalonKeyPressCapture?:KeyboardEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2453
Deprecated¶
Use onKeyUpCapture or onKeyDownCapture instead
Inherited from¶
React.SelectHTMLAttributes.onKeyPressCapture
onKeyUp?¶
optionalonKeyUp?:KeyboardEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2454
Inherited from¶
React.SelectHTMLAttributes.onKeyUp
onKeyUpCapture?¶
optionalonKeyUpCapture?:KeyboardEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2455
Inherited from¶
React.SelectHTMLAttributes.onKeyUpCapture
onLoad?¶
optionalonLoad?:ReactEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2442
Inherited from¶
React.SelectHTMLAttributes.onLoad
onLoadCapture?¶
optionalonLoadCapture?:ReactEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2443
Inherited from¶
React.SelectHTMLAttributes.onLoadCapture
onLoadedData?¶
optionalonLoadedData?:ReactEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2472
Inherited from¶
React.SelectHTMLAttributes.onLoadedData
onLoadedDataCapture?¶
optionalonLoadedDataCapture?:ReactEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2473
Inherited from¶
React.SelectHTMLAttributes.onLoadedDataCapture
onLoadedMetadata?¶
optionalonLoadedMetadata?:ReactEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2474
Inherited from¶
React.SelectHTMLAttributes.onLoadedMetadata
onLoadedMetadataCapture?¶
optionalonLoadedMetadataCapture?:ReactEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2475
Inherited from¶
React.SelectHTMLAttributes.onLoadedMetadataCapture
onLoadStart?¶
optionalonLoadStart?:ReactEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2476
Inherited from¶
React.SelectHTMLAttributes.onLoadStart
onLoadStartCapture?¶
optionalonLoadStartCapture?:ReactEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2477
Inherited from¶
React.SelectHTMLAttributes.onLoadStartCapture
onLostPointerCapture?¶
optionalonLostPointerCapture?:PointerEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2572
Inherited from¶
React.SelectHTMLAttributes.onLostPointerCapture
onLostPointerCaptureCapture?¶
optionalonLostPointerCaptureCapture?:PointerEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2573
Inherited from¶
React.SelectHTMLAttributes.onLostPointerCaptureCapture
onMouseDown?¶
optionalonMouseDown?:MouseEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2528
Inherited from¶
React.SelectHTMLAttributes.onMouseDown
onMouseDownCapture?¶
optionalonMouseDownCapture?:MouseEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2529
Inherited from¶
React.SelectHTMLAttributes.onMouseDownCapture
onMouseEnter?¶
optionalonMouseEnter?:MouseEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2530
Inherited from¶
React.SelectHTMLAttributes.onMouseEnter
onMouseLeave?¶
optionalonMouseLeave?:MouseEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2531
Inherited from¶
React.SelectHTMLAttributes.onMouseLeave
onMouseMove?¶
optionalonMouseMove?:MouseEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2532
Inherited from¶
React.SelectHTMLAttributes.onMouseMove
onMouseMoveCapture?¶
optionalonMouseMoveCapture?:MouseEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2533
Inherited from¶
React.SelectHTMLAttributes.onMouseMoveCapture
onMouseOut?¶
optionalonMouseOut?:MouseEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2534
Inherited from¶
React.SelectHTMLAttributes.onMouseOut
onMouseOutCapture?¶
optionalonMouseOutCapture?:MouseEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2535
Inherited from¶
React.SelectHTMLAttributes.onMouseOutCapture
onMouseOver?¶
optionalonMouseOver?:MouseEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2536
Inherited from¶
React.SelectHTMLAttributes.onMouseOver
onMouseOverCapture?¶
optionalonMouseOverCapture?:MouseEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2537
Inherited from¶
React.SelectHTMLAttributes.onMouseOverCapture
onMouseUp?¶
optionalonMouseUp?:MouseEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2538
Inherited from¶
React.SelectHTMLAttributes.onMouseUp
onMouseUpCapture?¶
optionalonMouseUpCapture?:MouseEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2539
Inherited from¶
React.SelectHTMLAttributes.onMouseUpCapture
onPaste?¶
optionalonPaste?:ClipboardEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2410
Inherited from¶
React.SelectHTMLAttributes.onPaste
onPasteCapture?¶
optionalonPasteCapture?:ClipboardEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2411
Inherited from¶
React.SelectHTMLAttributes.onPasteCapture
onPause?¶
optionalonPause?:ReactEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2478
Inherited from¶
React.SelectHTMLAttributes.onPause
onPauseCapture?¶
optionalonPauseCapture?:ReactEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2479
Inherited from¶
React.SelectHTMLAttributes.onPauseCapture
onPlay?¶
optionalonPlay?:ReactEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2480
Inherited from¶
React.SelectHTMLAttributes.onPlay
onPlayCapture?¶
optionalonPlayCapture?:ReactEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2481
Inherited from¶
React.SelectHTMLAttributes.onPlayCapture
onPlaying?¶
optionalonPlaying?:ReactEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2482
Inherited from¶
React.SelectHTMLAttributes.onPlaying
onPlayingCapture?¶
optionalonPlayingCapture?:ReactEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2483
Inherited from¶
React.SelectHTMLAttributes.onPlayingCapture
onPointerCancel?¶
optionalonPointerCancel?:PointerEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2562
Inherited from¶
React.SelectHTMLAttributes.onPointerCancel
onPointerCancelCapture?¶
optionalonPointerCancelCapture?:PointerEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2563
Inherited from¶
React.SelectHTMLAttributes.onPointerCancelCapture
onPointerDown?¶
optionalonPointerDown?:PointerEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2556
Inherited from¶
React.SelectHTMLAttributes.onPointerDown
onPointerDownCapture?¶
optionalonPointerDownCapture?:PointerEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2557
Inherited from¶
React.SelectHTMLAttributes.onPointerDownCapture
onPointerEnter?¶
optionalonPointerEnter?:PointerEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2564
Inherited from¶
React.SelectHTMLAttributes.onPointerEnter
onPointerLeave?¶
optionalonPointerLeave?:PointerEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2565
Inherited from¶
React.SelectHTMLAttributes.onPointerLeave
onPointerMove?¶
optionalonPointerMove?:PointerEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2558
Inherited from¶
React.SelectHTMLAttributes.onPointerMove
onPointerMoveCapture?¶
optionalonPointerMoveCapture?:PointerEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2559
Inherited from¶
React.SelectHTMLAttributes.onPointerMoveCapture
onPointerOut?¶
optionalonPointerOut?:PointerEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2568
Inherited from¶
React.SelectHTMLAttributes.onPointerOut
onPointerOutCapture?¶
optionalonPointerOutCapture?:PointerEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2569
Inherited from¶
React.SelectHTMLAttributes.onPointerOutCapture
onPointerOver?¶
optionalonPointerOver?:PointerEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2566
Inherited from¶
React.SelectHTMLAttributes.onPointerOver
onPointerOverCapture?¶
optionalonPointerOverCapture?:PointerEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2567
Inherited from¶
React.SelectHTMLAttributes.onPointerOverCapture
onPointerUp?¶
optionalonPointerUp?:PointerEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2560
Inherited from¶
React.SelectHTMLAttributes.onPointerUp
onPointerUpCapture?¶
optionalonPointerUpCapture?:PointerEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2561
Inherited from¶
React.SelectHTMLAttributes.onPointerUpCapture
onProgress?¶
optionalonProgress?:ReactEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2484
Inherited from¶
React.SelectHTMLAttributes.onProgress
onProgressCapture?¶
optionalonProgressCapture?:ReactEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2485
Inherited from¶
React.SelectHTMLAttributes.onProgressCapture
onRateChange?¶
optionalonRateChange?:ReactEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2486
Inherited from¶
React.SelectHTMLAttributes.onRateChange
onRateChangeCapture?¶
optionalonRateChangeCapture?:ReactEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2487
Inherited from¶
React.SelectHTMLAttributes.onRateChangeCapture
onReset?¶
optionalonReset?:FormEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2434
Inherited from¶
React.SelectHTMLAttributes.onReset
onResetCapture?¶
optionalonResetCapture?:FormEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2435
Inherited from¶
React.SelectHTMLAttributes.onResetCapture
onScroll?¶
optionalonScroll?:UIEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2576
Inherited from¶
React.SelectHTMLAttributes.onScroll
onScrollCapture?¶
optionalonScrollCapture?:UIEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2577
Inherited from¶
React.SelectHTMLAttributes.onScrollCapture
onSeeked?¶
optionalonSeeked?:ReactEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2488
Inherited from¶
React.SelectHTMLAttributes.onSeeked
onSeekedCapture?¶
optionalonSeekedCapture?:ReactEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2489
Inherited from¶
React.SelectHTMLAttributes.onSeekedCapture
onSeeking?¶
optionalonSeeking?:ReactEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2490
Inherited from¶
React.SelectHTMLAttributes.onSeeking
onSeekingCapture?¶
optionalonSeekingCapture?:ReactEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2491
Inherited from¶
React.SelectHTMLAttributes.onSeekingCapture
onSelect?¶
optionalonSelect?:ReactEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2542
Inherited from¶
React.SelectHTMLAttributes.onSelect
onSelectCapture?¶
optionalonSelectCapture?:ReactEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2543
Inherited from¶
React.SelectHTMLAttributes.onSelectCapture
onStalled?¶
optionalonStalled?:ReactEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2492
Inherited from¶
React.SelectHTMLAttributes.onStalled
onStalledCapture?¶
optionalonStalledCapture?:ReactEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2493
Inherited from¶
React.SelectHTMLAttributes.onStalledCapture
onSubmit?¶
optionalonSubmit?:FormEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2436
Inherited from¶
React.SelectHTMLAttributes.onSubmit
onSubmitCapture?¶
optionalonSubmitCapture?:FormEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2437
Inherited from¶
React.SelectHTMLAttributes.onSubmitCapture
onSuspend?¶
optionalonSuspend?:ReactEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2494
Inherited from¶
React.SelectHTMLAttributes.onSuspend
onSuspendCapture?¶
optionalonSuspendCapture?:ReactEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2495
Inherited from¶
React.SelectHTMLAttributes.onSuspendCapture
onTimeUpdate?¶
optionalonTimeUpdate?:ReactEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2496
Inherited from¶
React.SelectHTMLAttributes.onTimeUpdate
onTimeUpdateCapture?¶
optionalonTimeUpdateCapture?:ReactEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2497
Inherited from¶
React.SelectHTMLAttributes.onTimeUpdateCapture
onTouchCancel?¶
optionalonTouchCancel?:TouchEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2546
Inherited from¶
React.SelectHTMLAttributes.onTouchCancel
onTouchCancelCapture?¶
optionalonTouchCancelCapture?:TouchEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2547
Inherited from¶
React.SelectHTMLAttributes.onTouchCancelCapture
onTouchEnd?¶
optionalonTouchEnd?:TouchEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2548
Inherited from¶
React.SelectHTMLAttributes.onTouchEnd
onTouchEndCapture?¶
optionalonTouchEndCapture?:TouchEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2549
Inherited from¶
React.SelectHTMLAttributes.onTouchEndCapture
onTouchMove?¶
optionalonTouchMove?:TouchEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2550
Inherited from¶
React.SelectHTMLAttributes.onTouchMove
onTouchMoveCapture?¶
optionalonTouchMoveCapture?:TouchEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2551
Inherited from¶
React.SelectHTMLAttributes.onTouchMoveCapture
onTouchStart?¶
optionalonTouchStart?:TouchEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2552
Inherited from¶
React.SelectHTMLAttributes.onTouchStart
onTouchStartCapture?¶
optionalonTouchStartCapture?:TouchEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2553
Inherited from¶
React.SelectHTMLAttributes.onTouchStartCapture
onTransitionEnd?¶
optionalonTransitionEnd?:TransitionEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2592
Inherited from¶
React.SelectHTMLAttributes.onTransitionEnd
onTransitionEndCapture?¶
optionalonTransitionEndCapture?:TransitionEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2593
Inherited from¶
React.SelectHTMLAttributes.onTransitionEndCapture
onVolumeChange?¶
optionalonVolumeChange?:ReactEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2498
Inherited from¶
React.SelectHTMLAttributes.onVolumeChange
onVolumeChangeCapture?¶
optionalonVolumeChangeCapture?:ReactEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2499
Inherited from¶
React.SelectHTMLAttributes.onVolumeChangeCapture
onWaiting?¶
optionalonWaiting?:ReactEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2500
Inherited from¶
React.SelectHTMLAttributes.onWaiting
onWaitingCapture?¶
optionalonWaitingCapture?:ReactEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2501
Inherited from¶
React.SelectHTMLAttributes.onWaitingCapture
onWheel?¶
optionalonWheel?:WheelEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2580
Inherited from¶
React.SelectHTMLAttributes.onWheel
onWheelCapture?¶
optionalonWheelCapture?:WheelEventHandler\<HTMLSelectElement>
Defined in: node_modules/@types/react/index.d.ts:2581
Inherited from¶
React.SelectHTMLAttributes.onWheelCapture
options¶
options:
object[]
Defined in: src/components/ui/Select.tsx:7
label¶
label:
string
value¶
value:
string|number
part?¶
optionalpart?:string
Defined in: node_modules/@types/react/index.d.ts:2982
See¶
https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/part
Inherited from¶
React.SelectHTMLAttributes.part
prefix?¶
optionalprefix?:string
Defined in: node_modules/@types/react/index.d.ts:2943
Inherited from¶
React.SelectHTMLAttributes.prefix
property?¶
optionalproperty?:string
Defined in: node_modules/@types/react/index.d.ts:2944
Inherited from¶
React.SelectHTMLAttributes.property
radioGroup?¶
optionalradioGroup?:string
Defined in: node_modules/@types/react/index.d.ts:2933
Inherited from¶
React.SelectHTMLAttributes.radioGroup
rel?¶
optionalrel?:string
Defined in: node_modules/@types/react/index.d.ts:2945
Inherited from¶
React.SelectHTMLAttributes.rel
required?¶
optionalrequired?:boolean
Defined in: node_modules/@types/react/index.d.ts:3565
Inherited from¶
React.SelectHTMLAttributes.required
resource?¶
optionalresource?:string
Defined in: node_modules/@types/react/index.d.ts:2946
Inherited from¶
React.SelectHTMLAttributes.resource
results?¶
optionalresults?:number
Defined in: node_modules/@types/react/index.d.ts:2960
Inherited from¶
React.SelectHTMLAttributes.results
rev?¶
optionalrev?:string
Defined in: node_modules/@types/react/index.d.ts:2947
Inherited from¶
React.SelectHTMLAttributes.rev
role?¶
optionalrole?:AriaRole
Defined in: node_modules/@types/react/index.d.ts:2936
Inherited from¶
React.SelectHTMLAttributes.role
security?¶
optionalsecurity?:string
Defined in: node_modules/@types/react/index.d.ts:2961
Inherited from¶
React.SelectHTMLAttributes.security
size?¶
optionalsize?:number
Defined in: node_modules/@types/react/index.d.ts:3566
Inherited from¶
React.SelectHTMLAttributes.size
slot?¶
optionalslot?:string
Defined in: node_modules/@types/react/index.d.ts:2925
Inherited from¶
React.SelectHTMLAttributes.slot
spellCheck?¶
optionalspellCheck?:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2926
Inherited from¶
React.SelectHTMLAttributes.spellCheck
style?¶
optionalstyle?:CSSProperties
Defined in: node_modules/@types/react/index.d.ts:2927
Inherited from¶
React.SelectHTMLAttributes.style
suppressContentEditableWarning?¶
optionalsuppressContentEditableWarning?:boolean
Defined in: node_modules/@types/react/index.d.ts:2908
Inherited from¶
React.SelectHTMLAttributes.suppressContentEditableWarning
suppressHydrationWarning?¶
optionalsuppressHydrationWarning?:boolean
Defined in: node_modules/@types/react/index.d.ts:2909
Inherited from¶
React.SelectHTMLAttributes.suppressHydrationWarning
tabIndex?¶
optionaltabIndex?:number
Defined in: node_modules/@types/react/index.d.ts:2928
Inherited from¶
React.SelectHTMLAttributes.tabIndex
title?¶
optionaltitle?:string
Defined in: node_modules/@types/react/index.d.ts:2929
Inherited from¶
React.SelectHTMLAttributes.title
translate?¶
optionaltranslate?:"yes"|"no"
Defined in: node_modules/@types/react/index.d.ts:2930
Inherited from¶
React.SelectHTMLAttributes.translate
typeof?¶
optionaltypeof?:string
Defined in: node_modules/@types/react/index.d.ts:2948
Inherited from¶
React.SelectHTMLAttributes.typeof
unselectable?¶
optionalunselectable?:"off"|"on"
Defined in: node_modules/@types/react/index.d.ts:2962
Inherited from¶
React.SelectHTMLAttributes.unselectable
value?¶
optionalvalue?:string|number| readonlystring[]
Defined in: node_modules/@types/react/index.d.ts:3567
Inherited from¶
React.SelectHTMLAttributes.value
vocab?¶
optionalvocab?:string
Defined in: node_modules/@types/react/index.d.ts:2949
Inherited from¶
React.SelectHTMLAttributes.vocab