I’d like to have a popup component that. #1. automatically come with a default X (close) button/text on the right-upper corner. (so user can click to close the popup.) #2. all the input components can be reset automatically when the popup shows up on screen. ( and “set status” can be setup in workflow)
I see i can add a button/text to close the popup in the reusable. but ,
to reset all the input components upon showing the popup, I have to setup workflow on each page where use the reusable.
There’s no way I can set it up in the reusable popup. correct?
Not sure if that’s the best option to reset content while opening the pop-up. You can test it, btw. If the content will reset fast enough or you’ll see the act of data reseting.
Usually I have a two step WF: reset data + open pop-up.
I try to reset like the screenshot above.
and there’s an issue:
e.g. I have a button on the popup.
I setup WF: if user click the button, set it to not-visible.
so, in production,
the popup show up.
user click the button,
the button will be become not-visible.
user close the popup.
user open the popup again.
I can see the button is still hidden.
I thought the RESET can make the button back to the default status (visible), but it doesn’t.
is there a way to fix it?