go-fuego / fuego

Golang Fuego - web framework generating OpenAPI 3 spec from source code
https://go-fuego.github.io/fuego/
MIT License
891 stars 43 forks source link

Full gourment adming app form not working #191

Closed thirdknife closed 1 week ago

thirdknife commented 2 months ago

To Reproduce Steps to reproduce the behavior:

  1. Go to admin/recipes/create after running the app
  2. When you fill Name for a recipe and change to next form field
  3. Page gets redirected to admin/recipes/ without completing the form

Expected behavior Should let fill and submit the form.

Go version 1.22.6 linux/amd64

EwenQuim commented 1 month ago

Sorry I want to finish #176 before fixing this! But I'll look at it soon.

Don't hesitate to open a PR if you want to investigate :)

dylanhitt commented 1 week ago

Imma take this. I need to learn the examples a bit better