creativetimofficial/ct-vue-material-dashboard-pro

[Bug] Vue component <md-select> give error undefined

code-newbie opened this issue · 10 comments

Version

Version 1.4.0

Reproduction link

https://codepen.io/code-newbie/pen/qBNEzaZ

Operating System

macOS Catalina v10.15.7

Device

MacBook Pro (15', 2017)

Browser & Version

Google Chrome Version 86.0.4240.75

Steps to reproduce

  1. Download fresh source code from >> https://www.creative-tim.com/bundle-product/download/vue-material-dashboard-pro/58423d5d9af3de1b82ff
  2. Install dependencies & run same as README.md
  3. Open this url after the app running >> http://localhost:8080/#/forms/extended
  4. Open developer tools and inspect on console, then will displayed error.

What is expected?

No error for component for single selection.

What is actually happening?

Component displayed error for single selection.


Solution

Additional comments

Hi, @code-newbie! Thanks for using our products and sorry for the late response. It's possible that error to be from the vue material framework, we must investigate this.

Regards,
Dragos

Hi @dragosct10 , thanks for the update. Seem it related to this issue >> vuematerial/vue-material#2262

I try to downgrade to lower version as suggest in here >> vuematerial/vue-material#2270
But seem not work. Any idea how to fix ?

regards,
A.Rachmat

@code-newbie I use v1.0.0-beta-14, no error for me.

It worked when I changed to v1.0.0-beta-14. Thank you

Same problem, @christhofer or @leonardoks16 that version is for the template or what exactly? If its the template version, how I update it?
Regards

@LuisFerMM it's vue-material version.

Run this command:
npm install vue-material@1.0.0-beta-14

I gave away and changed my UI Material, but @christhofer solution should work for you.

I do not think of your help, since when you update to 1.5.1 no longer correctly shows me md-select, you are using version 1.4.0 updates as I need to implement on CI/CD
image