vuematerial / vue-material

Vue.js Framework - ready-to-use Vue components with Material Design, free forever.
https://www.creative-tim.com/vuematerial
MIT License
9.89k stars 1.16k forks source link

Fixed badInput error message for MdSelect (#2285) #2287

Closed johnkristijan closed 3 years ago

johnkristijan commented 3 years ago

The MdSelect component is using a mixin (MdFieldMixin.js) that was causing a badInput error, even though this badInput validation was intended to fix #2108, it caused some unwanted side-effects, like this error.

In this commit I just added a check to see if the validation property exists.

ReseTTim commented 3 years ago

Is this fix pushed to master?