Open ahnucl opened 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
title
extend
selected
hightlighted
...
Checklist
@ahnucl Please can you update this branch with latest changes from master and then I will review.
master
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 justextend
the styles not checking ifselected
orhightlighted
exists...
Checklist