When I tried to apply 0 as rating value (in this case all stars must be outline style not filled) by default it assign 3. I saw in the code checking rating value as this.rating || 3. So when I set the value as 0 it will auto assign 3 instead. Anyone else had this issue or it's just me.?
When I tried to apply 0 as rating value (in this case all stars must be outline style not filled) by default it assign 3. I saw in the code checking rating value as
this.rating || 3
. So when I set the value as 0 it will auto assign 3 instead. Anyone else had this issue or it's just me.?