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

**Is your feature request related to a problem? Please describe.** I have a query builder config with only the OR operator, and I want to show the operator above the...

themes
improve

Hi, I have a custom property on a Text widget which will open a pop-up of values that can be multiselected. And on closing the popup, i am trying to...

need example
waiting response

Can we have specific fields that can be configured in the LHS and likewise for RHS separately?

ext
improve

Hello, I want to know if there is a way to disable a single operator depending on the events on the query builder. For example, if the conjunction is on...

feature: other

1. I'm wondering if it's possible to validate a value based on the selected operator. For example, if I have a field "IP Address" when the operator is "==" I...

Hello, I'm trying to use the component and I need to define a new operator I think. Here it is what I want: - a field of type date (for...

export
investigate
improve

I have MetaData entries stored on my server. MetaData identifies a value in the database, it's doesn't contain the value itself. A MetaData object holds a DataType, i.e. StringDataType, IntegerDataType....

investigate

For now this lib implements date range picker for AntDesign, see use of `isSpecialRange` in [Date](https://github.com/ukrbublik/react-awesome-query-builder/blob/master/modules/components/widgets/antd/value/Date.jsx) and in [config](https://github.com/ukrbublik/react-awesome-query-builder/blob/23af045b686e4a1af3833018a032e20da0d24402/modules/config/antd/index.js#L188). MaterialUI's support of [date range picker](https://dev.material-ui-pickers.dev/demo/daterangepicker) is unstable, but can be...

themes
MUI

i want to allow a user to create a rule for a custom field. so the user experience would be something like: click add rule select something like "Custom" from...

ext

I'd like to sugggest add i18n support for this package, for ui components. for buttons like this: ![image](https://user-images.githubusercontent.com/4361764/94524621-873a4100-023b-11eb-95ef-895d40bd11e6.png) and for actions. I see it as set of separated files in...

feature: other