You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Starting from 6.6.0 of @ react awesome query builder/antd, using FieldCascader in renderField in settings and setting "! Struct" in type in field can cause the problem of not being able to select
To Reproduce
In the demo provided by your project, remove the annotation for renderField. It can be seen that when switching to other options, the sub items under 'User' cannot be selected
Expected behavior
The 6.5.2 version I am currently using can be used, and FieldCascade is optional. If you want to upgrade to the new version 6.6.0 or above, this option also works. I don't know if this is a bug
Screenshots
The text was updated successfully, but these errors were encountered:
My apologies, I was able to understand my issue better by reproducing it via the Demo. The Vanilla renderer does not allow selecting any !struct fields. You can see this by going to the Demo, and changing renderer to Vanilla. If you think this is a different issue, let me know and I'll open a new ticket.
Describe the bug
Starting from 6.6.0 of @ react awesome query builder/antd, using FieldCascader in renderField in settings and setting "! Struct" in type in field can cause the problem of not being able to select
To Reproduce
In the demo provided by your project, remove the annotation for renderField. It can be seen that when switching to other options, the sub items under 'User' cannot be selected
Expected behavior
The 6.5.2 version I am currently using can be used, and FieldCascade is optional. If you want to upgrade to the new version 6.6.0 or above, this option also works. I don't know if this is a bug
Screenshots
The text was updated successfully, but these errors were encountered: