Answer the question
In order to leave comments, you need to log in
Search customization in Bootstrap4. What should be done?
Tell me, there is a search form in Bootstrap4. For example in navbar-collapse :
<form class="form-inline my-2 my-lg-0">
<input class="form-control mr-sm-2" type="search" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Поиск</button>
</form>
Answer the question
In order to leave comments, you need to log in
You just added a form tag to the page. The form must have a handler, some kind of script that receives data from the form, does something with it, and returns the result.
Bootstrap is not aware not only of what and among what to look for, but also in general what this search is.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question