reflex-vty icon indicating copy to clipboard operation
reflex-vty copied to clipboard

TextInput: allow input interpretation, user input error reporting and input completion

Open deepfire opened this issue 1 year ago • 0 comments

  • Extend textInput, TextInput and TextInputConfig.
    • Expose the current input position.
    • Give the user control over input event interpretation.
    • Allow the now-exposed input interpreter signal input errors.
    • Provide means for input completion by the now-exposed interpreter.

This is a breaking change wrt TextInput. Suggestions on how to avoid this are welcome!

deepfire avatar Sep 26 '24 01:09 deepfire