Skip to content

PDRangeSelector #17

Description

@davidnmbond

The PanoramicData.Blazor nuget package should contain a PDRangeSelector component that permits the user to select a range using Start and End "Handles":

O###############O
------------O###O
O########O-------
-----O######O----

It should not be possible for a Handle to be set to a value outside of the range.

The Handles should optionally quantize using the IsQuantized property (default true). For example, with IsQuantized set to true, and a range of 1..5, the Handles should snap to one of only five positions, but otherwise a value of 2.34534345345 could be selected and the handles would not snap.

The selectors should optionally be able to have the same value selected with the IsSameValuePermitted property. For example, with IsSameValuePermitted set to true and a quantized range of 1..5, both Start and End Handles could be set to 3.

It should be possible to prevent the user from changing each Handle's position.

It should be possible to individually style the following with CSS:

  • The Left Handle
  • The Right Handle
  • The Left Unselected Range
  • The Selected Range
  • The Right Unselected Range

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Fields

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