Open
Description
Forms with conditional field visibility are not currently supported.
I want the fields visibility and participation in a From Group to depend on the value of another Field.
One idea I had to add this is using the same pattern used for other dynamic features of forms.
huh.NewForm(huh.NewGroup(huh.NewInput().EnableFunc(func() bool() { ...
Activity