vuematerial/vue-material

MdSelect validity error with beta-15

SebDez opened this issue · 1 comments

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

I think this is the same issue here #2260

My bad !