Skip to content

[WIP] Dropdown component #7461

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

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open

[WIP] Dropdown component #7461

wants to merge 2 commits into from

Conversation

jscheiny
Copy link
Contributor

Changes proposed in this pull request:

This PR introduces a simplified Select style component in the form of Dropdown which makes it easy to render quick lists of selectable items. Like other Select components, this component is always controlled and uses similar API designs. One simplification that this component makes is that for string and number values, it automatically infers how to render those into text. For non-serializable items, it provides a call back to render each list item into text.

@jscheiny jscheiny changed the title Dropdown component [WIP] Dropdown component May 21, 2025
@svc-palantir-github
Copy link

Format

Build artifact links for this commit: documentation | landing | table | demo

This is an automated comment from the deploy-preview CircleCI job.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants