Closed sitaram-gupta closed 5 years ago
Hmm... Good question. Not supported.
But you can fork and add this yourself. Just add one more method to the builder such as setInitialSelection(positions: List<Int>) and there you go.
setInitialSelection(positions: List<Int>)
thank you for your response let me try as you said.
Actually i didn't get to set this method setInitialSelection(positions: List) in builder. and from where i can get the selected position list?
Thank you
Hmm... Good question. Not supported.
But you can fork and add this yourself. Just add one more method to the builder such as
setInitialSelection(positions: List<Int>)
and there you go.