changie
changie copied to clipboard
Swap to huh for prompts
Closes #NNN
Check the following
- [ ] Maintain high code coverage
- [ ] Be properly formatted
- [ ] Documentation changes are included
- [ ] Include a change file if expected
Additional context Any additional info that might help get your pull request merged.
If you add a Height to the NewSelect and NewMultiSelect that should take care of everything. Looking forward to this change!
huh.NewMultiSelect[string]().
Title("Projects").
Options(projectOptions...).
Value(&p.Projects).
Height(10),
If you add a
Heightto theNewSelectandNewMultiSelectthat should take care of everything. Looking forward to this change!huh.NewMultiSelect[string](). Title("Projects"). Options(projectOptions...). Value(&p.Projects). Height(10),
I am waiting on huh to support hide funcs so I can conditionally hide the optional prompts in one form.
This is still on hold until huh is updated, no eta or anything.