Textinput features, fixes and improvements:
- New: Textinput now supports multi-character (IME) input in Bubble Tea v0.12.2
- Improved: blink timer resets when moving the cursor for a better user experience
- Fixed: ctrl+f and ctrl+b keybindings for forwards/backwards cursor movement
Textinput API changes:
Update
andView
are now methods on the textinput model rather than standalone functionsBlink
is now a simpletea.Cmd
(it was previously afunc (textinput.Model) tea.Cmd
).