Answer the question
In order to leave comments, you need to log in
Why doesn't the placeholder in the input change to the file name after selecting a file?
Hello everyone,
Using Bootstrap 4.5, I have a form that has an input to upload images.
<div class="form-group col-md-10">
<label for="statusPhoto">текст</label>
<div class="custom-file" lang="<?=$user_lang?>">
<input type="file" class="custom-file-input" name='statusPhoto' id="statusPhoto">
<label class="custom-file-label" for="statusPhoto">Выбрать фото для загрузки</label>
</div>
<small class="form-text text-muted">текст</small>
</div>
Answer the question
In order to leave comments, you need to log in
The documentation says:
The recommended plugin to animate custom file input is bs-custom-file-input , which is what we currently use here in our docs.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question