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();