-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Labels
Description
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 👍