Oj-Select-One reset to default option
Summary
Having trouble to reset an oj-select-one to the default option.Content
Hello all,
I am having difficulties reseting an oj-select-one to the default option. This component is populated by an ADP but has an option that serves as an "Select All", but when a try to reset/refresh the fields and list the value of this component does not reset to this default option, even if i reset the ADP.
Version
19.4.3.3Code Snippet
<oj-select-one label-hint="Level" options="[[ $variables.varLogLevelList ]]" options-keys.label="logLevel" options-keys.value="logLevel" id="logLevelList" on-value-changed="[[$listeners.logLevelListValue]]"> <oj-option value="-1">Any</oj-option> </oj-select-one>
Tagged:
0