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.88k stars 1.16k forks source link

MdSelect validity error with beta-15 #2267

Closed SebDez closed 3 years ago

SebDez commented 3 years ago

Hi everyone !

First of all, thanks for all the work done here, this is amazing 🤩

Everything work perfectly with beta-14, issued only with beta-15

Steps to reproduce

Install 1.0.0-beta-15 and try to use any MdSelect field.

Which browser?

Firefox, Chrome, Edge

What is expected?

To be able to use the select field without error

What is actually happening?

[Vue warn]: Error in nextTick: "TypeError: this.$el.validity is undefined"

found in

---> <MdSelect> at src/components/MdField/MdSelect/MdSelect.vue
       <MdField> at src/components/MdField/MdField.vue
         <App> at /App.vue

Reproduction Link

See by yourself https://codesandbox.io/s/vue-material-quick-start-forked-mjvth

SebDez commented 3 years ago

I think this is the same issue here #2260

My bad !