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