Regarding oj-onput-search
Summary
Could you please let us know how integrate the oj-input-search in vbcs pageContent
Could you please let us know how integrate the oj-input-search in vbcs page.
I kept the code snippet in vbcs page, but it says its not ojet component.
Please let us know how to integrate this component in vbcs page.
I followed this article from cookbook
Version
19.4.3.2Code Snippet
<oj-input-search id="search1" style="width:400px;" suggestions="[[suggestionDP]]" value="{{ $variables.productCode }}" placeholder="Search..." aria-label="My search field" > </oj-input-search>
0