mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-24 17:48:30 +02:00
Dropdown keys and pointer events
This commit is contained in:
@@ -32,6 +32,7 @@ export function RadioDropdown<T = string | null>({
|
||||
return item;
|
||||
} else {
|
||||
return {
|
||||
key: item.label,
|
||||
label: item.label,
|
||||
shortLabel: item.shortLabel,
|
||||
onSelect: () => onChange(item.value),
|
||||
|
||||
Reference in New Issue
Block a user