Thibaut Labouret

Results 4 comments of Thibaut Labouret

I just extended class `InputPrompt`, really cool solution @alex-ppg ```javascript "use strict"; const InputPrompt = require("inquirer/lib/prompts/input"); class InputPromptWithDefaultEdit extends InputPrompt { /** * When user press a key */ onKeypress()...

Hello, I'm looking for a pre-populated answer too (to be editable, not default) @brlebtag did you manage it ? Thanks

Hello, seems we need this in my team projects. Any news ?