InquirerPy
InquirerPy copied to clipboard
Redraw the list after delete
I'd like to implement the _handle_delete() keybinding example from https://inquirerpy.readthedocs.io/en/latest/pages/kb.html#binding-custom-functions.
However after deleting the value, I want to redraw the list, not exit the app with a default/None value, to force the user to select another value. How could I handle this?