Denys Oblohin
Denys Oblohin
For MaterialUI you can use this field config to solve your issue: ```js label: "your select name", type: "select", valueSources: ["value"], fieldSettings: { listValues: ['a', 'b'], // your list of...
Can you post full config please?
[queryString() with isForDisplay = true](https://github.com/ukrbublik/react-awesome-query-builder#querystring-immutablevalue-config-isfordisplay--false---string) (see humanStringFormat in [demo](https://ukrbublik.github.io/react-awesome-query-builder/)) is intended to be natural language description of query
Yes, that is relevant logic. I thought there is no need to customize export of "NOT". Cause how else can it be formatted to JsonLogic?
You can override `sqlFormatValue` https://github.com/ukrbublik/react-awesome-query-builder/blob/master/modules/config/basic.js#L595
@Clydeg32 Do you mean this? https://github.com/ukrbublik/react-awesome-query-builder/blob/c6dddac66dfede5d8654396e8f7a1efc0e081962/examples/demo/config.tsx#L114 To set the date format value, refer to [moment.js](https://momentjs.com/)
Importing methods is not supported yet, in my todo list https://github.com/ukrbublik/react-awesome-query-builder/blob/49d7956f1c43938d950dc886de3a2e549441fd68/modules/import/spel.js#L461
For MUI v5 please import MuiConfig instead of MaterialConfig: ``` import MuiConfig from 'react-awesome-query-builder/lib/config/mui'; ```
Included in #734
Closing issue as resolved. Feel free to reopen if you still have this issue