react-awesome-query-builder icon indicating copy to clipboard operation
react-awesome-query-builder copied to clipboard

User-friendly query builder for React

Results 218 react-awesome-query-builder issues
Sort by recently updated
recently updated
newest added

**Describe the bug** The whole set of `@ant-design/icons` are bundled into the final bundle of the application using `react-awesome-query-builder`. **To Reproduce** Use sandbox to build and any tool to analyze...

Hi, is there currently a support for adding custom operator ? For example, can I add an operator for last n days ? There is a similar discussion [here](https://github.com/ukrbublik/react-awesome-query-builder/discussions/637)

While resolving: [email protected] npm ERR! Found: @types/[email protected] npm ERR! node_modules/@types/react npm ERR! dev @types/react@"^18.0.17" from the root project npm ERR! npm ERR! Could not resolve dependency: npm ERR! peerOptional @types/react@"^16.8.6...

Is it possible to only allow creation of groups at top level?

- Migrate to yarn workspaces - Separated packages: core, tests, examples, sandbox, antd, mui, bootstrap - Minimum supported Node is 14 - Removed experimental decorators Resolves #592 #708 #748 #675

**Describe the bug** I make a custom type (int same as number) like the below code ``` const config = { ...InitialConfig, funcs: { ...InitialConfig.funcs, ...funcs, }, types: { ...InitialConfig.types,...

@ukrbublik **Description** limitTags props not working for Autocomplete material UI component. I tried with limitTags={1}. **Steps to reproduce** 1. Add limitTags props for Autocomplete in this widget: https://github.com/ukrbublik/react-awesome-query-builder/blob/master/modules/components/widgets/material/value/MaterialAutocomplete.jsx **(used Custom...

Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 13.7.0 to 17.0.0. Release notes Sourced from puppeteer's releases. v17.0.0 17.0.0 (2022-08-26) ⚠ BREAKING CHANGES remove root from WaitForSelectorOptions (#8848) internalize execution context (#8844) Bug Fixes allow...

dependencies

I know that I can already set a default operator for LHS values, as well as set a default RHS value. Is there a way to set a default LHS...