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
Is your feature request related to a problem? Please describe.
Right now, ConfirmationPrompt styling can't be customized in the same way that TextPrompt allows for, which makes for an inconsistent experience when you need to use both and have customized the TextPrompt styling.
Describe the solution you'd like
I'd like to introduce the same styling capabilities to ConfirmationPrompt that TextPrompt currently has.
Describe alternatives you've considered
For now, I've been using a custom ConfirmationPromptWithStyling in my own library that needs it, but it would be great if this came with this library so I can delete this custom implementation. 😄
Additional context
N/A
Please upvote 👍 this issue if you are interested in it.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Right now,
ConfirmationPrompt
styling can't be customized in the same way thatTextPrompt
allows for, which makes for an inconsistent experience when you need to use both and have customized theTextPrompt
styling.Describe the solution you'd like
I'd like to introduce the same styling capabilities to
ConfirmationPrompt
thatTextPrompt
currently has.Describe alternatives you've considered
For now, I've been using a custom
ConfirmationPromptWithStyling
in my own library that needs it, but it would be great if this came with this library so I can delete this custom implementation. 😄Additional context
N/A
Please upvote 👍 this issue if you are interested in it.
The text was updated successfully, but these errors were encountered: