insightsengineering / insightsengineering/teal.slice

[Feature Request]: Logic for numeric range manual input

Open
#231 6 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
R
Stars
12
Forks
7
Avg merge
3d 31m
Merged PRs (30d)
1

Description

In addition to...
> - Can't set either lower or upper bound to 'e'. (allowed by browser, NA in Shiny server)
> - Can't specify lower bound > upper bound

from https://github.com/insightsengineering/teal.slice/pull/226

Some additional logic for the manual numeric range are outlined as follows
- Entered range must be a valid numerical value (but allow scientific notation like 2E6 or 2e-2)
- Entered range can be smaller/larger compared to the actual range of the filtered data or the slider (also mentioned here https://github.com/insightsengineering/teal.slice/issues/230)
- Allow user to specify one-side bound, eg. if left blank, consider it to be `-Inf` or `Inf`, effectively max of the filtered data.

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.