- I do not have other item handlers for the same items, so there is no issue with them being over written.
- i entered alerts and the function that declares the item handlers gets called, but the fuction that gets invoked "onItemChange" does not get called. Again it does not get called for the first instance of the replicant, any instances that are added all work correctly.[...]But it never gets past the alert for the error case.
I did find one workaround for this, but it is not ideal. If I change the "reusable_content" container from just name and location to name, location, min="0" default="0" and then add an instance, everything works correctly. The reason I dont want to do this is that I want to make the container manditory.