I've noticed that the built-in ChainedSelect lets us open more selectors based on dropdown selections. How can I open up a custom component (or any other component except another selector) based on the option I've selected? I would like to open/unhide another component the moment the selection is made, just like how ChainedSelect works.
On a similar note, I wanted to know how I can use a Boolean field this way too, which triggers actions such as hide/unhide/set when I check or uncheck the boolean.
I've noticed that the built-in ChainedSelect lets us open more selectors based on dropdown selections. How can I open up a custom component (or any other component except another selector) based on the option I've selected? I would like to open/unhide another component the moment the selection is made, just like how ChainedSelect works.
On a similar note, I wanted to know how I can use a Boolean field this way too, which triggers actions such as hide/unhide/set when I check or uncheck the boolean.