Problem with AutoForm Select 2 package

I am using the select 2 package in order to create a form (with three/four fields, based on certain inputs). Whenever I select a value in one field, the other fields (since their results are dependent on the first field I assume) autopopulate their value behind the scenes, but the front end still shows the placeholder ‘Please select …’.

I have been struggling to figure out what causes this and would love some feedback if at all possible. I can post more if need be.

Are you using the official autoform-select2 package https://github.com/aldeed/meteor-autoform-select2 or the standard select2 library?

Yes I am using the official package. This seems to be caused when I have anysort of return based on the value of another field. When I take that logic out, it works properly.