How to stop double event triggers by single button click - Native application
0
I have two containers in my native application. The first container contains a button, and the second container includes a form with validation functions. When I click the button from the first container, the form validation is triggered unintentionally. I need to prevent this behavior. Instead, when I click the submit button from the second container, only the form validation should be activated. Thanks in advance
asked
Venkatajalapathy P
1 answers
0
Setup the validation in a microflow and remove this from the fields on the page. Then you can trigger the validation microflow on the one container via the button and not trigger this with the other button in the other container.