Skip to content

v2.0.0b0 - Custom completion callbacks, small API changes

Compare
Choose a tag to compare
@darrenburns darrenburns released this 17 Feb 21:32
· 14 commits to main since this release
  • Support custom completion logic: when you select an item from a dropdown, you are now able to pass a callback function giving fine-grained control over the new state of the input.
  • Encapsulated cursor_position and value into a new InputState object.