RIFT-15970: RIFT-287: Manually triggered autoscaling scaling limits test - No UI...
[osm/UI.git] / skyquake / framework / widgets / button / rw.button.js
index 41730eb..5d684ec 100644 (file)
@@ -251,7 +251,8 @@ module.exports = React.createClass({
         onKeyPress:        this.onKeyPress,
         onKeyUp:           this.onKeyUp,
         onFocus:           this.onFocus,
-        onBlur:            this.onBlur
+        onBlur:            this.onBlur,
+        disabled:          this.isDisabled, 
       },
       button_icon,
       React.createElement("span", {className: "rw-button__label"}, display)