@@ -278,6 +278,9 @@
},
handleKey(e) {
+ if (this.rateDisabled) {
+ return;
+ }
let currentValue = this.currentValue;
const keyCode = e.keyCode;
if (keyCode === 38 || keyCode === 39) { // left / down