Skip to content

Labels Update

Latest
Compare
Choose a tag to compare
@mrbobbybryant mrbobbybryant released this 16 Dec 14:01
· 1 commit to master since this release

This release contains new markup and styling for form labels. The main changes are:

  • Label are now placed before form input fields.
  • Labels that are placed before the input need a new class called ds-form-label-relative
  • Inputs will need a new class called ds-form-relative

This is however a backward compatible change, since the original classes remain unchanged. Which means any old usage of this library will not require any changes. However, updating to the new system will fix any label overflow issues you might have since with long titles in the past.