The Wayback Machine - https://web.archive.org/web/20201117180951/https://github.com/topics/formik
Skip to content
#

formik

Here are 491 public repositories matching this topic...

formik
krichter722
krichter722 commented Apr 19, 2020

🚀 Feature request

Current Behavior

The type ErrorMessage doesn't have an id property.

Desired Behavior

It'd be nice id?: string would be added to the type ErrorMessage and set on the outermost component that serves as error message.

Suggested Solution

Add id={this.props.id} to the outer component in ErrorMessage.

Who does this impact? Who is this

VikR0001
VikR0001 commented Aug 29, 2019

For some reason my labels aren't showing up next to the checkboxes. The text of the label is in the variable theSpecialty, and appears as expected in name, etc. Here's how I'm setting it up:

<Field
	id={theSpecialty}
	key={"ns_" + theSpecialty}
	label={theSpecialty}
	onClick={event => onChange(event)}
	name={theSpecialty}
	checked={values['specialties'].includes(theSpecialty)}

Improve this page

Add a description, image, and links to the formik topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the formik topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.