Is anyone currently having issues with click actions? I have a form’s submit button that updates a field in the form, but doesn’t update a field unless I submit the form twice.
@Jal10c I have never experienced this at all.
Yes, got it. I am using an image picker in a modal with a form-like submit button. This button is associated to an UPDATE action (uploaded image -> user’s image). And “often”, it appear that after the submit click, the user image is not up to date. A back and re-click and the image is correctly there.
I originally had it all in a form, but what I did instead was manually add each element (input box, dropdown box, etc.) and tied it to a button. That seemed to work the best.
1 Like