I am looking for a solution for the same issue. I can see the console reports following error
TypeError: data.indexOf is not a function
at umbraco.services.js?cdv=100:358
at umbraco.services.js?cdv=100:367
at angular.min.js?cdv=100:4
at o (angular.min.js?cdv=100:4)
at o (angular.min.js?cdv=100:4)
at angular.min.js?cdv=100:4
at Object.e.$eval (angular.min.js?cdv=100:4)
at Object.e.$digest (angular.min.js?cdv=100:4)
at Object.e.$apply (angular.min.js?cdv=100:4)
at j (angular.min.js?cdv=100:4)
This is actually a custom value you can change on the datatype when you create it (Developer > Datatypes > MultiNodeTreePicker). I believe leaving it empty or "-1" is unlimited, but can not confirm this, else 9999 would probably do :)
Max items in MNTP?
Is there a default value on max items in MNTP? I can get 100 items, then there is a stop.
Can I change that somewhere?
I'm using it for a thumbnail photo list, and need to be able to pick up to 120 photos.
I am looking for a solution for the same issue. I can see the console reports following error
This is actually a custom value you can change on the datatype when you create it (Developer > Datatypes > MultiNodeTreePicker). I believe leaving it empty or "-1" is unlimited, but can not confirm this, else 9999 would probably do :)
Yes, we tried both and it wont worked.
is working on a reply...