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

Add images for Single ChoiceList error state #2007

Merged
merged 1 commit into from
Sep 6, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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