Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit 596035e

Browse files
RawValue is the only value returned by Barcode scan #1506
1 parent 410805a commit 596035e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo-ng/app/tabs/mlkit/barcodescanning/barcodescanning.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<ng-template let-item="item">
4444
<GridLayout columns="2*, 3*">
4545
<Label col="0" class="mlkit-result" textWrap="true" [text]="item.format"></Label>
46-
<Label col="1" class="mlkit-result" textWrap="true" [text]="item.value"></Label>
46+
<Label col="1" class="mlkit-result" textWrap="true" [text]="item.displayValue"></Label>
4747
</GridLayout>
4848
</ng-template>
4949
</ListView>

0 commit comments

Comments
 (0)