You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

filter in select-single component & combo box one not working

edited Feb 10, 2021 1:08PM in Visual Builder 18 comments

Summary

filter in select-single component & combo box one not working

Content

Hi All,

I am using select-single & combobox-one to show LOV.  Expectation is LOV data should get filtered as the user starts typing but in my case its only highlighting the text. I am using SDP as data provider with ORDS Rest End point.

I can see in Browser Network monitor  as I type it triggers a new REST call .

How do I get the LOV data filtered?

Version

Version: 20.10.2 Jet version - 8.1.5

Code Snippet

<oj-select-single label-hint="Department" data="[[$page.variables.getLovDeptListSDP]]" item-text="dept_name "></oj-select-single>

<oj-combobox-one label-hint="Department"
          options="[[$page.variables.getLovDeptListSDP2]]"
          options-keys.value="dept_id" options-keys.label="dept_name"
          value="{{ $variables.dept }}">
        </oj-combobox-one>

ORDS Query - select dept_id, dept_name  from dept  order by dept_id
Tagged:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!