tag
#ui-controls
2 items (2 fixes)
fixes
✓ 26.07
"Building a draggable slider with click-to-jump and drag-to-scrub"
No native drag helper exists for PanelComponent sliders — use the engine's SliderControl pattern: MousePanelEvent.LocalPosition over track width, with pointer-events routing.
razorinput
✓ 26.07
"TextEntry is the house control, not HTML input"
Use TextEntry with onsubmit and OnTextEdited — standard Blazor input bindings compile but are not how the engine UI works.
razorcompile-error