I am trying to implement the custom-file-input using bootstrap4 alpha 6, but I get blank section after adding it, as following:
<label class="custom-file">
<input type="file" id="file" class="custom-file-input">
<span class="custom-file-control"></span>
</label>
Bootstrap4 file browser documentation
Is there's any CSS style that I should add with this implementation?
