allen-cell-animated / agave

Other
31 stars 5 forks source link

numeric input sliders: allow out-of-range behavior #166

Open toloudis opened 4 months ago

toloudis commented 4 months ago

Use Case

Users often want to "overdrive" values beyond slider ranges.

Solution

When there is a numeric spinner, we can allow this by fixing the slider at a sensible slider max, and let users enter values in the spinner that exceed the max. Perhaps we indicate in some subtle way that the spinner value is outside slider range.