Hi !I'm working with demo 1 template and the default account admin@demo.comI see that this account is link to Uwe Picker. I would like to add différents roles to this user for a specific need but i don't know where i can do that. I see that there is a roles property in the UserModel interface....
I'm searching for the element https://preview.keenthemes.com/metronic8/demo1/documentation/general/search.html for the Metronic 8 - Vue version.The Vue version has an option with search, but the example is not correct for me. You have to click first on the icon to open the search module.I wa...
Hi, Im trying to find a way to close the drawer using angular. I've checked the example and it looks like it can be closed using declaration of the close on the element.
I have not seen in the documentation that there is anything about typeahead or autocomplete. Typeahead is standard option in bootstrap and it will bi nice if we have example of that.Can we get of example in the Metronic documentation?
Dear Sir/Madam;I have bought Metronic theme via Envato Market on 13.09.2021. However my encato account is locked and I was informed that there is no way to reactive it. As I have my invoice and purchase code I am trying to downlad metronic however I got warning that something went wrong. Please he...
Hi,I try to use the sticky component for vue, but the sticky doesn't work after a route change. It will only work on a fresh page load.Please advice.Thank you
Hi, I have a button that is invoking data-kt-menu. All is working well based on example except:- calling menu button has dynamic text that is updated from subscription- button params: data-kt-menu-trigger="click" data-kt-menu-placement="bottom-start" - if Apply button ((click)="submit()" data-...
Hi, how can I get datepicker on Metronic - Bootstrap 5? I need to show year first then month then the day. daterangepicker does not have that option?Thank You.
I'm working with Metronic 8.0.35 in my React appI want to add an accordion element according to this example (just copied it):https://preview.keenthemes.com/metronic8/react/demo1-docs/docs/accordionBut it doesn't work. Seems like it static and without Javascript
This is for your information, hopefully it may be of help to others.I have followed the instructions given in your video Your First Project - Metronic 8 Admin Template https://www.youtube.com/watch?v=2uWJpnuCMKQ , using the demo21 template. When it comes to add the asset folder to the project fo...
Good eveningI've seen a number of posts around integrating Metronic V8 with Blazor WASM.I have this working with Blazor WASM .NET 6.I am able to provide advice should anyone still be struggling, potentially, if there is enough appetite I could create a tutorial or a demo project to share...
Hello,I didn't understand how to use REGEX validation on fields like email, phone, url, vat etc ...The code I use is the following 'email': { validators: { notEmpty: { message: 'e-mail richiesta!' }, regexp: { regexp: /^[\w-\.]+@([\w-]+\.)+[\w-]{2,4}$/, message: 'Indir...
Hi, I'm having problems to run blazor server app with metronic theme. I have followed instructions from https://preview.keenthemes.com/metronic8/demo1/documentation/getting-started/integration/blazor.html as well from https://preview.keenthemes.com/metronic8/demo1/documentation/getting-started/bui...
I am integrating Metronic to a SPA web app with Aurelia.js, VSCode and Webpack. When I build the application with NPM I get 3 warnings as the following:There are multiple modules with names that only differ in casing.This seems to have to do with inline svg declarations as the followinga...