Etan Berkowitz
Etan Berkowitz
**ReactUSWDS Version & USWDS Version:** ``` "@trussworks/react-uswds": "^6.2.0", "@uswds/uswds": "3.4.1", ``` **Describe the bug** By default the [USWDS Search component](https://designsystem.digital.gov/components/search/) has the "X" to clear input functionality. In Trussworks' [implementation...
**ReactUSWDS Version & USWDS Version:** ``` "@trussworks/react-uswds": "^6.2.0", "@uswds/uswds": "3.4.1", ``` **Describe the bug** In my example, I'm using the `` component and I need to access its input in...
We have a build that gets transpiled before hitting `uglify()`. Our code breaks with the following thrown error: ``` 'Unexpected token: keyword «function», expected: punc «;»', ``` We've finally narrowed...
## Describe the bug We're still having CSP header problems. This could be both on an app level (within our FE codebase) or an Azure level. Or both. ## Impact...
Programmatically check all public facing links on Reportstream. The approach here is that we'll read the `sitemap.xml`, which is already populated with all of the public-facing pages on Reportstream, iterate...
### Describe the bug When using the File Input component, if you choose a file, then attempt to choose another one BUT press cancel instead, it clears the input. The...
**Does your feature request relate to a specific USWDS component?** Pagination specifically: https://github.com/trussworks/react-uswds/blob/main/src/components/Pagination/Pagination.tsx **What USWDS Version is this feature present in?** ALL **Is your feature request related to a problem?...
This PR ... **If you are suggesting a fix for a currently exploitable issue, please disclose the issue to the prime-reportstream team directly outside of GitHub instead of filing a...
We [recently implemented a Page Object Model for our e2e tests](https://github.com/CDCgov/prime-reportstream/pull/14571), but only newer tests are taking advantage of this and now we're maintaining 2 code paths for older tests...
This PR: - Makes sure across the site we're referencing a single "variable", `site.forms.contactUs.url` - Swaps the old contact link for the new one Fixes #16135