"Textarea with suffix icons"
Bootstrap 4.1.1 Snippet by fzs1994

<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> <!------ Include the above in your HEAD tag ----------> <link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous"> <div class="input-group"> <div class="input-group-prepend"> <span class="input-group-text"> <i class="fa fa-search"></i> <i class="fa fa-save"></i> </span> </div> <textarea rows="4" class="form-control" aria-label="With textarea"></textarea> </div>
html { margin: 200px; } .input-group-text i { margin: 10px; cursor: pointer; }

Related: See More


Questions / Comments: