v2.0.0b0 - Custom completion callbacks, small API changes
- 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
andvalue
into a newInputState
object.