SelectChoicesWidgetThis is a React component
SourceThis is a React component
import { SelectChoicesWidget } from "@prestojs/ui-antd";
SelectChoicesWidget(props)
See Select for Select props available
Parameter | Type | Description | |
---|---|---|---|
* | props.choices | The choices to render. This can be a | |
* | props.input |
Examples
Basic Usage
Any extra props are passed through to Select
Multiple selection
Pass mode="multiple"
through to allow selection of multiple values. In this case the value will
be an array.
Any extra props are passed through to the underlying component (eg. showSearch
in the last example)