Skip to content
Snippets Groups Projects
Commit 7f92e32d authored by Tifenn Guillas's avatar Tifenn Guillas
Browse files

Add search button

parent 474f2389
No related branches found
No related tags found
2 merge requests!113Develop,!109Resolve "[cone-search] Ajout de l'option name resolver"
<label for="resolver">Resolve RA and DEC with Sesame Name Resolver</label>
<input id="resolver" type="text" class="form-control" [formControl]="field" autocomplete="off">
<div class="row">
<div class="col">
<label for="resolver">Resolve RA and DEC with Sesame Name Resolver</label>
<input #n id="resolver" type="text" class="form-control" [formControl]="field" autocomplete="off">
</div>
<div class="col-auto pt-4">
<button class="btn btn-outline-secondary mt-2" (click)="name.emit(n.value)">
<span class="fas fa-search"></span>
</button>
</div>
</div>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment