Skip to content

[Feature Request]: implement reactive range for sliderInput #230

Description

@lcd2yyz

Feature description

Now that we've implemented reactive filtered counts for checkbox groups, we should do the same for sliderInput ranges as part of the hierarchical filter concept.

image

My thoughts on some of the "action" logic that needs to happen are outlined below...
So after updates in other filter variables that may affect the resulting filtered data

  • Slider range should re-adjust to min-max of the filtered data (light blue histogram) at default.
  • If the previous selected range was smaller than the min or bigger than the max of the new range, then selected range should also re-adjust to the new range
  • If the previous selected range is already within the new range of the filtered data, then no change
  • User should still be able enter numerical range manually, and the entered range can be larger (eg. out-of-bounds) compared to the actual range of filtered data.

Similar to what was ask #8

Code of Conduct

  • I agree to follow this project's Code of Conduct.

Contribution Guidelines

  • I agree to follow this project's Contribution Guidelines.

Security Policy

  • I agree to follow this project's Security Policy.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions