From db352bcc94287bcef015752c059b31dd1d8ee4c3 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Fri, 18 Jul 2014 14:01:33 -0700 Subject: [PATCH] Make warning from #13875 slightly more detailed [skip sauce] --- docs/_includes/js/buttons.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_includes/js/buttons.html b/docs/_includes/js/buttons.html index 6d812e70a3ed..a0801b56cfa1 100644 --- a/docs/_includes/js/buttons.html +++ b/docs/_includes/js/buttons.html @@ -144,7 +144,7 @@

$().button('loading')

Cross-browser compatibility

-

Firefox persists form control states across page loads. A workaround for this is to use autocomplete="off".

+

Firefox persists form control states (disabledness and checkedness) across page loads. A workaround for this is to use autocomplete="off".

$().button('reset')