I am doing a multi-tab form, a single <form> where the fields on the screen come from an array and are shown only by their corresponding tab.
On "Save" (<form on:submit>) I can take the user back to the tab with the incomplete data, but I need to pop the HTML 'field required' tooltip on the necessary fields.
Using svelte/sveltekit, how do I manually trigger the HTML validation on a specific form field? I know there's HTML methods for it, but I see how to get it done.
