react-awesome-query-builder
react-awesome-query-builder copied to clipboard
Defining custom fields
Does the library give the possibility to let us define our own field? In the screenshot now I have a dropdown with only a single option - Custom** but instead I need to let the user define the key and later the value himself rather than being served a pre-defined set of options.
Is this possible with this library?
No, the "fields" (or "keys") are an input for the RAQB. You'd have to add some components that would change the predefined configuration
Duplicate of #304