1. 19 Feb, 2018 1 commit
    • Mark Otto's avatar
      Custom range input (#25600) · 470b4472
      Mark Otto authored
      * added the styling
      
      * added the documentation
      
      * update for one rule per line
      
      * fix hound error: trailing whitespace
      
      * trimmed off vendor prefixes
      
      * Add note about track and thumb
      
      * Psuedo-elements must be split across multiple rulesets to have an affect
      
      * Fix firefox inner focus
      
      * Seems that FF is the only one affected by this
      
      * Add support for gradients
      
      * Add labels, clarify min/max changes
      
      * add step example
      
      * add custom range vars
      470b4472
  2. 16 Feb, 2018 1 commit
    • Patrick H. Lauke's avatar
      [Docs] Clarify suggested use of custom validation styles, add note about... · 73357f94
      Patrick H. Lauke authored
      [Docs] Clarify suggested use of custom validation styles, add note about resetting form appearance after validation (#25628)
      
      * Expand/clarify recommendation for using custom validation styles
      
      Seems support for correctly announcing browser default navigation bubbles/notifications has improved recently. Now it seems only Chrome (at least on Win and Android, not tested on macOS) is the odd one out.
      
      However, we should really make sure the custom validation messages are also tied correctly to their relevant form controls - need to dig out the PR that will ensure that.
      
      * Add note about resetting form appearance after submission
      
      xref https://github.com/twbs/bootstrap/issues/25626
      73357f94
  3. 19 Jan, 2018 1 commit
  4. 16 Jan, 2018 1 commit
  5. 15 Jan, 2018 1 commit
  6. 11 Jan, 2018 1 commit
  7. 05 Jan, 2018 1 commit
  8. 03 Jan, 2018 1 commit
    • Mark Otto's avatar
      Validation tooltip example (#25143) · 460849dd
      Mark Otto authored
      * Add additional form validation examples
      
      Fixes #24811.
      
      This adds .valid-feedback to our custom styles and server side examples; previously we ommitted this to suggest you don't always need valid feedback. In addition, this adds examples of the .{valid|invalid}-tooltip classes with a new subsection in the Validation docs.
      
      * Update validation tooltip styles to remove fixed width; instead should retain itself to the parent element
      
      * update ids
      
      * finish docs paragraph, mention position: relative
      460849dd
  9. 30 Dec, 2017 3 commits
  10. 27 Dec, 2017 1 commit
    • Mark Otto's avatar
      Rewrite custom file input · b01e81ed
      Mark Otto authored
      - Changes the wrapping label to a div so we can style the label instead of another element while also supporting form validation.
      - Fixes form validation styles for custom file input (closes #24831).
      - Updates docs with validation styles (also adding example feedback text while I was there) and new how it works section.
      b01e81ed
  11. 26 Dec, 2017 2 commits
  12. 24 Dec, 2017 1 commit
  13. 23 Dec, 2017 1 commit
    • Mark Otto's avatar
      Form check markup v2 (#25050) · 16f14172
      Mark Otto authored
      * match layout behaviors
      
      * ditch the indicator as separate element for psuedo-elements on the label
      
      * move disabled to attribute only on input
      
      * redo default inline check to support new markup
      
      * redo inline forms
      
      * clean up vars
      
      * update validation mixin to new structure
      
      * update checks in docs
      
      * linting for for/id attributes
      16f14172
  14. 22 Dec, 2017 1 commit
    • Mark Otto's avatar
      Rewrite input group component (#25020) · 13150872
      Mark Otto authored
      * Rewrite input group component
      
      * Set the feedback to 100% width for input group
      
      * Move from .row to .form-row for tighter layout
      
      * no need for custom feedback here, we're using browser messaging
      
      * add input group to validation examples
      
      * add note about validating multiple
      
      * migration note added
      13150872
  15. 02 Dec, 2017 1 commit
    • Troy Morehouse's avatar
      Remove .col-form-legend in favor of .col-form-label (#24932) · 9de141f4
      Troy Morehouse authored
      * chore: sync with twbs (#1)
      
      * Make styling of grouped option buttons class-based
      
      Referencing #23728, styling grouped radio and checkbox buttons should not require the data-toggle attribute.
      
      * Fix installing deps in our webpack docs
      
      * Fix nested cards on card group (#24766)
      
      * Update popper.js to v1.12.9. (#24797)
      
      * Don't run postcss for `dist/css/*.min.css` files. (#24676)
      
      * Change the text color to dark on bg color warning examples (#24805)
      
      * Remove unused file and bundle ie-emulation-modes-warning.js with docs.min.js (#24825)
      
      * Remove the unused assets/js/ie10-viewport-bug-workaround.js.
      
      * Combine ie-emulation-modes-warning.js with docs.min.js.
      
      * Typos in grid.md (#24828)
      
      Fixed typos in offsetting section of grid.md
      
      * Fix dropup example code
      
      * Update devDependencies. (#24829)
      
      * Add support for fractional viewport widths (zoom/high-dpi displays) (#24299)
      
      * Change breakpoint  max- calculation to fr...
      9de141f4
  16. 29 Nov, 2017 1 commit
    • Mark Otto's avatar
      Override padding on radio input label (#24899) · a649c7f2
      Mark Otto authored
      We could tell folks to nix the class, we could tell them to override it, or we could add another modifier of some kind to address this. None of them seem particularly useful, but the padding override feels the most approachable and clearly documentable. Added this here to close #24844.
      a649c7f2
  17. 24 Nov, 2017 1 commit
    • Mark Otto's avatar
      Custom select updates (#24699) · 2ec1606a
      Mark Otto authored
      * Add support for size attribute on custom selects
      
      * Add large custom select, document it and the small variant
      
      * fix custom select focus state
      
      * fix custom file input focus styles
      
      * remove empty line
      2ec1606a
  18. 15 Nov, 2017 1 commit
  19. 29 Oct, 2017 2 commits
  20. 27 Oct, 2017 1 commit
  21. 19 Oct, 2017 1 commit
  22. 18 Oct, 2017 2 commits
  23. 28 Sep, 2017 1 commit
  24. 26 Sep, 2017 1 commit
    • XhmikosR's avatar
      Normalize all links. (#24109) · 31c87219
      XhmikosR authored
      * use a trailing slash when possible
      * use https when possible
      * remove a few redirected links
      * consistently use `https://popper.js.org/`
      * fix `iconUrl` in nuget files
      * change Jekyll Windows guide to the official one
      31c87219
  25. 12 Sep, 2017 1 commit
  26. 10 Sep, 2017 1 commit
  27. 04 Sep, 2017 2 commits
  28. 01 Sep, 2017 1 commit
  29. 11 Aug, 2017 1 commit
  30. 07 Aug, 2017 1 commit
  31. 04 Aug, 2017 1 commit
  32. 02 Jul, 2017 1 commit
  33. 01 Jul, 2017 1 commit
  34. 15 Jun, 2017 1 commit