fyne-io / defyne

The Fyne IDE
Other
197 stars 26 forks source link

json:unsupported type: func() #15

Closed SuperGod closed 2 years ago

SuperGod commented 2 years ago

go version:go1.18 linux/amd64 My operation steps:

  1. clean all widget
  2. add Form widget
  3. click save
  4. then I got the bellow error: "json:unsupported type: func()" image
andydotxyz commented 2 years ago

Fixed. Though it did expose an issue re-loading the file with Form. Will need additional work.

andydotxyz commented 2 years ago

Just FYI the form work is now complete. Be sure to update Defyne before you use it as the Form widget was not saving correctly until resolved today.