ValueSelector()
ValueSelector<
Opt>(props:ValueSelectorProps<Opt>):Element
Defined in: packages/react-querybuilder/src/components/ValueSelector.tsx:14
Default <select> component used by QueryBuilder.
Type Parameters
| Type Parameter | Default type |
|---|---|
Opt extends {[key: string]: unknown; disabled?: boolean; label: string; name: string; value: string; } | {[key: string]: unknown; disabled?: boolean; label: string; name: string; value: string; } |
Parameters
| Parameter | Type |
|---|---|
props | ValueSelectorProps<Opt> |
Returns
Element
caution
API documentation is generated from the latest commit on the main branch. It may be somewhat inconsistent with official releases of React Query Builder.