react-two-way-querybuilder icon indicating copy to clipboard operation
react-two-way-querybuilder copied to clipboard

Results 8 react-two-way-querybuilder issues
Sort by recently updated
recently updated
newest added

Replace array index with rule.nodeName @ Condition.js

Dear Team, I have a small scenario, I am using the tool with the Input type as "Select" for value selection. When I reload the query the values select is...

The styling that this library includes uses very generic class names such as .rule and .condition which will conflict with any other dom elements using those names (such was the...

Added additional story to test functionality.

I am trying to pass multiple options in config (query, combinators and operators) but only one at a time is working. Can anyone tell me how to customise query builder...

for eg : let config = { query : "(SandraUser EQUALS 'Jack' AND BobName EQUALS 'London')" } The UI does not get built properly for the query. The field for...

Use query config as (firstname= 'jhon'), It gives an error for undefined value at line 73 in Query parser.js. I managed it working by replacing the line with if (element.value...