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 got a vue-warn if
maxproperty isnullbecause in the source code themaxprop default value is a booleanhttps://github.com/monterail/vue-multiselect/blob/master/src/multiselectMixin.js#L171