From 6e681b28ffbcdc9de88b59bcc3755aefd6dc83f9 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 1 Apr 2021 15:05:33 +0800 Subject: [PATCH] Changed docs/src/Roo_bootstrap_Button.js.html --- docs/src/Roo_bootstrap_Button.js.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/src/Roo_bootstrap_Button.js.html b/docs/src/Roo_bootstrap_Button.js.html index e39fc1a1a8..33af08bd2d 100644 --- a/docs/src/Roo_bootstrap_Button.js.html +++ b/docs/src/Roo_bootstrap_Button.js.html @@ -401,6 +401,7 @@ { this.disabled = false; this.el.removeClass('disabled'); + this.el.dom.removeAttribute("disabled"); }, /** @@ -410,6 +411,7 @@ { this.disabled = true; this.el.addClass('disabled'); + this.el.attr("disabled", "disabled") }, /** * sets the active state on/off, -- 2.39.2