Skip to content
This repository was archived by the owner on Mar 28, 2025. It is now read-only.

Conversation

cjrcodes
Copy link
Contributor

0.0.13, leadingZero boolean parameter added. When true, numbers less than 10 (and greater than -10) will display an extra leading 0, useful for displaying time formats accurately (e.g. leadingZero = true, 01:05 PM / leadingZero = false, 1:5 PM)

currently accessible through: https://jitpack.io/#cjrcodes/Compose-NumberPicker/0.0.13

build.gradle: app:
implementation "com.github.cjrcodes:Compose-NumberPicker:0.0.13"

build.gradle:
maven { url 'https://jitpack.io' }

@r4phab r4phab changed the base branch from master to pr8 April 5, 2022 07:20
@r4phab
Copy link
Contributor

r4phab commented Apr 5, 2022

The PR has been merged to the branch pr8 so that I can tweak a few things

@r4phab r4phab merged commit c2a8e10 into ChargeMap:pr8 Apr 5, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants