Zwel
Range input issue with Dynamic component
Range slider input can't slide on Android devices. Please kindly check below sandbox demo.
https://codesandbox.io/p/devbox/694lr9
2 replies
Adding new element to an array before the last element inside solid store
Is there other way to update like this. I am thinking of if I can add new element using index like splice(index, 1, newElement) inside solidStore.
I am also trying "path update", but it doesn't match my scenario.
Thanks for your help!
2 replies