私はbootstrap alpha 4で入力検索フィールドを作成したいのですが、グリフコンアイコンやフォントawesomではなく、ioniconsを使用しています。ionicons in bootstrap 4入力
問題はアイコンが入力フィールドの下にあることです。どのように入力フィールドの中に入れることができますか。
<div class="input-group">
<input type="search" class="form-control">
<span>
<i class="ion-ios-search-strong pulse-icons "></i>
</span>
</div>