i use metronic theme for laravel by deafult the user module is present i use that but i have a issue while edit modal is called it opens fine but when i try to update anything the other inputs gets nulled below is the example here i only edited name that's coming others null in console{ "...
Hi,I've got a Metronic 9 modal and inside it there is a header I'd like to make sticky within the modal, when I scroll inside it, but it's not working.This is the code I'm using inside the modal: onUpdated(() => { if(modalHeader.value && !KTSticky.getInstance(modalHeader.va...