tmbo / questionary

Python library to build pretty command line user prompts ✨Easy to use multi-select lists, confirmations, free text prompts ...
MIT License
1.58k stars 93 forks source link

Merge styles with Choice custom styles #362

Open ahnucl opened 9 months ago

ahnucl commented 9 months ago

Allow selected and highlighted styles to work with Choice custom styles.

What is the problem that this PR addresses? I needed the hightlighting functionality with custom styles no my Choices.

https://github.com/tmbo/questionary/issues/151 ...

How did you solve it? I found that when the title param on Choice is a list it just extend the styles not checking if selected or hightlighted exists

...

Checklist

kiancross commented 4 months ago

@ahnucl Please can you update this branch with latest changes from master and then I will review.