How to reset search params when not validated?
How to completly clear search params when not passed validation?
heres my validation:
when validation faile i want to clear my search params
3 Replies
ratty-blushOP•10mo ago
and that my createFileRoute:
plain-purple•10mo ago
your validator would need to return an empty object and you would need to enable strict search mode
ratty-blushOP•10mo ago
Thanks a lot! 🙂