I am seeing an issue on classic login
if you press enter on the password the password becomes visibile, it seems that the eye button gets focused when pressing enter which makes the password visible while its submitting,
I reproed this locally and it can be reproed in your demo site
https:/...
Not sure if the correct place is here, or in the KtUI github. Posting on both.
The image input component is not working as expected.
Selecting a new image will *not* change the value of the input field.
So the image is not sent to server.
You can verify that on the browser console.
``...
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...
Hello Sean,
Angular builder throw some non-blocker CSS warning, but the test project built. (Metronic 9.2.1)
Here is the angular.json
"styles": [
"src/styles.scss",
"src/assets/css/styles.css",
"src/assets/vendors/apexcharts/apexcharts.css...
I am working with Laravel Livewire, and with livewire wire:navigate when component changes all the components of Metronic Tailwind stops working,
I tried to re init but its not working.
Whats the solution
const statusEl = document.getElementById("statusFilter");
let statusSelect = null;
if (statusEl && typeof KTSelect !== "undefined") {
statusSelect = new KTSelect(statusEl);
}
statusEl.value = "";
$(statusEl).trigger("change");
doesnt seem to work while trying to re...
The Pulse package does not contain anything as advertised on the demo page.
I purchased Pulse expecting to receive the Pulse built with Laravel 11 and React, but I only received Laravel, and it's still version 9. If this is indeed the intended experience, I would like a refund.
Hello KeenThemes team,
I am working with Metronic v9 for Angular and would like to use PNPM instead of NPM for package management. My goal is to optimize workspace dependencies and speed up installations.
Is there any recommended way to set up PNPM specifically for the Tailwind and Bootstrap v...
public/assets/vendors/keenicons/fonts contains fonts
src/fonts/keenicons/ contains the same fonts categorized with dir's
public/build/assets also contains fonts..
resources/theme/vendors/keenicons/ also the same fonts.
something need to be deleted?
I am building nextjs application with Metronic 9 Tailwind CSS, and used the nextjs seed project from github: metronic-tailwind-next.
I used Accordion which only works if you refresh your page, and if you navigate to other nextjs page and come back on the page, then Accordion stop working.
I...
How to migrate from jquery ajax to metronic tailwind?
var $trx_data_panel = $("#trx_data_panel");
var $modal = $('#modal_body');
jQuery(document).ready(function() {
var start = moment().startOf('year');
var end = moment().endOf('month');...
Hi,
I followed instructions but i am unable to perform this step.
Using typescript initialization with Vue-router
To use typescript components in combination with vue-router , the component initialization must be triggered on every page change within beforeEach event.
// index.ts
import KTCom...
Hi team,
I got this error when running the app after integrating the Metronic v9 into my Angular project.
This is the stack trace:
```
window is not defined
at eval (~/Workspace/myproject/src/metronic/core/index.ts:106:1)
at async instantiateModule (file:///~/Workspace/myproject/node_...
Que tal he comprado Metronic Tailwind y me encantaría tener la versión de Angular ya que se manejar mas ahí, cuanto tiempo mas tendré que esperar para tenerlo?
Hi,
I had tried to use Metronic 9 via Livewire but menus (sidebar and profile menu, top right) are not opening. I use currently livewire with Metronic 8 and menus are opening help of below script:
document.addEventListener("livewire:navigated", () => {
KTComponents.init()...
Hi,
I hope this message finds you well.
We are currently experiencing issues related to outdated dependencies while using Metronic 9 with the React and Tailwind configuration (metronic-tailwind-react@9.1.0). Specifically, the following warnings are being generated during installation:
- npm...
Hello, the link for the v9.1.2 Docs is not working again at the link: https://keenthemes.com/metronic/tailwind/docs/
Could you please fix this or provide me the documentation please?
Here are two hotfixes for the recent Datatable issue:
1. Persist Search Input Value After Page Refresh
In the /src/core/components/datatable/datatable.ts file, modify the _attachSearchEvent function.
Add the following lines after the searchElement declaration:
const searchElement: HTM...