2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

button.js: Fix keyboard navigation

This PR fixes the keyboard navigation again while still keeping #16223 fixed.

Closes #19192
This commit is contained in:
Fabrice Daugan
2016-02-14 17:08:03 +01:00
committed by Chris Rebert
parent ad5e6565cc
commit ad1e98d094
2 changed files with 10 additions and 3 deletions
+2
View File
@@ -22,6 +22,8 @@
<h1>Button <small>Bootstrap Visual Test</small></h1>
</div>
<p>Try interacting via mouse, via keyboard, and via keyboard after first interacting via mouse. (Refresh the page between each trial.)</p>
<button type="button" data-loading-text="Loading for 3 seconds..." class="btn btn-primary js-loading-button">
Loading state
</button>