epicweb-dev / web-forms

Learn the primary mechanism for interactivity on the web.
https://www.epicweb.dev/workshops/professional-web-forms
Other
199 stars 61 forks source link

Correct ErrorList id attribute #28

Closed realjokele closed 11 months ago

realjokele commented 11 months ago

Hi,

there is a typo in 03. SCHEMA VALIDATION / 03. CONFORM FORM UTILS (💪 PROBLEM):

        </div>
        <ErrorList id={-->fields.password<--.errorId} errors={form.errors} />
        <button type="submit">Login</button>
    </Form>

jokele