We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93e39a1 commit 67ec70eCopy full SHA for 67ec70e
1 file changed
src/LaddaButton.jsx
@@ -79,7 +79,9 @@ class LaddaButton extends Component {
79
// .stop removes the attribute "disabled"
80
// .disable calls .stop then adds the attribute "disabled"
81
// see https://github.com/hakimel/Ladda/blob/master/js/ladda.js
82
- this.laddaInstance.disable()
+
83
+ // Removed in ladda v2
84
+ //this.laddaInstance.disable()
85
} else {
86
this.laddaInstance.stop()
87
}
0 commit comments