Is there a possibility to add an additional field to field selector? #849
-
Hi, I am trying to add a new field after FieldSelector. I have a grouped data, once user select a specific group e.g. income from Field Selector, then I will show a new single select component that will allow the user to choose a sub-category (you can say, which will be related to selected group e.g. personal income) and once that sub-category is selected then I need to show OperatorSelector (lets say in/not in) and CustomValueEditor (will contains options related to the personal income). I am using autoSelectField={false} so when field is selected it renders OperatorSelector & CustomValueEditor. I am looking for this this design. Can you please show some demo how to achieve this. Also please take care autoSelectField={false}, should show operator and value selectors when rule & subcategory is selected. I have already seen this post but its going towards ValueEditor. Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Have you looked at #747 (comment)? |
Beta Was this translation helpful? Give feedback.
Have you looked at #747 (comment)?