Closed TheLukeGuy closed 4 years ago
Thanks for the PR!
How do they look in the app? It shouldn't change anything but I just want to make sure it doesn't break something visually
I checked and everything looks fine, it behaves just like descriptions behave with other list item types!
Okay great!
All of the list item types have a
description
parameter in their constructors except forSelectListItem
, so I added it toSelectListItem
to ensure consistency and obviously make it easier to add a description to aSelectListItem
.