SimonBiggs / scriptedforms

Quickly create live-update GUIs for Python packages using Markdown and simple HTML elements.
Apache License 2.0
508 stars 34 forks source link

Add button to gracefully close a form #269

Open robmarkcole opened 6 years ago

robmarkcole commented 6 years ago

Currently I just kill a form when I am done with it, might be nicer to have a propper way to close, via a button

SimonBiggs commented 6 years ago

What would you want it to do?

robmarkcole commented 6 years ago

give a warning box requesting confirmation, shutdown the kernel, close the tab..?