Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,9 @@ async def on_prompt(
if self.choice_options
else ChoicePrompt._default_choice_options[culture]
)
choice_style = options.style if options.style else self.style
choice_style = (
0 if options.style == 0 else options.style if options.style else self.style
)

if is_retry and options.retry_prompt is not None:
prompt = self.append_choices(
Expand Down