Skip to content

Commit f1e4fd3

Browse files
authored
Merge pull request #1740 from Shopify/textfield-segment-bug
[TextField][Segment] 🔥 will-change causing perf issues
2 parents fd030d5 + df292bd commit f1e4fd3

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

UNRELEASED.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ Use [the changelog guidelines](https://git.io/polaris-changelog-guidelines) to f
3030

3131
- Fixes `monochrome` variant of `Link` and `Button` components to support multi-line link text ([#1686](https://github.com/Shopify/polaris-react/pull/1686))
3232
- Fixed the first column of `DataTable` not rendering in iOS Safari (([#1605](https://github.com/Shopify/polaris-react/pull/1605))
33+
- Fixed paint loss on scroll of `TextField` `Spinner` ([#1740](https://github.com/Shopify/polaris-react/pull/1740))
3334

3435
### Documentation
3536

src/components/TextField/TextField.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,6 @@ $stacking-order: (
289289
);
290290
border: none;
291291
border-left: border(dark);
292-
will-change: background, box-shadow;
293292
transition: background duration(fast) easing(),
294293
box-shadow duration(fast) easing();
295294

0 commit comments

Comments
 (0)