-
Notifications
You must be signed in to change notification settings - Fork 263
New issue
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
KeySpace KeyType is not handled #144
Comments
Hi! @bashbunni just fixed this in charmbracelet/bubbletea#289. It will be available in the next release of Bubble Tea. If you need the functionality immediately you can pin to Sorry for the confusion! |
Apologies, I completely misread this one. This is a very good catch. We'll correct this one shortly. Thank you for filing this. |
@meowgorithm let me know if this is still a wip but saw it was merged |
Merged in |
This is now fixed for both the present and the upcoming Bubble Tea versions. |
bubbletea has recently changed the KeyType for the space character.
As a result, in particular, nothing happens when the user enters space in the
textinput
component.We need to add a
case tea.KeySpace:
somewhere around these lines.bubbles revision is
292a1dd7ba97b1dc96a12d5ba50301cc731ef37f
(currentmaster
)The text was updated successfully, but these errors were encountered: