Replies: 1 comment 4 replies
-
UI should change if you add new fields to the props correctly. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have requirement like
A has {name, age, dob} as fields
B has {firstname, lastname, place} as fields
when A is chosen in the fields dropdown {name, age, dob} should be displayed.
when B is chosen {firstname, lastname, place} should be displayed.
I was able to dynamically set fields for the first time. But for the second time, even if the config is getting updated the UI is not changing.
Is there any simpler solution for this? or should i render the query builder every time I receive newer fields.
Beta Was this translation helpful? Give feedback.
All reactions