mirror of
https://github.com/google/nomulus
synced 2026-09-25 09:24:18 +00:00
Prevent focus from being lost on console domains search (#2496)
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
<div class="console-app__domains-spinner">
|
||||
<mat-spinner />
|
||||
</div>
|
||||
} @else {
|
||||
}
|
||||
<a
|
||||
mat-stroked-button
|
||||
color="primary"
|
||||
@@ -39,11 +39,10 @@
|
||||
matInput
|
||||
[(ngModel)]="searchTerm"
|
||||
(ngModelChange)="sendInput()"
|
||||
[disabled]="isLoading"
|
||||
#input
|
||||
/>
|
||||
</mat-form-field>
|
||||
}
|
||||
|
||||
<mat-table
|
||||
[dataSource]="dataSource"
|
||||
class="mat-elevation-z0"
|
||||
|
||||
Reference in New Issue
Block a user