select currency component
Summary: how to use select currency component in redwood template in Visual builder studio
Content (please ensure you mask any confidential information):
I'm facing the issue that in this component the data is not display in screen.
Version (include the version you are using, if applicable):
1.0.20
Code Snippet (add any code snippets that support your topic, if applicable):
<oj-sp-select-single-currency label-hint="Select Single Currency" class="oj-flex-item oj-sm-12 oj-md-4"
value="{{ $variables.lgissueHdrObj.currency_code }}" suggestions.max-suggestions="3"
suggestions.subject="FromCurrency_mru" suggestions.policy-hint="mru"
suggestions.context='{"FromCurrency":"Test"}' display-options.messages="none"
currency-data="[[ $variables.currencyCodeLOV ]]">
</oj-sp-select-single-currency>