InquirerPy icon indicating copy to clipboard operation
InquirerPy copied to clipboard

Redraw the list after delete

Open wabiloo opened this issue 2 years ago • 0 comments

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?

wabiloo avatar Jun 05 '23 16:06 wabiloo