Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

tutorial: fix code example #2015

Open
bahoffman opened this issue Nov 11, 2019 · 0 comments
Open

tutorial: fix code example #2015

bahoffman opened this issue Nov 11, 2019 · 0 comments
Labels

Comments

@bahoffman
Copy link

馃摉 Documentation

tutorial code example -
<Form> <label htmlFor="firstName">First Name</label> <Field id="firstName" type="text" /> **<ErrorMessage name="firstName" />** <label htmlFor="lastName">Last Name</label> <Field id="lastName" type="text" /> **<ErrorMessage name="firstName" />** <label htmlFor="email">Email Address</label> <Field id="email" type="email" /> **<ErrorMessage name="firstName" />** <button type="submit">Submit</button> </Form>
Should not repeat <ErrorMessage name="firstName" />
Need to change for each case.

@stale stale bot added the stale label Jan 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant