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
plugin.selectTrackables(null) (as in your documentation) is not giving a single select option, but still multiselect. I could solve that with: plugin.selectTrackables(‘tracker’, false)
Solution - add method for both
plugin.selectTrackables(type);
plugin.selectTrackable();
The text was updated successfully, but these errors were encountered:
plugin.selectTrackables(null) (as in your documentation) is not giving a single select option, but still multiselect. I could solve that with: plugin.selectTrackables(‘tracker’, false)
Solution - add method for both
plugin.selectTrackables(type);
plugin.selectTrackable();
The text was updated successfully, but these errors were encountered: