How to show/hide fields inside a repeater with a reactive field in a repeater?
I am using the Standalone Form Builder.
I have to show and hide a
Here is what I have
I am not sure what actually goes inside the
I have to show and hide a
TextInput within a repeater based on the value selected on a Select element inside the repeater.Here is what I have
I am not sure what actually goes inside the
visible method. I am assuming there is a way to get the current item index on the repeater and check for the value. Any advice?