Skip to content

Commit

Permalink
fix: slider vertical navigation and value setting bugs (#3176)
Browse files Browse the repository at this point in the history
  • Loading branch information
marjonlynch authored May 22, 2020
1 parent b09c950 commit f46d87d
Show file tree
Hide file tree
Showing 7 changed files with 362 additions and 254 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ <h1>Radio Group</h1>
<h4>Defaults</h4>
<div>
<fast-radio-group name="numbers">
<label slot="label">Numbers</label>
<label style="color: --var(neutral-foreground-rest)" slot="label">Numbers</label>
<fast-radio value="one">One</fast-radio>
<fast-radio value="two">Two</fast-radio>
</fast-radio-group>
Expand All @@ -13,7 +13,7 @@ <h4>Defaults</h4>
<h4>Single radio</h4>
<div style="display: flex; flex-direction: column;margin-top: 12px;">
<fast-radio-group name="players">
<label slot="label">Best basketball players</label>
<label style="color: --var(neutral-foreground-rest)" slot="label">Best basketball players</label>
<fast-radio value="airjordan">Michael Jordan</fast-radio>
</fast-radio-group>
</div>
Expand Down
Loading

0 comments on commit f46d87d

Please sign in to comment.