Skip to content

feat: add search to parameter dropdowns #18729

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

Merged
merged 27 commits into from
Jul 15, 2025
Merged

feat: add search to parameter dropdowns #18729

merged 27 commits into from
Jul 15, 2025

Conversation

aslilac
Copy link
Member

@aslilac aslilac commented Jul 2, 2025

@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 Parkreiner 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
Copy link
Member

@Parkreiner Parkreiner left a comment

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

import { Check, ChevronDown, CornerDownLeft } from "lucide-react";
import type { FC, KeyboardEventHandler } from "react";
import { Info } from "lucide-react";
import { type FC, type KeyboardEventHandler, useState } from "react";
import { cn } from "utils/cn";

interface ComboboxProps {
value: string;
Copy link
Member

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
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.

@aslilac aslilac merged commit 52c4b61 into main Jul 15, 2025
33 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