Topic: MDBModal Vue component not showing up on 4.1 release
gramercytech priority asked 1 year ago
Expected behavior
Modal should open and close in the same way it did in v4.0. The modal should open when its model-value prop is set to true and close when it's set to false. It should be visible when open.
Actual behavior
The modal is not visible when it appears to be "open." Setting model-value to true does not open the modal. Using v-model directly also does not show the modal. Inspecting the component props in dev tools, even when the model-value prop is receiving true, the modal does not appear.
Resources (screenshots, code snippets etc.)
This simplified snippet from my code works in 4.0 but not in 4.1. The modal does not appear.
<MDBModal :model-value="modelValue" @update:model-value="handleModelChange">...</MDBModal>
This also does not show the modal when set to true:
<MDBModal v-model="showModal" >...</MDBModal>
Is there anything I need to update to get modals to work in 4.1? I've downgraded to 4.0 for now.
Bartosz Cylwik staff answered 1 year ago
Hi! Thank you for letting us know. We will fix this asap. Best Regards!
r.schnabl priority commented 1 year ago
same problem
how can i define an old version of git.mdbootstrap.com/mdb/vue/mdb5/prd/mdb5-vue-ui-kit-pro-advanced in package.json ?
Bartosz Cylwik staff commented 1 year ago
You can add the selected version after the #
sign. For example:
"mdb-vue-ui-kit": "git+https://oauth2:ACCESS_TOKEN@git.mdbootstrap.com/mdb/vue/mdb5/prd/mdb5-vue-ui-kit-pro-advanced#4.0.0"
The fix for pro modals should be available next monday (09.10.23)
Linga premium commented 1 year ago
This isn't acceptable. mdbootstrap charges huge and silly mistakes in development is telling that they aren't serious.
Linga premium commented 1 year ago
We have to wait for another 3 months to get another version. In every version of release, there are some issues left which is forcing the users to renew for the next year. I used in one project and given up nearly. We started changing the project to run without mdbootstrap.
Michal Szymanski staff commented 1 year ago
We noticed the error and fixed it as quickly as possible. Next Monday we will release a new release that will fix this bug.
Everyone makes and will make mistakes, and being rude won't help.
If you know about other errors or would like to provide us with feedback, we will be happy to receive it in order to improve the project in the future.
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- ForumUser: Priority
- Premium support: Yes
- Technology: MDB Vue
- MDB Version: MDB5 4.1.0
- Device: Mac book
- Browser: Chrome/Firefox
- OS: Mac OS 13.3
- Provided sample code: No
- Provided link: No