is now part of Shuffle™. The new editor includes templates for Bootstrap, Bulma, Material-UI, and Tailwind CSS.
Switch to Shuffle →

Bootstrap class: .form-control-file

<input type="file" class="form-control-file" id="exampleFormControlFile1">

Preview

Tips 💡

Sass source

/* _forms.scss:71 */
.form-control-file {
  .was-validated &:#{$state},
  &.is-#{$state} {
    ~ .#{$state}-feedback,
    ~ .#{$state}-tooltip {
      display: block;
    }
  }
}

Uses variables

Code copied to the clipboard.

Copying failed

/* _forms.scss:71 */
$state}
$state}
$state}-feedback
$state}-tooltip

More in Bootstrap Forms