如何在Bootstrap中的輸入旁邊放置按鈕。如果我把一些CSS或隨機引導類隨機玩,我知道我得到這個工作,但我想知道一個很好的方法來做到這一點。我不想將按鈕合併到input-group-btn do等文本字段中。我想要按鈕的正常引導樣式。如何將按鈕放在輸入Twitter Bootstrap 4旁邊?
<div>
<input class="form-control" /> <button class="btn btn-primary">enter</button>
</div>
我得到這個:
|input | //occupies the full width
(button) //button comes to bottom
我想要什麼:
|input | (button) //same "line".