I came a cross issue when designing new form in Oracle APEX. I was asked to create field which can be a populated by user input or by drop down list(popup LOV). Is there easy way of designing such element ? Any help greatly appreciated.
Asked
Active
Viewed 2,802 times
1 Answers
4
A popup LOV might be what you are looking for. Create an item of type popup LOV and set the input field setting on "Enterable.."

Rene
- 10,391
- 5
- 33
- 46
-
Brilliant! Simple and working solution. I also was wondering about applying Ajax for it. – Jestem_z_Kozanowa Sep 12 '12 at 11:52
-
You may have a look at plugins: http://www.apex-plugin.com/ Sometimes very usefull for specific kind of problems. – Rene Sep 12 '12 at 12:31