Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(validatedtextinput): default field label to label defined in sch…
…ema if present (#85) If the yup schema of a text field contains a `.label()` (needed for good error messages), ValidatedTextInput will use it as a default for the `label` prop so the consumer doesn't have to duplicate it.
- Loading branch information