Unable to see the default value set on select one
Summary
Unable to see the default value set on select oneContent
Hi,
I'm using oj-select-one component for showing the drop down and set the value for variable to display as the default value. i couldn't see the default value. Could you please suggest if i need to any additional steps?
Thanks,
Suresh
Version
19.3.1.7Code Snippet
<oj-select-one id="oj-select-one--667322471-16" label-hint="Ship-to Address" value="{{ $variables.CustomerInformationObj.ShipToAddress }}" options="[[$page.variables.CustomerShiptoAddressListSDP]]" options-keys.value="id" options-keys.label="aDDRESS" on-value-changed="[[$listeners.ojSelectOne66732247116Value]]" placeholder="Select" required="true"></oj-select-one>
0