edge-blade / vue-materials

Vue 2.0 and Materialize.css Components
MIT License
2 stars 0 forks source link

Select component doesn't dynamically update on disabled prop change #37

Closed edge-blade closed 7 years ago

edge-blade commented 7 years ago

When <m-select>'s disabled property is updated the select component needs to call the init() method again. All internal properties should be given watchers so dynamic interfaces can force the component to render with the desired appearance or state.