Max
submission error doesn't show when js is disabled
but even then I think if you to run without any js on client you have to go with classic http driven server that just sends resonses to requests, I dont know if you can do that in solid with just server side routing and I would think that means complete page fetching on each change which can work
9 replies
Possible to define more specific predicated for when prop on Match or Show
also idk if you know, or anyone else? how
keyed
works. Would it only be for primitives? Only time I've seen something with keys in solid was using https://primitives.solidjs.community/package/keyed where you pass name of field to use as key, but would keyed
on Show and Switch use the value itself as key?28 replies
Possible to define more specific predicated for when prop on Match or Show
I have similar with boxed values in array etc, but it can be a bit awkard since the callback already returns an accessor, so would be accessor of accessor if pass the value as accessor
28 replies
Possible to define more specific predicated for when prop on Match or Show
yea but I think it still wont work, that helper function is basically to get a convenient way to get types smoothly and normalize the type checking, but since the value is still
false
or 0
when it's evaluated it goes to switch fallback. So the issue is as far as i can tell nothing to do with typescript, even in js would cause issues28 replies