Dear friends,
I hope you can help me, I’m trying to condition the visibility of some fields, depending on a selection field. Basically it’s showing one or more fields depending on the selectable value in a previous field.
The problem I have is that I’m doing it in VUE, in the forum there are various examples for Classic code with Bootstrap, but in VUE, the Client Events option doesn’t appear in the field… therefore I don’t have how to apply On Change. I tried to put it in Page Events but it didn’t work. I appreciate some help since in the case of Vue I can’t identify where I can do it.
PS: I tried using v-show in the Page Edit, but it hides it completely, and it doesn’t recognize my selection despite assigning ID to the field.