Is there a way in Oracle APEX to use a list of values or select list but do not force the user to select an item and allow them to enter different items?
The basic functionality which I require is similar to a combo box where you can optionally select an item from the list or enter a completely new.
Thanks Mark
Yes:
you could use a Popup LOV item type, where the user can type anything they want, and the LOV is only used to give them suggestions if they click the LOV button.
you could use a Select List, and set Display Null = Yes; but then the user cannot enter their own values.