KacperFKorban / GUInep

Automatic UI forms for Scala 3 functions
https://kacperfkorban.github.io/GUInep/
Apache License 2.0
14 stars 0 forks source link

Fix the web form to display the result on the same page #14

Closed KacperFKorban closed 6 months ago

KacperFKorban commented 6 months ago

It is extremely counterproductive to have the result displayed on a separate page when using guinep.web. The result of a form should be displayed together with the input form after submitting the form. (Below the "submit" button)