Skip to content

Commit 670d7f1

Browse files
authored
feat(io): keep filter for region and runtime selection active (#172)
1 parent 4cd3bd8 commit 670d7f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/io/input.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ func GetCheckboxes(label string, opts []string) ([]string, bool) {
1919
Options: opts,
2020
PageSize: CheckboxesPageSize,
2121
}
22-
survey.AskOne(prompt, &checkboxes)
22+
survey.AskOne(prompt, &checkboxes, survey.WithKeepFilter(true))
2323

2424
if len(checkboxes) == 0 {
2525
Logger.Warn().Msg("Select values!")

0 commit comments

Comments
 (0)