nbuytaert1 / apex-select2

Select lists in Oracle APEX as they should be
https://apex.oracle.com/pls/apex/f?p=64237:20
GNU General Public License v2.0
56 stars 18 forks source link

Add or Select ? #98

Closed JacoFourie closed 6 years ago

JacoFourie commented 6 years ago

Hi.

I see on the sample page you can set the plugin to act as a combobox where you can select a value from the list or add a new one by typing the value. How do you set-up the plugin to do that ?

nbuytaert1 commented 6 years ago

Change the "Select List Type" setting to "Tagging Support" on your page item.

"When tagging support is enabled, the user can select from pre-existing options or create new options on the fly."

image

JacoFourie commented 6 years ago

Hi. Thanks for the feedback. I am looking for a Combobox. I can not understand why Apex does not have one out of the box. If I change it to Tagging then I can select more than one from the list or add more than one. The user needs to pick one item or enter a new one. But one item only. Can this plugin do that ? Kind Regards.

JacoFourie commented 6 years ago

Aaaa OK You need to make the selection size 1. Thanks for this super cool plugin.