I got a vue-warn if max property is null because in the source code the max prop default value is a boolean
https://github.com/monterail/vue-multiselect/blob/master/src/multiselectMixin.js#L171
[Vue warn]: Invalid prop: type check failed for prop "max". Expected Number, got Boolean. (found in component: <multiselect>)
I guess I will change it to default 0, as it should evaluate to false. This is introduced by stricter props checking in Vue in more recent versions.
Thanks for pointing this out!
Fixed. Should be available on Wednesday.
Thank you !
Finally published and available in v1.1.3!
Most helpful comment
Fixed. Should be available on Wednesday.