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
Posts: 20Questions: 7Answers: 0
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