Skip to content

Conversation

@LennartSchmidtKern
Copy link
Contributor

@LennartSchmidtKern LennartSchmidtKern commented Nov 4, 2025

@LennartSchmidtKern LennartSchmidtKern marked this pull request as ready for review November 4, 2025 14:36

export default function KernDropdown(props: KernDropdownProps) {
const isDisabled = props.disabled || (props.options && props.options.length == 0);
const { t } = useTranslation("chatSidebar");
Copy link
Member

Choose a reason for hiding this comment

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

dropdown is also used in refinery and that doesn't have this afaik. i think we can make the placeholder a parameter instead

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants