boostrap 4 clear input

Solutions on MaxInterview for boostrap 4 clear input by the best coders in the world

showing results for - "boostrap 4 clear input"
Isabelle
13 Mar 2019
1<div class="input-group">
2    <input type="text" class="form-control" placeholder="Search...">
3    <button class="btn bg-transparent" style="margin-left: -40px; z-index: 100;">
4      <i class="fa fa-times"></i>
5    </button>
6</div>