Input and button in same line with Bootstrap

前端 未结 5 2066
无人及你
无人及你 2021-02-07 09:09

I want to put an input field and a Button in the same line. I want to set fix size for the button, and and I want the form to fill the available space. I\'ve tried to create my

5条回答
  •  臣服心动
    2021-02-07 09:32

    There's a couple of things you can do. One is use inline forms, another is using input groups and an input-group-btn. Here is a plunkr: https://plnkr.co/edit/BNPRY0NL1G1fP7s24mFM?p=preview

    My preference is the input-group-btn

提交回复
热议问题