As of right now, it is only possible to set enabled={false} on the whole component. I would like to have one of two:
- ability to disable stars at given indexes (
disabled={[0,1,2]}), or
- ability to pass minimum selected value
min={3}
If you point me in the right direction with it, I might create PR.
On the side, thanks for it, I find your component much easier to use than others. Keep up the good work 👍
As of right now, it is only possible to set
enabled={false}on the whole component. I would like to have one of two:disabled={[0,1,2]}), ormin={3}If you point me in the right direction with it, I might create PR.
On the side, thanks for it, I find your component much easier to use than others. Keep up the good work 👍