liferay / clay

A web implementation of the Lexicon Experience Language
http://clayui.com
Other
208 stars 483 forks source link

feat(@clayui/dropdown): LPD-41310 Update Clay Dropdown Component to Include Caret Icon #5892

Closed ilzamcmed closed 1 week ago

ilzamcmed commented 2 weeks ago

Jira issue: https://liferay.atlassian.net/browse/LPD-41310

The idea is to add the caret button icon exclusively to the dropdown component. I didn't include it in the dropdownWithItems component, as most instances already manually add the caret icon, including those in the portal.

ilzamcmed commented 2 weeks ago

Hey @matuzalemsteles @pat270 @ethib137 This PR is ready for review! Please see this thread for more info about the DropdownWithItems Thanks!

matuzalemsteles commented 1 week ago

@ilzamcmed I sent some changes to fix some of the concerns.

ilzamcmed commented 1 week ago

Thanks @matuzalemsteles! It was difficult to find a case that fit all the logic we needed.