You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Check out this line:. That is where the arr variable is updated.
Explanation:
The config options allow you to set up an onChange event. Each time any parameter changes in the multi-select the onChange event will fire.
When it fires I set one of the arr values corresponding to the element that changed. Set a breakpoint on that line and take a look around when you are running it.
Instead of the arr variable go ahead and do whatever you want, e.g. make a collection call to set a document or call a method to send the data to the server and load it into your collection.
Hello,
Once I select the different options, how would I be able to get those choices in the manager and put them into a collection?
Thanks for the package!
The text was updated successfully, but these errors were encountered: