the implemented version of Form Repeater dosent support repeaterVal() function for number imputs but it is fixed in the newer version how can i update my theme to use the newer version
https://github.com/DubFriend/jquery.repeater/pull/94
thank you so much for the reply i have reviewed the file and i can confirm it exists .
sorry for late reply
Hi ,
Glad to hear that you sorted it out. All the best with your projects! If you need any further help please do let us know.
Regards.
how do i update the package.json when i am using the html and assets and nothing else
Hi,
As per our checking, the repeaterVal
function should exist in your current assets js of Metronic v8.1.6. assets/plugins/custom/formrepeater/formrepeater.bundle.js
. Please make sure you included this form repeater js bundle in order to use it on your page.
If you need any further help, could you please send us screenshots of your console, where the js error is shown using https://imgur.com/ ?
Regards.
Hi Firas,
Have you updated your package.json file? With the latest jquery.repeater plugin?"jquery.repeater": "^1.2.1"
Thanks
Hi,
Latest Metronic v8.1.7 Laravel Starter Kit uses the latest version of form repeater "jquery.repeater": "^1.2.1"
. Is the above fix included into this version ?
May I know what is your Metronic version and are you using Metronic Laravel Starter Kit or Laravel App ?
Regards.
hi sean thank you for the relepy and sorry for the late response i am using metronic_v8.1.6 and i am using the html theme and integrated it manually to my laravel 9 project i was not aware that there was an update to the theme i am currently in the proccess of updating the assets to the new version and trying to check if its fixed
---- Update -----
so i downloaded the latest version of the theme copied the new assets and replaced them and i am still getting the same issue even after clearing cache and everything still show as undefined for number inputs any idead how you can guide me to fix it