Skip to content

Commit

Permalink
converting Textfield to function
Browse files Browse the repository at this point in the history
  • Loading branch information
dleroux committed Aug 30, 2019
1 parent 44060b1 commit 9863ab3
Show file tree
Hide file tree
Showing 6 changed files with 418 additions and 446 deletions.
1 change: 1 addition & 0 deletions UNRELEASED.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Use [the changelog guidelines](https://git.io/polaris-changelog-guidelines) to f
- Moved `ResourceItem` to its own component ([#1774](https://github.com/Shopify/polaris-react/pull/1774))
- Updated `ResourceList` sort to show an inline label ([#1774](https://github.com/Shopify/polaris-react/pull/1774))
- Removed the `tap-highlight-color` for `Buttons` ([#1545](https://github.com/Shopify/polaris-react/pull/1545))
- Converted `TextField` into a functional component ([#1997](https://github.com/Shopify/polaris-react/pull/1997));

### Bug fixes

Expand Down
2 changes: 1 addition & 1 deletion src/components/TextField/TextField.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ $stacking-order: (
flex-wrap: wrap;

> .Input {
overflow: auto;
overflow: hidden;
padding-left: $backdrop-horizontal-spacing;
padding-right: $backdrop-horizontal-spacing;
resize: none;
Expand Down
Loading

0 comments on commit 9863ab3

Please sign in to comment.