1. 04 Oct, 2017 1 commit
  2. 31 Aug, 2017 1 commit
  3. 11 Aug, 2017 1 commit
  4. 26 Apr, 2017 1 commit
  5. 10 Apr, 2017 1 commit
    • Patrick H. Lauke's avatar
      Only change aria-pressed if it's not an input-based radio or checkbox group · 3f6e1faf
      Patrick H. Lauke authored
      * Only change aria-pressed if it's not an input-based radio or checkbox group
      
      aria-pressed="true"/aria-pressed="false" is really only useful for
      making on/off toggles out of, say, `<button>` elements. the attribute is
      useless (and potentially confusing/conflicting) on, say, `<label>`
      elements for an existing `<input type="radio">` or similar.
      
      * Add unit test for buttons.js and radio/checkbox inputs in button groups
      3f6e1faf
  6. 06 Jan, 2017 1 commit
  7. 04 Jan, 2017 1 commit
  8. 24 Nov, 2016 1 commit
  9. 19 Oct, 2016 1 commit
  10. 05 Sep, 2016 1 commit
  11. 27 Jul, 2016 1 commit
  12. 17 Feb, 2016 1 commit
  13. 16 Feb, 2016 1 commit
  14. 14 Jan, 2016 1 commit
    • Kotas Vlastimil's avatar
      Button toggling - trigger change event on input · 866e99b0
      Kotas Vlastimil authored
      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.
      866e99b0
  15. 09 Dec, 2015 1 commit
  16. 08 Dec, 2015 1 commit
  17. 05 Dec, 2015 1 commit
  18. 19 Aug, 2015 1 commit
  19. 13 May, 2015 1 commit
  20. 11 May, 2015 1 commit
  21. 08 May, 2015 2 commits