fix(ui): add seperator to top of select lists

This commit is contained in:
Nathaniel Landau
2023-02-06 17:36:36 -05:00
parent 0143967db8
commit 167997f527

View File

@@ -496,6 +496,7 @@ class Questions:
Returns:
any: The selected item value.
"""
choices.insert(0, questionary.Separator())
return questionary.select(
question,
choices=choices,