ChargeMap/Compose-NumberPicker

"Repeat" property

Opened this issue · 1 comments

"Repeat" Boolean property that if true, will loop back to the bottom of the picker at the top of the picker and vice versa if the picker is at the bottom, similar to a never-ending carousel. (Once the beginning/end is reached, the end/beginning of the list will be the next value in display, instead of having to scroll all the way back to the desired point of the list.)

This property is useful and necessary.