Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

form widget can't draw hinttext of appended item. #2028

Closed
jevi061 opened this issue Feb 25, 2021 · 2 comments
Closed

form widget can't draw hinttext of appended item. #2028

jevi061 opened this issue Feb 25, 2021 · 2 comments
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@jevi061
Copy link

jevi061 commented Feb 25, 2021

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):

  • OS: Windows
  • Version: 10
  • Go version: 1.16
  • Fyne version: v2
@andydotxyz
Copy link
Member

on develop branch for testing and should be in v2.0.3 once we start the release process. Thanks @AnkushJadhav

@andydotxyz
Copy link
Member

This is now on release/v2.0.x

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants