constructor Method

Overloads
constructorLabeledSelect(props)  
constructorLabeledSelect(props, context?) Deprecated  

LabeledSelect(props)

LabeledSelect(props: Readonly<LabeledSelectProps>): LabeledSelect

Parameter Type Description
props Readonly<LabeledSelectProps>  

Returns - LabeledSelect



LabeledSelect(props, context?)

Deprecated  

LabeledSelect(props: LabeledSelectProps, context?: any): LabeledSelect

see https://reactjs.org/docs/legacy-context.html

Parameter Type Description
props LabeledSelectProps  
context any  

Returns - LabeledSelect


Last Updated: 11 June, 2024