How can I add multiple inputs on same row? I have tried using bootstrap but for some reason it wont work. If you have some exemple to show me.
<form class="example-form">
<mat-form-field class="example-full-width">
<input matInput placeholder="First Name">
</mat-form-field>
<mat-form-field class="example-full-width">
<input matInput placeholder="Last Name">
</mat-form-field>
</form>