We have created a Stepper which works great when built locally, but when building for production and minify are applied it does not work anymore. Pushing "continue" will results in nothing happening. No errors in web console either. Im very confused :D "use strict";// Class definition...
All observers in the angular template don't work when adding more logic like http requests.It should be writen in the template with asycFor example:src\app\modules\wizards\vertical\vertical.component.html Line 168Should be:
Hey Guys,Just a quick one regarding form elements and the current is-valid (green/success) and is-invalid (red / danger) states (with the attached invalid-feedback child div).Sometimes its neither right or wrong, for example, a warning or 'info'/'notice' information.In my specific case, I wa...
Hello,the ApexCharts have a burger with dropdown "Download as svg" / "Download as png" / "Download as csv" for most of the charts, see https://apexcharts.com/javascript-chart-demos/column-charts/basic/But in the dark theme the css is not customized, so the text in the dropdown isnt visible.It'...
With my development team we bought the metronic template and after configuring and doing some tests, we found out that it has a race condition problem. We created a test with two simple views (similar to the example that the template brings in), in view number 1 we added a sleep function with 10 sec...
Hello there,this post to report that the pages at these links show errors and prevent the icons to be shown in the pagehttps://preview.keenthemes.com/keen-v2/demo1/features/icons/fontawesome5.htmlhttps://preview.keenthemes.com/keen-v2/demo1/features/icons/lineawesome.htmlhttps://previe...
Hi.In JANGO template - when in mobile mode - clicking menu items doesn't expand menu. I have to click the small arrow. Why is this so? Isn't it a bug?https://recordit.co/MJqRqU1Vsf
Hello!In react-router-dom v6 the recommended way of creating the routes is by using createbrowserrouter() instead of components. According to the documentat...
Here is the suggestion and also a request for Seven HTML Pro.This theme has an aside toggle button (which is great). What I need and suggests is that when you click on icon nav (aside primary) the close toggle should get open. I hope you understand my request.
Hi!I'm trying to integrate Silicon theme into Symfony using Webpack Encore. I am not clear how to proceed in this case. I have installed the necessary packages using yarn for example SmootScrolling, Parallax-js, Rellax, Jarallax etc. Is it necessary to import individual javascript componen...
Hello,would it be possible to set some background for input:autofill? Firefox sets #8D8A5D, which is ugly and also in dark mode the #92929F text is not visible.Thank you,Martin
Hi there,I have bought the theme and downloaded the Laravel_app version.But it doesn't have the Demo 35 that I wanted to use with Laravel 10.Is there any prebuilt Laravel app that is using Demo 35 which I can download?Or if you could provide me the instructions on how to convert Demo...
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