You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it make sense to have a separator prop, defaulting to " " to keep backwards compat, and support it wherever suffix is supported? Might be quite easy? 🤔
Really cool lib, love it!
Inquirer.js/packages/input/src/index.ts
Line 74 in 346cf16
Would it be somehow possible to customize the separator
" "
betweendefaultStr
andformattedValue
here? ☝️I would like to format my prompts so that the result shows in the console as:
without any space between, but currently one can only achieve this:
with
suffix: '='
.Thoughts?
The text was updated successfully, but these errors were encountered: