Denys Oblohin
Denys Oblohin
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...
2 operators: `select_equals` for select and `equal` for other types - can be [confusing](https://github.com/ukrbublik/react-awesome-query-builder/issues/284) Maybe merge them into one `equal`? **(but with backwards compatibility!)**
- 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
### Discussed in https://github.com/ukrbublik/react-awesome-query-builder/discussions/745 Originally posted by **anushapalivela** August 24, 2022 Add In Operator for text type. Is there any solution. Now i see it is only for field type...
### Discussed in https://github.com/ukrbublik/react-awesome-query-builder/discussions/927 Originally posted by **tminhduc2811** June 4, 2023 Hi, I have the following config ```js { product: { label: "Product", type: "!struct", mode: "struct", subfields: { exceptions:...
### Discussed in https://github.com/ukrbublik/react-awesome-query-builder/discussions/637 Originally posted by **prestonlewis** February 8, 2022 Is there currently support for adding a custom rule element to applicable rule types? Example, adding a check box...
Eg. see `__fieldsCntByListValuesType` in code Answer: remove `listValues ` and add `contextType: money` for fields mrp, price, discount ### Discussed in https://github.com/ukrbublik/react-awesome-query-builder/discussions/920 Originally posted by **Shivani-96** May 18, 2023 ```javascript...
AntDesign supports use of `RangePicker` for [DatePicker](https://ant.design/components/date-picker/) and [TimePicker](https://ant.design/components/time-picker/). This lib for now supports range picker only for pure date, 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). **TODO:**...
Fixes #977, #781, #1005, #374, #1021, #1016, #1033, #1036 Changes: - **Breaking:** `Utils.validateTree` returns array of errors - `Utils.validateTree` now checks LHS and RHS are completed - Deprecated `Utils.validateAndFixTree` and...
https://msdn.microsoft.com/ru-ru/library/windows/desktop/aa366551(v=vs.85).aspx