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 Sep 13, 2019
1 parent 56f543d commit c1e5d9a
Show file tree
Hide file tree
Showing 6 changed files with 457 additions and 445 deletions.
1 change: 1 addition & 0 deletions UNRELEASED.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Use [the changelog guidelines](https://git.io/polaris-changelog-guidelines) to f

- Adjusted search results overlay to take up 100% height of the screen on small screens and to match the width of the search bar on large screens. ([#2103](https://github.com/Shopify/polaris-react/pull/2103))
- Added skipToContentTarget prop to Frame component ([#2080](https://github.com/Shopify/polaris-react/pull/2080))
- 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 c1e5d9a

Please sign in to comment.