Setting default values for multiple dice
caseyjkey opened this issue · 1 comments
caseyjkey commented
How can we specify values for individual dice by default?
AdamTyler commented
I'm thinking the way to do this would be to introduce a prop called something like nextRollValues
and pass in an array that matches the sequence of dice you are using.
The tricky part would be you'd need to clear that prop before the next roll.
@caseyjkey does this seem like something that would work for your case?