Issue with long option text in single select
If a select contains an option with a very long text, the behavior is inconsistent between the dropdown and the selected state:
In the dropdown, the option text is truncated.
Hello Keenthemes Team,
I am currently using Metronic 8 in my active project. I would like to upgrade my project to Metronic 9 to take advantage of the new Tailwind CSS architecture.
1- Is there an official migration guide or a script to convert Bootstrap components to Tailwind? 2- If I need to...
Hi team,
Two quick licensing questions:
Re-use across projects
If I purchase one Regular (or Extended) license, deploy an app built with it, and later take the same modified codebase, re-brand it, and deploy it under a different name or domain, is that covered by the original license or...
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...
Hello!
I recently bought Metronic Admin Dashboard Template here: themeforest.ne which has next.js in its name: "Metronic | Tailwind, Bootstrap, React, Next.js, Vue, Angular, Laravel Admin Dashboard HTML Template"
But i cannot find where all components on next.js are located. Could you please hel...
Hi,
I am trying to use Advanced Select (Metronic Tailwind) within a drawer. I have a form that contains the select element. The content of the form is injected using ajax. When I place the select code inside the main page it works great, but when the form gets loaded inside the drawer it doesn't....
I just downloaded my latest version of metronic. I am new to laravel.
I downloaded laravel herd. When setting up a new project i just selected "laravel" not a starter kit.
Going through the docs, do I follow from top to bottom on the laravel install section? Or since I already setup via herd d...
Hi,
I am upgrading my project from HTML framework package v8.2.3 to v8.3.0 and I got the issue with DataTables plugin. I fact, I realized the plugin changed the html structure so that Metronic style does not work anymore.
Hi there, I can't for the life of me figure out why I'm having so much trouble getting sorting to work in the KTUI datatables. I am pasting in the first example from official docs: https://ktui.io/docs/datatable, and the table displays but sorting does not work. I also noticed that on the official m...
i am trying to use the select2 rich content. after following the sample provided. i can even input a single text to the searchbar . the searchbar is visible but i cant input any text
Uncaught SyntaxError: Invalid or unexpected token (at datatables.bundle.js:14403:896762)
Sign in to use this feature
This feature is only available when you sign into Chrome with your Google account.
i am using asp.net core 8.3.0
Hello,
My understanding is that latest Metronic 9.0.2 is using tailwindcss 4.1.x, but apparently gradient is not defined, for example : bg-gradient-to-r
it appears that we are limited to use ONLY the syntax defined in src/assets/css/styles.css and cannot leverage the full design capabilities...
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...
Hi,
I want to integrate KtUI on my Metronic project (React Vite Javascript Tailwind 3), but got a few issues trying.
When adding @import './node_modules/ktui/styles.css'; in my styles got this:
[plugin:vite: css] [postcss]
/Users/meetallo/Desktop/Repos/hg_ldt_front/node_modules/@keent...
https://keenthemes.com/metronic/tailwind/docs/customization/theming
the menu shows
Contextual Colors
Box Shadows
Components
Layouts
Extending
Font Family
Font Size
Colors
Line Height
Spacing
Box Shadow
Z-index
Border Width
Screens
But nothing is there
We are using the KTUI DataTable component in Metronic with Angular 20 and a remote API data source, and we need to implement the search functionality.
The documentation mentions the search(query: string | object) method, but it does not clearly explain how to invoke it or how to bind it to a custom...
Hi , I am trying to setup the theme with rsbuild to support easy module federation.
can you give me the proper steps for it, i am currently running into huge errors related to routing setup.
this is the only thing i am not able to figure out.
The ThemeForest listing for Metronic seems very deceiving. It mentions Blazor Server in the supported platforms, but the only Blazor option is if you manually download v8 using instructions from downloading v9. When will Metronic have a Blazor version in v9?
I have a license and am trying to see what is available in my Metronic downloads but looking at the console.logs it shows that your site is being blocked for some "payment required" for api-sr.amplitude.com/..... so I am not getting any options. Please advise.
Hi, I am new to front end development.
Now i am using symfony framework.
i had purchase the composer package over here :
https://keenthemes.com/metronic/tailwind/docs/composer
and also metronic theme at themeforest.
now i wanted to use demo2 as my template. i follow exactly above docum...