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
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