Simon Boudrias
Simon Boudrias
That is not the case, the types are shipped. See https://www.npmjs.com/package/@inquirer/core?activeTab=code under `dist/esm/types/` for one example.
Like stated earlier, I'm happy to review this. But we need a solution that'll also work for typescript users. `dependencies` appears to be how we need to handle this for...
Thanks for the bug report and the code example. I can reproduce it with your snippet easily. This is a weird behaviour because at the time we press "enter", the...
Happy to get this feature back in. Not sure when I'll get to it, so let me know if you end up working on a PR.
Thanks @artfuldev ! Let me know if you need support at any point.
Hey @artfuldev, I assigned the issue to you. There's a paginator in the new implementation, but it's been rewritten as a hook here https://github.com/SBoudrias/Inquirer.js/blob/master/packages/core/src/index.mts#L179-L219 So the idea would be to...
Hey! This is done on purposes to reduce weight on the screen once we assume a user understands how to operate the prompt. Does it cause a problem? Would you...
Let's combine this request with #963
PR #1381 is up with this feature. I'll leave open a few days for review and feedback. Feel free to chip in!
Hey! I'm not really open to add a `Other` type API; I think it might complicate the prompt for a not super common use case (an "other" option can be...