ciscoheat / sveltekit-superforms

Making SvelteKit forms a pleasure to use!
https://superforms.rocks
MIT License
2.26k stars 65 forks source link

taintedMessage not work on mobil #515

Open manicar2093 opened 3 days ago

manicar2093 commented 3 days ago

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
    });

Does any one know why this is happening?