-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pangolin 3712 select field #2782
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
🦋 Changeset detectedLatest commit: faa117f The changes in this PR will be included in the next version bump. This PR includes changesets to release 96 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
2663463
to
da137bc
Compare
…onal condensed view
…add visual spec for new isCondensed prop
…nd icon left smaller in condensed mode
da137bc
to
522e0ba
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me 👍
Thanks, Sarah!
* feat(select-input): update styling of select input component for optional condensed view * feat(select-input): update types to be more dynamic/maintainable and add visual spec for new isCondensed prop * feat(select-input): update text for isCondensed in readme * feat(select-input): make multi tag remove button, multi tag height, and icon left smaller in condensed mode * feat(select-field): add isCondensed layout for SelectField component * feat(select-field): undo change I didn't mean to do and may have been a merge conflict I handled incorrectly * feat(select-field): remove duplicate code that came from a bad merge * feat(select-field): update typo in readme * feat(select-field): update typo in readme * refactor(select-field): update readmes * refactor(select-field): restore original comment format --------- Co-authored-by: Carlos Cortizas <[email protected]>
Summary
Description
Update the select field component to support an isCondensed property that is passed down to the Select Input to display the condensed layout.