A drop down field choice that triggers an additional field to appear
A drop down field choice that triggers an additional field to appear
![mfitportal](https://secure.gravatar.com/avatar/0d30597b1eb82b2bd90b08b98106442d/?default=https%3A%2F%2Fvanillicon.com%2F0d30597b1eb82b2bd90b08b98106442d_200.png&rating=g&size=120)
How would one go about creating a datatable editor that dynamically shows additional fields if specific options are selected?
For example, I have a drop down select field with three options, and if the second option is selected (only the second, not the first or third), I want another field (checkbox) to appear so the user can specify additional information.
This discussion has been closed.
Replies
Hi @mfitportal ,
The best bet is to use
dependent()
for that - see example here that's doing just that,Cheers,
Colin