Guest User

Untitled

a guest
Jan 30th, 2018
248
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.78 KB | None | 0 0
  1.     <form class="form-inline">
  2.       <div class="row" >
  3.         <input style="border-color: white;" autofocus type="text" #name placeholder="Name..."
  4.               class="form-control">
  5.       <div class=" btn-group btn-group-toggle" #realmGroup data-toggle="buttons">
  6.           <label class="btn  btn-toggle active">
  7.             <input type="radio" ngModel="realm" name="realm" value="Feronis" autocomplete="off" checked> Feronis
  8.           </label>
  9.           <label class="btn  btn-toggle">
  10.             <input type="radio" ngModel="realm" name="realm" value="Angrathar" autocomplete="off"> Angrathar </label>
  11.         </div>
  12.         <button (click)="onSearch(name.value,'Feronis')" class="btn btn-search">
  13.           <span class="fa fa-search"></span></button>
  14.       </div>
  15.     </form>
Advertisement
Add Comment
Please, Sign In to add comment