Skip to content
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 @@ -8,6 +8,8 @@ Use [the changelog guidelines](https://git.io/polaris-changelog-guidelines) to f

### Bug fixes

- Fixed `Autocomplete` empty state example Markdown not parsing correctly ([#592](https://github.com/Shopify/polaris-react/pull/592))

### Documentation

### Development workflow
4 changes: 2 additions & 2 deletions src/components/Autocomplete/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -300,8 +300,6 @@ class AutocompleteExample extends React.Component {
}
```

---

### Autocomplete with empty state

Use to indicate there are no search results.
Expand Down Expand Up @@ -394,6 +392,8 @@ class AutocompleteExample extends React.Component {
}
```

---

## Related components

- For an input field without suggested options, [use the text field component](/components/forms/text-field)
Expand Down