We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Here's the code snippet:
prompt := promptui.Select{ Label: "Select Day", Items: []string{"Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday"}, } go func() { i := 0 for { i++ for j := 1; j <= i*2; j++ { fmt.Println(strings.Repeat(strconv.Itoa(i), 40)) } time.Sleep(2 * time.Second) } }() _, result, err := prompt.Run() if err != nil { fmt.Printf("Prompt failed %v\n", err) return } fmt.Printf("You choose %q\n", result)
Can you provide some method to force rolling or other methods to fix>?
The text was updated successfully, but these errors were encountered:
I am experiencing exactly the same issue.
Can you let me know if you found a workaround?
Sorry, something went wrong.
AlecAivazis/survey
manifoldco/promptui
No branches or pull requests
Here's the code snippet:
Can you provide some method to force rolling or other methods to fix>?
The text was updated successfully, but these errors were encountered: