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
{{ message }}
This repository has been archived by the owner on Sep 8, 2020. It is now read-only.
Please allow for custom convertToSelect2Model and convertToAngularModel functions to be specified in the options object. Seems the easiest way to allow advanced uses of this without making a million other options and if else conditions.
My use case is similar to the simple_tags option in that I just want to feed it a simple array of strings, but I would like the ids to be the array index rather than the text itself (for multilingual support reasons).
Would be nice to have this functionality built in so I can use this library from a CDN.
The text was updated successfully, but these errors were encountered:
Please allow for custom convertToSelect2Model and convertToAngularModel functions to be specified in the options object. Seems the easiest way to allow advanced uses of this without making a million other options and if else conditions.
My use case is similar to the simple_tags option in that I just want to feed it a simple array of strings, but I would like the ids to be the array index rather than the text itself (for multilingual support reasons).
Would be nice to have this functionality built in so I can use this library from a CDN.
The text was updated successfully, but these errors were encountered: