You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
using imperative way to create a form in fyne window,like
new form
append form item
append another form item
and run
after these steps 、you cant see hint text as expected.
and after debuging,i found when the CreateRenderer func run,some form item even not been appended.
To Reproduce:
I have list reproduce steps above.
Screenshots:
Example code:
Device (please complete the following information):
OS: Windows
Version: 10
Go version: 1.16
Fyne version: v2
The text was updated successfully, but these errors were encountered:
Describe the bug:
using imperative way to create a form in fyne window,like
new form
append form item
append another form item
and run
after these steps 、you cant see hint text as expected.
and after debuging,i found when the CreateRenderer func run,some form item even not been appended.
To Reproduce:
I have list reproduce steps above.
Screenshots:
Example code:
Device (please complete the following information):
The text was updated successfully, but these errors were encountered: