I want to validate textarea but when I use it, an error appears and I can't find the problem:plugins.bundle.js:26270 Uncaught TypeError: Cannot read properties of null (reading 'classList')the javascript:validator = FormValidation.formValidation( form, { fields...
Hello,I want to use Metronic 9 with Next.JS integration. I was able to stand up the project with the instructions in the integration section. However, there is integration for Demo1. How can I integrate for other demos? Currently, when I stand it up, the interface does not come normally for demo1....
Hello Dear KeenThems Support,we noticed an issue with Metronic Demo5 Angular when we open it in mbile the nav menu is hided only sidebar menu is visible.Also we want to make the sidebar dependent to nav menu any guidance is appreciated
hi any update for svelte/sveltekit integration guide for v9 ? or is there any current integration that is similar to svelte ?right now what i am trying is like this.1. Copy all the tailwind.config.js into svelte tailwind.config.ts2. Copy all the required tailwind.config.js plugin to ./src/...
To start with:Local OS: Win10Node: v20.12.2npm: v10.1.0yarn: v1.22.22gulp-cli: 3.0.0gulp: v4.0.2I just downloaded the Metronic v8.2.7 Node.js Demo1, unpacked it and followed these instructions: https://preview.keenthemes.com/nodejs/metronic/docs/getting-startedI did use "npi in...
As I mentioned in a previous query, I'm working with Symfony7 and in the latest updates (since Symfony 6.3) AssetMapper is recommended over Webpack. Given the problems I'm having with Metronic 8 in Symfony 7, I've been testing with AssetMapper and in principle everything starts to work (at least app...
When I turn on the search function on the small screen, everything is normal, but when I switch to widescreen, there will be a blank pageI don't want this blank page to existKTSearch optionsshowOnFocus: falseminLength: 1layout: 'menu'keypr...
Hello!We running an Angular 18 application using the Metronic theme and love it (we're running Metronic 8.2). However, we recently ran the project through SAST scan and it returned a number of vulnerabilities tied to https://cwe.mitre.org/data/definitions/79.html.Basically, it's complaining...
I made my Metronic 9 React Tailwind Integration, my system is running in the "dev" environment, but I get the following errors when building.src/metronic/core/components/datatable/datatable.ts:20:21 - error TS2612: Property '_config' will overwrite the base property in 'KTComponent'. If this i...
Dear Support Team,I am currently evaluating the integration of your Angular template into my project, which is using Angular version 18.0.4. Could you please confirm if your Angular template is fully compatible with Angular 18.0.4?If there are any known issues, workarounds, or specific considera...
When I bought Metronic 13 years ago, what I loved about it was that I could grab components that were beautiful and functional right out of the box. Those were the HTML days... Now I'm building a more modern app so I'm using the more modern version.Aaaaaaannnnndddd.... three weeks late...
Dear Support,I purchased a copy of Metronic but have trouble getting your Blazor integration guide to work. I'm following the instructions here:https://keenthemes.com/metronic/tailwind/docs/getting-started/integration/blazor-serverI followed thru steps 1 to 4 (4 being - npm install & npm ru...
hey,on page doc:https://preview.keenthemes.com/html/metronic/docs/forms/tagify#users-with-avatarsi get on console JS error of:tagify.js:1 Uncaught ReferenceError: Tagify is not definedi want to see and use sone of the sections on this page.i try different browsers without luck....
I recently purchased Metronic 9 Tailwind CSS version and integrated it with my React application. Following the documentation, I added the initialization code to my app.js:useEffect(() => { KTComponent.init(); KTLayout.init();}, []);This successfully got the basic...
I've noticed several classes are missing in assets/css/styles.css file.They are present in Docs tho /docs/dist/assets/css/styles.cssFor example:This menu pagehttps://keenthemes.com/metronic/tailwind/docs/components/menuUses this block to show the accordion a...