aboutsummaryrefslogtreecommitdiff
path: root/js/src/button.js
AgeCommit message (Collapse)AuthorFilesLines
2016-02-16Focus (visually hidden) input radio/checkboxPatrick H. Lauke1-0/+3
This allows for keyboard navigation (e.g. arrow keys left/right to trigger different radio buttons) following an initial mouse click interaction
2016-01-14Button toggling - trigger change event on inputKotas Vlastimil1-1/+1
Bootstrap’s .button styles can be applied to other elements, such as labels, to provide checkbox or radio style button toggling. When the checkbox or radio state is changed, there should be triggered the change event. Currently, the change event is triggered on the Button, which is not correct. Only input fields do support the change event.
2015-12-08Update version numbers using npm scriptChris Rebert1-1/+1
Errata from: * 8ce5da30260c1368ae97838fcf010375071a7243 * 5d3144e8fb5c7202991b7614d77dfc00903fcb2e which missed a few numbers. [skip sauce] [skip validator]
2015-12-08manually bump versions because npm script wasn't working for meMark Otto1-1/+1
2015-12-05Fix version numbers is JS files; fixes #18435Chris Rebert1-2/+2
[skip sauce] [skip validator]
2015-08-18js tests passing + eslintJacob Thornton1-5/+4
2015-05-13implement global dispose methodfat1-4/+12
2015-05-10add getters for Version and Default where applicablefat1-0/+8
add modal my gawd
2015-05-07carousel -> es6fat1-9/+9
2015-05-07button -> es6fat1-0/+158