DynamicSelect
Installation
import {DynamicSelect} from 'uxp/components';Examples
<DynamicSelect
selected={selected}
options={(max: number, pageToken: string, args?: any) => getOptions(max, pageToken, args)}
onChange={(value) => { setSelected(value)}}
placeholder=" -- select --"
labelField="label"
timeout={500}
/>Properties
Name
Type
Description
options
type
selected
type
onChange
type
placeholder
type
className
type
isValid
type
pageSize
type
renderOption
type
labelField
type
iconField
type
timeout
type
type
type
showEndOfContent
type
Last updated