From 0b799e161185fa6c4a9e335fb0a434ef301c2f8b Mon Sep 17 00:00:00 2001 From: b-fuze Date: Tue, 4 Dec 2018 21:33:34 -0500 Subject: [PATCH] Add helpful tip to docs I was thinking if someone wasn't aware that you could also use `` instead of `` that this could save them some time (and possibly prevent them abandoning the idea of using this lovely animated loading button) --- docs/documentation/elements/button.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/documentation/elements/button.html b/docs/documentation/elements/button.html index ea146467..a54a97ee 100644 --- a/docs/documentation/elements/button.html +++ b/docs/documentation/elements/button.html @@ -659,7 +659,7 @@ meta:

- Since the loading spinner is implemented using the :after pseudo-element, it is not supported by the <input type="submit"> element. + Since the loading spinner is implemented using the :after pseudo-element, it is not supported by the <input type="submit"> element. Consider using <button type="submit"> instead.