bubbles
bubbles copied to clipboard
TUI components for Bubble Tea(Similar to the official bubbles 😊)
Results
1
bubbles issues
Sort by
recently updated
recently updated
newest added
Hi! Thanks for this awesome package. I tried copy-pasting the prompt example and I think there's an issue with the validation. ```go m := model{input: &prompt.Model{ValidateFunc: prompt.VFNotBlank}} ``` The validate...