DioxusLabs / DioxusLabs/blitz

input type="range" is inert (no rendering, no interaction)

Open
#456 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Rust
Stars
4.1k
Forks
203
Avg merge
8h 58m
Merged PRs (30d)
112

Description

`` renders nothing and has no pointer interaction — `events/mouse.rs` only implements click handling for checkboxes, and `oninput`/`onchange` never fire.

With `onmounted`/element-relative coordinates also unavailable through dioxus-native, an app cannot even build its own slider from primitives (there's no way to map a click to a track fraction). Sliders are load-bearing UI for media apps — seek bar, volume — which currently have no path to working at all.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.