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
When using questionary.select() it styles the default choice according to the "selected" style (which is reverse by default). I managed to make it the same as all the rest by using Style([("selected", "noreverse"), ...]), but then it doesn't respect the "highlighted" style when pointing to the default choice.
This is what it looks like when the selected choice is also highlighted:
And this is what it looks like when another choice is highlighted:
I would like for the default choice to also be purple when the pointer is on it.
Question
When using
questionary.select()
it styles the default choice according to the"selected"
style (which is reverse by default). I managed to make it the same as all the rest by usingStyle([("selected", "noreverse"), ...])
, but then it doesn't respect the"highlighted"
style when pointing to the default choice.This is what it looks like when the selected choice is also highlighted:
And this is what it looks like when another choice is highlighted:
I would like for the default choice to also be purple when the pointer is on it.
What have you already tried?
Read the documentation
The text was updated successfully, but these errors were encountered: