primeng icon indicating copy to clipboard operation
primeng copied to clipboard

SelectedItemGroup type as generic

Open jasny opened this issue 1 year ago • 1 comments

Make SelectedItemGroup a generic, passing the type to SelectItem.

export interface SelectItemGroup<T = any> {
    label: string;
    value?: any;
    items: SelectItem<T>[];
}

Fixes #16561

jasny avatar Oct 16 '24 13:10 jasny

The latest updates on your projects. Learn more about Vercel for Git ↗︎

2 Skipped Deployments
Name Status Preview Comments Updated (UTC)
primeng ⬜️ Ignored (Inspect) Oct 16, 2024 1:11pm
primeng-v18 ⬜️ Ignored (Inspect) Oct 16, 2024 1:11pm

vercel[bot] avatar Oct 16 '24 13:10 vercel[bot]

Thanks a lot for your contribution!

mertsincan avatar Nov 18 '24 12:11 mertsincan