We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cd3bd8 commit 670d7f1Copy full SHA for 670d7f1
internal/io/input.go
@@ -19,7 +19,7 @@ func GetCheckboxes(label string, opts []string) ([]string, bool) {
19
Options: opts,
20
PageSize: CheckboxesPageSize,
21
}
22
- survey.AskOne(prompt, &checkboxes)
+ survey.AskOne(prompt, &checkboxes, survey.WithKeepFilter(true))
23
24
if len(checkboxes) == 0 {
25
Logger.Warn().Msg("Select values!")
0 commit comments