ThemedSelectProps Type alias

Beta  

ThemedSelectProps to control specific features of ThemedSelect

ThemedSelectProps = { aria-label?: string, aria-labelledby?: string, autoFocus?: boolean, backspaceRemovesValue?: boolean, blurInputOnSelect?: boolean, captureMenuScroll?: boolean, className?: string, closeMenuOnScroll?: boolean | EventListener, closeMenuOnSelect?: boolean, components?: SelectComponentsConfig<OptionType>, controlShouldRenderValue?: boolean, defaultMenuIsOpen?: boolean, defaultValue?: ValueType<OptionType>, divRef?: React.Ref<HTMLDivElement>, escapeClearsValue?: boolean, filterOption?: (option: OptionType, rawInput: string) => boolean | , formatGroupLabel?: undefined, getOptionLabel?: undefined, getOptionValue?: undefined, hideSelectedOptions?: boolean, id?: string, inputId?: string, inputValue?: string, instanceId?: number | string, isClearable?: boolean, isDisabled?: boolean, isLoading?: boolean, isMenuFixed?: boolean, isMulti?: boolean, isRtl?: boolean, isSearchable?: boolean, maxMenuHeight?: number, menuIsOpen?: boolean, menuShouldBlockScroll?: boolean, menuShouldScrollIntoView?: boolean, minMenuHeight?: number, name?: string, onBlur?: FocusEventHandler, onFocus?: FocusEventHandler, onKeyDown?: KeyboardEventHandler, openMenuOnClick?: boolean, openMenuOnFocus?: boolean, options: OptionsType, pageSize?: number, placeholder?: string, ref?: React.Ref<Component>, styles?: React.CSSProperties, tabIndex?: string, tabSelectsValue?: boolean, value?: ValueType<OptionType>, formatOptionLabel?: undefined, isOptionDisabled?: undefined, noOptionsMessage?: undefined, onChange?: undefined, onInputChange?: undefined, onMenuClose?: undefined, onMenuOpen?: undefined, onMenuScrollToBottom?: undefined, onMenuScrollToTop?: undefined }

Defined in

Last Updated: 29 November, 2022