Skip to main content

ValueEditor()

ValueEditor<F>(allProps: ValueEditorProps<F>): null | Element

Defined in: packages/react-querybuilder/src/components/ValueEditor.tsx:12

Default valueEditor component used by QueryBuilder.

Type Parameters

Type Parameter
F extends FullField<Option, Option>

Parameters

ParameterType
allPropsValueEditorProps<F>

Returns

null | 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.