Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: example radios on website should be wrapped in a radiogroup #3681

Merged
merged 2 commits into from
Aug 11, 2020

Conversation

chrisdholt
Copy link
Member

@chrisdholt chrisdholt commented Aug 10, 2020

Description

This PR fixes an issue where the example radios were not wrapped in a radiogroup and resulted in inaccessable behavior.

Motivation & context

closes #3676

Issue type checklist

  • Chore: A change that does not impact distributed packages.
  • Bug fix: A change that fixes an issue, link to the issue above.
  • New feature: A change that adds functionality.

Is this a breaking change?

  • This change causes current functionality to break.

Adding or modifying component(s) in @microsoft/fast-components checklist

Process & policy checklist

  • I have added tests for my changes.
  • I have tested my changes.
  • I have updated the project documentation to reflect my changes.
  • I have read the CONTRIBUTING documentation and followed the standards for this project.

@chrisdholt chrisdholt force-pushed the users/chhol/radios-should-be-wrapped-in-group branch from 9562e26 to d193121 Compare August 10, 2020 23:07
@chrisdholt chrisdholt self-assigned this Aug 10, 2020
@chrisdholt chrisdholt force-pushed the users/chhol/radios-should-be-wrapped-in-group branch from d193121 to 230a5e0 Compare August 10, 2020 23:41
@EisenbergEffect EisenbergEffect added this to the Release 06 milestone Aug 11, 2020
@@ -70,6 +71,7 @@ export const FastFrameTemplate = html<FastFrame>`
</fast-radio-group>
<label for="accent-color-pickers">Accent color</label>
<fast-radio-group
class="swatches"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
class="swatches"
class="swatches"

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

interesting - I don't recall formatting like this...and prettier should catch. I'm going to run it again.

@chrisdholt chrisdholt force-pushed the users/chhol/radios-should-be-wrapped-in-group branch from 4686302 to 5f335d2 Compare August 11, 2020 02:17
@chrisdholt chrisdholt force-pushed the users/chhol/radios-should-be-wrapped-in-group branch from 5f335d2 to 83c13da Compare August 11, 2020 02:18
@chrisdholt chrisdholt merged commit d7299f6 into master Aug 11, 2020
@chrisdholt chrisdholt deleted the users/chhol/radios-should-be-wrapped-in-group branch August 11, 2020 02:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug: the home page fast frame radio demo isn't acting like radios
3 participants