Josh Schneider

Results 16 issues of Josh Schneider

[Issue #14](https://github.com/philipwalton/flexbugs#flexbug-14) is indeed a bug (from my experience), but [the codepen](https://codepen.io/philipwalton/pen/vWbdZW) doesn't quite show the problem. I'd say change `.FlexContainer`'s `outline` declaration to be a `border` declaration, and you'll...

**Is your feature request related to a problem? Please describe.** I could in no way get this project to work in Windows, including by using the variety of Node (non-NPM)...

**Describe the bug** Some aspects of disabled state in the MGov Primary Alt Button, among others, is overridden by other CSS **To Reproduce** Steps to reproduce the behavior: 1. Go...

Type: Bug
Type: Engineering
Status: In JIRA

**Describe the bug** On MCT, we recently found that the `TextField` component -- which is using the `FormControl` component underneath, renders `hiddenError` markup for the prop `errorMessage`, and that `hiddenError`...

https://github.com/CMSgov/design-system/blob/216acd1eb981f6ab21c52317c5043778368b6be3/packages/design-system/src/components/ChoiceList/Choice.jsx#L117 In situations where this component is used with other components, the hard-coded placement of these `aria-live` and related `aria-` attributes can result in unwanted, excessive over-reading of content. Please...

Type: Enhancement
Type: Accessibility
Type: Component
Type: Engineering
Status: In JIRA

- `@testing-library/dom` version: 7.31.2 - Testing Framework and version: Jest, 27.4.6 - DOM Environment: jsdom, 27.4.6 ### Relevant code or config: In React, but using `dom-testing-library` under the hood: ```js...

Suddenly today, running `choco upgrade all -y` fails on every package upgrade with this error (no package downloaded, either) ``` Specified argument was out of the range of valid values....

**Describe the bug** Not all components render standard element props / attributes on their top-level element [Reference earlier ticket](https://github.com/CMSgov/design-system/issues/1880) **To Reproduce** Steps to reproduce the behavior: 1. [See the code...

Add explanatory content to prop type comments, for specific `crossTab` props See https://discord.com/channels/942899080621862913/942899081192284212/1192159424219971635

**Description** Include a high-level description of the issue. - What did you expect to happen? That `Alert`s could take custom icons, to use in place of the default icons -...