Skip to content

Commit

Permalink
gh-471: Display value when selecting.
Browse files Browse the repository at this point in the history
  • Loading branch information
NigelPalmer committed Oct 15, 2024
1 parent 80362e9 commit 2e231c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
<mat-form-field appearance="outline" class="query-builder-input">
<mat-select [(ngModel)]="rule.value" multiple (ngModelChange)="onChange()">
<mat-option *ngFor="let opt of options" [value]="opt.value">
{{ opt.name }}
{{ opt.value }}
</mat-option>
</mat-select>
</mat-form-field>
Expand Down

0 comments on commit 2e231c1

Please sign in to comment.