Skip to content

issues Search Results · repo:charmbracelet/huh language:Go

Filter by

169 results
 (54 ms)

169 results

incharmbracelet/huh (press backspace or delete to remove)

Describe the bug Here is a Go program using the MultiSelect in accessible mode: package main import ( fmt github.com/charmbracelet/huh ) func main() { var toppings []string huh.NewForm( ...
bug
  • williammartin
  • Opened 
    3 days ago
  • #547

Is your feature request related to a problem? Please describe. Currently, if the active group in a form has an error, the user is blocked from navigating to a previous group. This can be problematic when ...
enhancement
  • cpcf
  • Opened 
    14 days ago
  • #540

Describe the bug In this example code: form = huh.NewForm( huh.NewGroup( huh.NewNote(). Title( Xxx xxxxxxxx xxxx xxxxxxx! ). Description( xxxxxx xx x xxxxx xxxxx xxxx xxxx xxxxxxxxxx ...
bug
note
  • mrusme
  • Opened 
    20 days ago
  • #538

When applying a LayoutColumn with a group having no Input field the layout width is not applied whereas I would expect the two groups to be distributed evenly across the available width. func main() { ...
bug
layout
  • jonas-grgt
  • Opened 
    on Feb 8
  • #525

When adding a title to a group the title is not rendered. This also goes for the group s description. func main() { form := huh.NewForm( huh.NewGroup( huh.NewInput().Title( First ), huh.NewInput().Title( ...
bug
group
  • jonas-grgt
  • Opened 
    on Feb 5
  • #522

When an input description is too long (i.e. if it gets rendered on more than 2 lines) the user input gets lost. package main import ( github.com/charmbracelet/huh ) func main() { form := huh.NewForm( ...
bug
input
layout
  • 2ynn
  • Opened 
    on Jan 29
  • #519

If huh is used in tandem with wish, using huh.Text exposes the server to RCE (for example, EDITOR=vim, then the user simply has to type :! rm -rf / Describe the solution you d like Request boolean to ...
bug
text
  • ArchiMoebius
  • 1
  • Opened 
    on Jan 19
  • #512

Hello there! I ve been trying huh and looks pretty promising! I m looking for a concrete feature and could not find it in many similar libraries (except tview but looks a bit complex for my usecase). ...
  • David-Lor
  • 2
  • Opened 
    on Jan 17
  • #511

Describe the bug Title doesn t displayed when filterable is set to true on Select field. To Reproduce. Steps to reproduce the behavior: package main import ( github.com/charmbracelet/huh ) func ...
  • florentsorel
  • 2
  • Opened 
    on Jan 15
  • #510
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub