Hi,
I’d like to be able to create a simple wizard, maybe as a popover modal window, which displays when clicking a widget button.
It would consist of a simple form to gather user input and pass these values to a task after submit.
What would be a starter way to design this? I found the following thread:
I’m not familiar with React (I usually work with Angular) but am willing to learn if “this is the way”
Thanks!
(OK I just realized *-extension-widget.tsx
actually is a React Widget! So I guess I’ll have to learn React now :-))