Closed JoeStratton closed 9 years ago
Sorry for the late reply.
Loading multiple values into a Select2 page item should automatically be taken care of. Simply assign the colon separated value to the page item (e.g. 7839:7521).
Yes I solved that :) but the max amount of select2 items on the page still seems to be limited
Sent from my iPhone
On Mar 7, 2015, at 5:07 AM, Nick Buytaert notifications@github.com wrote:
Sorry for the late reply.
Loading multiple values into a Select2 page item should automatically be taken care of. Simply assign the colon separated value to the page item (e.g. 7839:7521).
— Reply to this email directly or view it on GitHub.
I have answered that question on apex-plugin.com: http://www.apex-plugin.com/oracle-apex-plugins/item-plugin/select2_344.html
The multi value select2 option works great for saving and even loading a form again when a single value is selected.
When I save multiple values into the field its store in the fomat val1:val2:val3
My question is how do you manually load those values back into the item on page load?
Thanks!