PropertyEnumV2

Successor to PropertyEnum. Built on Base UI Combobox with onValueSeeked support — fires when the user hovers or navigates to an item via keyboard, before committing. This enables live-preview patterns (blend mode, font weight, etc.) directly in the property panel without manual DropdownMenu wiring.


Grouped — Blend mode

Grouped EnumItem[][] with separators between groups. Hover or arrow-key through items to see onValueSeeked fire.

Selected: normal
Seeked: (none)

Live preview — Font weight

The onValueSeeked callback drives a live preview. The text weight changes as you hover or arrow through items, and commits only on click / Enter.

Grida Canvas
Committed: 400
Previewing: (none)

Flat — Stroke cap

Flat EnumItem[] without groups. Works as a drop-in replacement for PropertyEnum.

Selected: none