From 327559ad786fc0cba71db2dd74ccf59c0943f64b Mon Sep 17 00:00:00 2001 From: poswalsameer Date: Fri, 16 Aug 2024 22:51:00 +0530 Subject: [PATCH 1/2] fixed the issue with disabled buttons after deprecation of the is-disabled class --- docs/documentation/elements/button.html | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/docs/documentation/elements/button.html b/docs/documentation/elements/button.html index 806d51cf1..4a7fcd7db 100644 --- a/docs/documentation/elements/button.html +++ b/docs/documentation/elements/button.html @@ -760,7 +760,29 @@

Disabled

-
{{ button_disabled_example }}
+
+ + + + + + + + + +

From 241a4068dba12f844f0d4b0c8cb70139fd574d7e Mon Sep 17 00:00:00 2001 From: poswalsameer Date: Fri, 16 Aug 2024 22:51:35 +0530 Subject: [PATCH 2/2] removed comment after fixing the issue --- docs/documentation/elements/button.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/documentation/elements/button.html b/docs/documentation/elements/button.html index 4a7fcd7db..2147cde97 100644 --- a/docs/documentation/elements/button.html +++ b/docs/documentation/elements/button.html @@ -761,7 +761,7 @@

Disabled

- + - +