I was wondering when the latest Metronic8 Vue3 release will contain the same form element examples and support that is part of Metronic7. Specifically all the Bootstrap form elements, Vuetify and Vuelidate examples that are included in all of the Vue demos from Metronic7.Thanks,Pete
one form - 3 submit button - formvalidation.iohow do i validate the form using a single script depending on the button pressed different action needs to be performed. tried using class switch etc .. .doesnt seem to work in form validation.ioAny help ?
Is it possible to programmatically scroll a KTScroll to the top?I'm getting the element as follows:var scrollElement = document.getElementById('kt_modal_new_address_scroll');var scrollObject = KTScroll.getInstance(scrollElement);But there does not seem to be a public met...
This is a solution. The icons didn't line up for me when using font icons with the aside. it can be easily fixed by changing: {fontIcon && aside.menuIcon === 'font' && }to {fontIcon && aside.menuIcon === 'f...
There is a HTML demo which I need for my project! It's labelled "Demo 22 - Social Dashboard" in preview page. (https://preview.themeforest.net/item/metronic-responsive-admin-dashboard-template/full_screen_preview/4021469?_ga=2.15566066.514234694.1649916692-688977105.1649785491)But same demo pa...
Hey guys.In previous versions there were amazing samples for this kind of things:https://preview.keenthemes.com/metronic/demo1/crud/forms/controls/input-group.htmlhttps://preview.keenthemes.com/metronic/demo1/crud/forms/controls/base.htmlhttps://preview.keenthemes.com/metronic/demo1/crud/f...
I noticed that the Metronic 8 Demo1 HTML keeps the state of the menu when the page changes. I mean that it keeps the scroll location, which parent menus are collapsed or extended, etc.I did an implementation using the same Demo1 sources but my menu state is not conserved between requests.I c...
I'm using your Laravel version of Metronic, and my modals won't scroll if they are longer than the viewable window. They just get cut off, and there's no way to access the hidden portion of the modal. Is there some sort of CSS class that I need to add? Scrollable seems to be a default feature of Boo...
on the Metronic template, demo1, when I click the header menu in the dashboard area in my project. It does not dropdown. Any idea why this is happening ? Pls I need help
https://i.imgur.com/tMqnec2.pngHiI have an issue with the upgrade plan modalThe radio select not movehow can I fix this issue (check picture)but the demo working fine herehttps:/...
Hi, can you help check the latest version with react Demo 2? I downloaded it from this site and using yarn install and yarn start, it was an error as below message. metronic_v8.0.38_react_demo2/demo2/src/_metronic/helpers/components/KTSVG.tsx(13,8):'SVG' cannot be used as a JSX component. It...
I have tried and installed the demo1 of the metronic 8, angular version. To my surprise I did not find it rich of components like the metronic 7 version. Does that mean I can just take from v7 what I want and include it on v8 without any issues?Best regards
I'm working off this exampleI've successfully created all the examples on the page except for the button / toggle drop down. When I copy the code from the web page and place it on my own, the me...
Hi,Can't find the solution in the docs.Text-right,Pull-right,float-rightDon't work anymore in the 8 version. Or maybe something change and can't find it.for example some text I want to the rig...
Hi,When I apply offcanvas under this theme (Metronic 8), it seems that all offcanva css disappeared.Original bootsrap's offcanvas documentation:https://getbootstrap.com/docs/5.1/components/offcanvas/I know the theme provides "drawer" component which similar to this, but it does not sup...