Override input handling in the SelectPrompt #1224
abpiskunov
started this conversation in
General
Replies: 1 comment 5 replies
-
@patriksvensson The interfaces/classes I'm thinking:
IListPromptStrategy is the goal, but the others come along for the ride. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We would like to add extra keys handling for Esc or Ctrl+C in our SelectPrompt. We were trying to clone its implementation and just create AdvancedSelectPrompt however all related contracts are internal (IListPromptStrategy etc).
Is it possible to make those contracts public or add some virtual methods to be overridden in the SelectPrompt (and other ones too)?
Beta Was this translation helpful? Give feedback.
All reactions