Oj Table with ADP data giving error after upgrading to 2204
Summary:
Oj Table with ADP data giving error after upgrading to 2204
Content (required):
We are using one oj table which gets data from ADP. Table's one field is using below template for thousand separator, we came to know that this template is causing the error (attached) because as soon as we remove the template, no error comes.
<template slot="receiving_amount_template">
<oj-input-number value="{{ $current.row.transactionamount }}" readonly="true"
converter='{"options":{"style":"decimal","currency":"USD"},"type":"number"}' virtual-keyboard="number" ></oj-input-number>
</template>
any help will be much appreciated!!
Version (include the version you are using, if applicable):
2204
Code Snippet (add any code snippets that support your topic, if applicable):