I have a prototype for a user to click on an input field, enter an input with a keypad overlay, and close the overlay by making use of the close when clicking outside
property.
I would like to trigger a set variable
interaction when the user closes the overlay. Is this currently possible?
I have also tried applying a close overlay
interaction to the parent frame on click along with the set variable
interaction, but this doesn’t seem to allow the user to close the overlay by clicking away from it.