ShawnLin013 / NumberPicker

:slot_machine: The android library that provides a simple and customizable NumberPicker.
MIT License
1.09k stars 240 forks source link

Feature Request #193

Closed bluepixelservices closed 3 years ago

bluepixelservices commented 3 years ago

Can you please add 1 feature :

1) stop recursive scrolling at end of last number e.g. if I have 1 to 25 then at 25 scrolling should be stop and not scroll to again 1

CreatorB commented 3 years ago

I need it too

ShawnLin013 commented 3 years ago

@bluepixelservices @CreatorB Use the following code numberPicker.setWrapSelectorWheel(false); or app:np_wrapSelectorWheel="false"