Skip to content

Duration and temperature pickers should have a selectable drop down or be enterable #3556

Open
@josh-griffin

Description

@josh-griffin

Is your feature request related to a problem? Please describe.

Currently the inputs for entering a duration or a temperature for sensor related data are a stepper with + and - buttons but the range of values can be so large that a stepper is often not appropriate.

Describe the solution you'd like

Able to press for a list of options to select from. I prefer pressing rather than using the keyboard as typing on a device is, for me, not a good experience.

Implementation

Using something like react-native-picker, allow for a drop down or picker modal to select values from.

Describe alternatives you've considered

Enterable input from the keyboard. Another viable, potentially better option.

Additional context

  • Stepper was done as it will cover most use cases and is relatively simple to implement.
  • Enterable inputs have issues with validation and masking.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions