• W016
  • Using the .disabled class on a <button> or <input> only changes the appearance of the element. It doesn't prevent the user from interacting with the element (for example, clicking on it or focusing it). If you want to truly disable the element, use the disabled attribute instead.
  • Note concerning Bootlint versions prior to 1.0 targeting Bootstrap v3