How to call a function after success on form repeater? I need to make a new instance of tagify on the element being created by the form repeater. $('#form_img_location').repeater({ initEmpty: false, defaultValues: { 'text-input': 'foo' },...
I downloaded version 8.1.7. In the package.json file, the "Package Json Upgrade" plugin detected many outdated packages.Please update to the latest packages possiblePlugin "Package Json Upgrade" can be downloaded link:https://marketplace.visualstudio.com/items?itemName=codeandstuff.package-j...
Hello!As Formik is not maintained anymore, it would be awesome to transition the form implementations to react-hook-forms.Also, for validation, zod has much better TypeScript support than yup. Having a great experience working with these two in my metronic projects, I can only recommend impl...
When you print, it prints the whole page. Would be nice to have a helper class that lets you specify what to print on a page.eg:https://preview.keenthemes.com/metronic8/demo1/apps/invoices/view/invoice-2.htmlWhen you click print, it prints everything. In a real world situation, you would wan...
In menu.js on line 248"var target = document.querySelector('[data-kt-menu-target="# ' + the.element.getAttribute('id') + '"]');"It has a space after "#" in query selector. It occurs bugs
VM1503:2 Uncaught ReferenceError: process is not defined at 4043 (:2:13168) at r (:2:306599) at 8048 (:2:9496) at r (:2:306599) at 8641 (:2:1379) at r (:2:306599) at :2:315627 at
http://localhost:3005/auth/example@.com/api/v1/auth/logini wanna ask a question. why there is other auth before "/example@.com" if try to fetch real api ?
Hi, Are you considering including purgecss as part of the build process on Vite and maybe other build tools? Metronic and Bootstrap are producing a massive amount of css, that would be nice to be able to purge if possible, as this will have great impact on Google Lighthouse scores. Thanks...
Hi, next is great example how implementing datatable.net in vue, i think may help https://codesandbox.io/s/datatables-option-api-example-6g3ksj?file=/package.json:240-393
Hi,With the latest update (v8.1.7) the react build was producing some warnings:(44185:3) autoprefixer: end value has mixed support, consider using flex-end insteadwebpack compiled with 2 warningsTo fix this, the following lines needed to be changed to use 'flex-end' in...
HI team, First of all ; thank you for the great work. Metronic is the best.Without surprise, I need more component / librairies on Vue templates, as Tiny sliders for example. scss is here, but no js or ts. Can you help me adding it ? Best regards
All in title, the duotune icons in the metronic 8 docs are broken into logical sections however they are all over the show within the section - so it is hard to find any icon you're looking for reliably. Please just sort the icons in the docs by name files/fil001, files/fil002 etc
Hi Metronic team,I love your templates and it would be nice if you could add a smarthome / IoT Dashboard.Features could be:- Weather and weather forecast- Traffic status- Trashdates- Room temperatures / humidity- Switch / Lamp controls- Energy measurement- etc.This dashboar...
Hello,I have bought Metronic 8 Theme earlier as I found it to be the most beautiful theme I have come across on the internet. You have done a great job with this theme!But I realised that the readymade components/pages are present only in html version. Angular, vue or react version has very...
Hello,This is more a fix suggestion than a question. I wanted to use a very simple loading screen like this:return ( {children} )The issue was that it not worked as expected.First o...
We use your email validation code, but when a user add an email with a capital letter, such as Harry@gmail.com, it gives the error ''Please match the format requested''Also same issue occurs when we use the domain extension .africaAre you able to allow capitals and .africa domain please?
Hello - I am using angular framework and want to use the HTML Apex charts in the framework. It has CSS and javascript files and I included in the index.html page. But the charts are not still showing. Did I miss anything or do you have any documentation to include the CSS and javascript in the com...