Aman Tiwari
Aman Tiwari
same here any solution
Not anymore and I used swiperjs for now it is Amazing
@kuukii
Found Solution!! @antrikshmisri from ```js eel.expose(getFiles); function getFiles(files) { files.map((file) => { document.querySelector(".para").innerHTML += String(file); }); } ``` to this ```js function getFiles(files) { files.map((file) => { document.querySelector(".para").innerHTML += String(file);...
@antrikshmisri, try this ```py def GetFiles(): eel.getFiles([args]) @eel.expose def run_javascript(): GetFiles() ``` Let me Know It Works or not
> Closing as there's not enough interest in this feature. What do you mean by "not interest"? Are you indicating that someone won't contribute to this feature? I am willing...
It appears that this bug is no longer present on various dates; specifically, it only manifested on January 1, 2024. Link to the issue: https://stackblitz.com/edit/dayjs-playground-kea4tn?file=index.js
@matigda are you from future? 😮
this is happening to me