Code review comment for lp:~barry/lazr-js/482298-picker-batching

Revision history for this message
Barry Warsaw (barry) wrote :

Implement a simplified batching API for the Picker. The common case is where the page headings are numbers starting from 1, with values starting from 0. So unless you need to do something fancy, you can just tell the picker how many batches there are and it will do the rest.

« Back to merge proposal