How to assign the default value to select single component.
Summary:-
From ORDS I'm getting the LOV's. Below mentioned explanation is for POST operation but in UPDATE Operation i need to display that value which is saved in database with LOV. can anybody please guide me how to do it.
- Component
<oj-select-single label-hint="Select (Single)" data="[[ $variables.reasonforrequestLOV ]]" item-text="code"
value="{{ $variables.selectedReasonForRequest }}" class="oj-input-text inputText"></oj-select-single>
2.Type from endpoint
Thanks, in advance
Tagged:
0