[X] Before posting an issue, read the FAQ and search the previous issues.
Description
I have a problem with this superForm function option. It is set as true and works fine on Desktop, but in mobil devices (I have tried on Safari), is not working at all 😕
const form = superForm(data, {
validators: zodClient(schema),
taintedMessage: true
});
Description I have a problem with this superForm function option. It is set as true and works fine on Desktop, but in mobil devices (I have tried on Safari), is not working at all 😕
Does any one know why this is happening?