Topic: mdbInput Broken with 5.8.2

digitalmanagerguru free asked 4 years ago


All mdb-input I had stop working after I update to last 5.8.2 version.

This update was not tested at all. Im very frustrated.

My findings: This commit creates the problem:https://git.mdbootstrap.com/mdb/vue/vu-pro/commit/c04a6380478ec55c24c65ee811a2bfa960388a69

The :key="Number(inputChecked)" is expecting always that inputChecked would be a number or an boolean, BUT at line 129 we've "return this.value;" and since the value is text being inserted, it bugs the input field.

I would like for you to investigate this problem asap, thanks.

PS: I am using v-model.


digitalmanagerguru free answered 4 years ago


Thanks for the solution on the dev branch, appreciated!


Mikołaj Smoleński staff commented 4 years ago

We've just released fixed version.


Mikołaj Smoleński staff answered 4 years ago


We're very sorry for the issue. We've fixed it right now. Please use the following path for installing the mdbvue node package from our development repo: git+https://oauth2:REPLACE_WITH_YOUR_TOKEN@git.mdbootstrap.com/mdb/vue/vu-pro.git#dev

Best regards


vadim0426 free commented 4 years ago

I caught this issue in production too one hour ago and changed dependency to dev repository. Please let me know when I can switch dependency.


Mikołaj Smoleński staff commented 4 years ago

Next release is going to be 30.09. I'll let You know just after the update. Best regards



Please insert min. 20 characters.

FREE CONSULTATION

Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.

Status

Resolved

Specification of the issue

  • ForumUser: Free
  • Premium support: No
  • Technology: MDB Vue
  • MDB Version: 5.8.2
  • Device: Desktop
  • Browser: Chrome
  • OS: Win.10
  • Provided sample code: No
  • Provided link: Yes