blueprint icon indicating copy to clipboard operation
blueprint copied to clipboard

[WIP] Dropdown component

Open jscheiny opened this issue 6 months ago • 1 comments

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 avatar May 21 '25 15:05 jscheiny

Format

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

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

svc-palantir-github avatar May 21 '25 16:05 svc-palantir-github