tooltip
This commit is contained in:
parent
192668a746
commit
6119a0f193
@ -40,10 +40,10 @@
|
||||
|
||||
<mat-select panelClass="description-select" formControlName="dictionary">
|
||||
<mat-select-trigger>{{ displayedDictionaryLabel }}</mat-select-trigger>
|
||||
<mat-option *ngFor="let dictionary of redactionDictionaries" [value]="dictionary.type">
|
||||
{{ dictionary.label }}
|
||||
<br />
|
||||
<span class="description">{{ dictionary.description }}</span>
|
||||
<mat-option *ngFor="let dictionary of redactionDictionaries" [value]="dictionary.type" [matTooltip]="dictionary.description">
|
||||
<span>
|
||||
{{ dictionary.label }}
|
||||
</span>
|
||||
</mat-option>
|
||||
</mat-select>
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user