diff --git a/UNRELEASED.md b/UNRELEASED.md index 6e0a5919ce8..9634881040f 100644 --- a/UNRELEASED.md +++ b/UNRELEASED.md @@ -36,6 +36,7 @@ Use [the changelog guidelines](https://git.io/polaris-changelog-guidelines) to f - Properly support `selected` prop for `Navigation.Item` when `url` prop is not specified ([#4375](https://github.com/Shopify/polaris-react/pull/4375)) - Fixed an accessibility bug in `Icon` where `aria-label` was used incorrectly ([#4414](https://github.com/Shopify/polaris-react/pull/4414)) - Fixed a bug in `Option` where the label would cause scrollbars to appear instead of wrapping ([#4411](https://github.com/Shopify/polaris-react/pull/4411)) +- Restored pointing device interactivity to prefix and suffix slots of the `TextField` component ([#4477](https://github.com/Shopify/polaris-react/pull/4477)) ### Documentation diff --git a/src/components/TextField/TextField.scss b/src/components/TextField/TextField.scss index da3dc7d1a70..f33244610c3 100644 --- a/src/components/TextField/TextField.scss +++ b/src/components/TextField/TextField.scss @@ -191,7 +191,6 @@ $stacking-order: ( flex: 0 0 auto; color: var(--p-text-subdued); user-select: none; - pointer-events: none; } .Prefix {