Hello,
I am on Oracle APEX 24.1.0.
I am learning creating plugins. Now, I am trying to create a “text field with auto complete” item plugin. I know that this item type is available declaratively, but I need to learn to create item type plugins and I need to add/change some behaviors of the one available.
The plugin would consist of an input element and a div element to display the data user searches for on.
In the “Create Plugin” page, I checked the Standard Attributes> “Has list of values” attribute so user can create their LOV's query that will retrieve the data that will be displayed according to what user types in the item.
My problem is, how should I run that query each time the user writes a character in the input element? And how to put the result set on the div element?
I can add “onkeydown” as an HTML event attribute to my HTML code that I will write. But still do not know how to call the Lov's query.
I'd appreciate your help.
Thanks