Skip to content

feat: add search to parameter dropdowns#18729

Merged
aslilac merged 27 commits into
mainfrom
lilac/select-search
Jul 15, 2025
Merged

feat: add search to parameter dropdowns#18729
aslilac merged 27 commits into
mainfrom
lilac/select-search

Conversation

@aslilac

@aslilac aslilac commented Jul 2, 2025

Copy link
Copy Markdown
Member

@aslilac aslilac changed the title feat: search dynamic parameter dropdowns feat: add search to parameter dropdowns Jul 10, 2025
@aslilac aslilac requested a review from buenos-nachos July 10, 2025 23:26
@aslilac aslilac marked this pull request as ready for review July 11, 2025 00:07
@aslilac aslilac requested a review from jaaydenh July 11, 2025 00:07
@aslilac aslilac removed the request for review from jaaydenh July 14, 2025 18:21

@buenos-nachos buenos-nachos left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good overall! Just had a few suggestions

Comment thread site/src/components/Combobox/Combobox.stories.tsx
Comment thread site/src/components/Combobox/Combobox.stories.tsx
Comment thread site/src/components/Combobox/Combobox.stories.tsx Outdated
Comment thread site/src/components/Combobox/Combobox.stories.tsx Outdated
Comment thread site/src/components/Combobox/Combobox.stories.tsx Outdated
Comment thread site/src/components/Combobox/Combobox.tsx Outdated
Comment thread site/src/components/Combobox/Combobox.tsx Outdated
import { cn } from "utils/cn";

interface ComboboxProps {
value: string;

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I know this was here originally, but I can't help but feel like selectedValue would be more clear, especially to avoid ambiguity with inputValue

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think value is well enough established as "the current value of the input". what I would really like to change is inputValue -> searchValue.

Comment thread site/src/components/Combobox/Combobox.tsx Outdated
Comment thread site/src/components/Combobox/Combobox.tsx Outdated
@aslilac aslilac merged commit 52c4b61 into main Jul 15, 2025
28 checks passed
@aslilac aslilac deleted the lilac/select-search branch July 15, 2025 17:23
@github-actions github-actions Bot locked and limited conversation to collaborators Jul 15, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Allow for searching in single select dropdown component used in DynamicParamters

2 participants