Capgemini / dcx-react-library

React Library UI/UX agnostic
https://main--6069a6f47f4b9f002171f8e1.chromatic.com
MIT License
107 stars 7 forks source link

FormRadio removing name as default on aria-label #622

Closed Ibabalola closed 2 months ago

Ibabalola commented 2 months ago
// aria-label should be null
      <FormRadio
        id="myId"
        value="choice 1"
        label="my label"
        name="group1"
        onChange={handleChange}
      />
codecov-commenter commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 100.00%. Comparing base (be71118) to head (2704b57).

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## epic/accessibility-issues #622 +/- ## =========================================================== Coverage 100.00% 100.00% =========================================================== Files 85 85 Lines 1512 1511 -1 Branches 527 526 -1 =========================================================== - Hits 1512 1511 -1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.