Commit fce30b57 authored by Chris Rebert's avatar Chris Rebert
Browse files

Mark stateful button feature as deprecated

Refs https://github.com/twbs/bootstrap/issues/16362#issuecomment-96268469
[skip sauce]
parent a2f81ceb
5 merge requests!28721Hot test,!16605Test pull please ignore,!16430Improvements to stateful button JS docs,!22103test,!25326Adjust examples
Showing with 1 addition and 0 deletions
+1 -0
......@@ -10,6 +10,7 @@
<h2 id="buttons-stateful">Stateful</h2>
<p>Add <code>data-loading-text="Loading..."</code> to use a loading state on a button.</p>
<p><strong class="text-danger">This feature is deprecated since v3.3.5 and will be removed in v4.</strong></p>
<div class="bs-callout bs-callout-info" id="callout-buttons-state-names">
<h4>Use whichever state you like!</h4>
<p>For the sake of this demonstration, we are using <code>data-loading-text</code> and <code>$().button('loading')</code>, but that's not the only state you can use. <a href="#buttons-methods">See more on this below in the <code>$().button(string)</code> documentation</a>.</p>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment