Skip to content

Commit

Permalink
Add images for Single ChoiceList error state
Browse files Browse the repository at this point in the history
  • Loading branch information
see-mack committed Sep 5, 2019
1 parent df56f15 commit dbcc1ec
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions UNRELEASED.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ Use [the changelog guidelines](https://git.io/polaris-changelog-guidelines) to f

### Documentation

- Added mobile example images error state of Single Choice List ([#2007](https://github.com/Shopify/polaris-react/pull/2007))

### Development workflow

### Dependency upgrades
Expand Down
12 changes: 12 additions & 0 deletions src/components/ChoiceList/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,18 @@ class ChoiceListExample extends React.Component {
}
```

<!-- content-for: android -->

![Single choice list with error for Android](/public_images/components/ChoiceList/android/single-choice-error@2x.png)

<!-- /content-for -->

<!-- content-for: ios -->

![Single choice list with error for iOS](/public_images/components/ChoiceList/ios/single-choice-error@2x.png)

<!-- /content-for -->

### Multi-choice list

Allows merchants to select multiple options from a list.
Expand Down

0 comments on commit dbcc1ec

Please sign in to comment.