hey
I try to make editable text element by using a set state to change from text to input, I use icon to make change like this :


my question is, can I trigger the make change workflow when the user clicks out input without using the save icon?
thank you
Hi there, @raedalghamdi5808… you can do what you described by using the An input’s value is changed workflow event, so give that a shot.
Best…
Mike
1 Like
the best way I found to achieve this is by using
1T - Input Watcher Plug-in
@mikeloc way works only when input is changed or deleted,
but when the input value does not change it’s not work.