Skip to content

Interface: CustomPlaceholderProps#

Renderer.Component.CustomPlaceholderProps

Hierarchy#

  • PlaceholderProps<OptionTypeBase, boolean>

CustomPlaceholderProps

Table of contents#

Properties#

Methods#

Properties#

children#

children: ReactNode

The children to be rendered.

Inherited from#

PlaceholderProps.children


className#

Optional className: string

Inherited from#

PlaceholderProps.className


hasValue#

hasValue: boolean

Inherited from#

PlaceholderProps.hasValue


innerProps#

innerProps: Object

Type declaration#

Name Type
style CSSProperties

Inherited from#

PlaceholderProps.innerProps


isDisabled#

isDisabled: boolean

Inherited from#

PlaceholderProps.isDisabled


isFocused#

isFocused: boolean

Inherited from#

PlaceholderProps.isFocused


isMulti#

isMulti: boolean

Inherited from#

PlaceholderProps.isMulti


options#

options: OptionsType<OptionTypeBase>

Inherited from#

PlaceholderProps.options


selectProps#

selectProps: Props<OptionTypeBase, false>

Inherited from#

PlaceholderProps.selectProps

Methods#

clearValue#

clearValue(): void

Returns#

void

Inherited from#

PlaceholderProps.clearValue


cx#

cx(state, className): string

Parameters#

Name Type
state Object
className string

Returns#

string

Inherited from#

PlaceholderProps.cx


getStyles#

getStyles(name, props): Object

Parameters#

Name Type
name string
props any

Returns#

Object

Inherited from#

PlaceholderProps.getStyles


getValue#

getValue(): OptionsType<OptionType>

Returns#

OptionsType<OptionType>

Inherited from#

PlaceholderProps.getValue


selectOption#

selectOption(option): void

Parameters#

Name Type
option OptionType

Returns#

void

Inherited from#

PlaceholderProps.selectOption


setValue#

setValue(value, action): void

Parameters#

Name Type
value IsMulti extends true ? OptionsType<OptionType> : OptionType
action ActionTypes

Returns#

void

Inherited from#

PlaceholderProps.setValue