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
form=huh.NewForm(
huh.NewGroup(
huh.NewNote().
Title("Xxx xxxxxxxx xxxx xxxxxxx!").
Description(
"xxxxxx xx x xxxxx xxxxx xxxx xxxx xxxxxxxxxx xxxx xxxxxxxxx xx"+" xxxx xxxx xxxxx xx xxxxxxx xxxxxxxxxx xxxx xxx xxx xx x"+" xxxxxx xxxxxxxxxxx xxxxxxxx xxxxxxx xxxxxxxx xxx xx xxxxxxxx"+" xxxxxxx xxxx xx xxxxxx xxx xxxx xxxx xxxx xxxx xxxx xxxxxx\n\n"+" xxxxx xx xxxxxxxxxxx xxx xx xxxxxxxx xxxx xxxxxxxx xxx xxxx xx"+" xxxx xx x xx xxxxxxx xx xxx xxxxxxxx xxx xxxxxxxx xxxxxx xxxxx"+" xx xxxxxx xxx xxxxxxx xxxxxxxx xxx xxxx xxxxx xxxx xxx xxxxxxx"+" the choice whether to allow that or not.\n\n",
).
Next(true).
NextLabel("Okay"),
),
).WithAccessible(accessible).WithTheme(theme)
The NextLabel won't render, presumably because the height of the form is too small:
Additional context
It did work sometime last year, because I've been playing around with the code for a while, but at some point it stopped showing up. I assume that something in regard to the rendering of text has changed.
I tried downgrading huh to older versions but I couldn't get it to a working status again, so I cannot tell which change/version it was that broke it unfortunately.
The text was updated successfully, but these errors were encountered:
Describe the bug
In this example code:
The
NextLabel
won't render, presumably because the height of the form is too small:Additional context
It did work sometime last year, because I've been playing around with the code for a while, but at some point it stopped showing up. I assume that something in regard to the rendering of text has changed.
I tried downgrading huh to older versions but I couldn't get it to a working status again, so I cannot tell which change/version it was that broke it unfortunately.
The text was updated successfully, but these errors were encountered: