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

Fixes #710 I largely followed the migration guide here: https://mui.com/blog/lab-date-pickers-to-mui-x/. I've also tested building the `example/`, which now works.

**Describe the bug** Following the Getting Started steps, I'm trying to to use the Bootstrap Theme as described. I get the following warning message ``` React.createElement: type is invalid --...

**Describe the bug** Currently I have to persist the entire JSON tree in the backend in order to rebuild the data and display the chosen conditions, but if I persist...

import

There is mentioned about children1AsArray in 5.2.0 (https://github.com/ukrbublik/react-awesome-query-builder#migration-to-520) but I don't see the version on NPM https://www.npmjs.com/package/react-awesome-query-builder

The MUI team has moved the LocalizationProvider out of the lab package and the import should be adjusted. ``` MUI: The LocalizationProvider component was moved from `@mui/lab` to `@mui/x-date-pickers`. The...

Currently, the `is_empty` and `is_not_empty` is rendered in the UI when converting from SpEL expression. For example: if you try to render the `user.firstName

**Describe the bug** When trying to render the query builder UI from the SPeL expression, the `is_empty` and is_not_empty` **To Reproduce** * Create the following query in the [demo builder](https://ukrbublik.github.io/react-awesome-query-builder/):...

![image](https://user-images.githubusercontent.com/83450595/163370669-90575419-8b86-40e3-bde9-4646a7889539.png) 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...

I want the queryString look like this: **lowercase(process.Name) == 'abc.exe'** but currently, all I can do is: **process.Name == lowercase('abc.exe')** The problem is that I don't know how to make...

feature: LHS func