Open zlesnr opened 3 years ago
prompt := promptui.Select{ Label: fmt.Sprintf("a\nquestion"), Items: []string{"Yes", "No"}, } _, result, err := prompt.Run()
It appears that the label message gets mangled if the label contains a newline character.
I am having the same issue
It appears that the label message gets mangled if the label contains a newline character.