Steven Murray
Steven Murray
It'd be nice if useField could optionally return a `FieldLabel` component that references the field with `htmlFor` automatically. FieldLabel would render a `` element. The field would need to set...
**Is this a new component or an extension of an existing one?** Form **Describe the feature** It'd be great if the Form component supported `forwardRef` so that a reference to...
Any PRs being created needs a changelog.txt file before being merged into dev. See: [Change Log Instructions](https://github.com/massgov/mayflower/blob/dev/docs/change-log-instructions.md) ## Description ## Related Issue / Ticket - [JIRA issue]() - [Github issue]()...
## Description This adds support for Input and InputProvider to InputRadioGroup. ## Related Issue / Ticket - [JIRA issue](https://jira.mass.gov/browse/DP-12448) ## Steps to Test 1. Pull the branch, go to Molecules...
## Description Instead of directly porting the Table of Contents Overlay from patternlab, this PR creates a new component, Overlay, which can handle placing any content into an overlay. The...
## Description This adds support for testing with jest/enzyme within storybook. Jest tests are ran and watched with `react-scripts test`, which allows for tests to also be ran through babel...
This adds support for using react devtools' standalone app. Run `npm run react-devtools` to open it up. You'll need to run `npm install` first on this branch.
## Description There was actually nothing wrong with the overview in mayflower, as it is already displaying. On the [Listing Links page](https://mayflower.digital.mass.gov/?p=pages-listing-links), the subtitle text is not displaying because it...