From c16b6c6ddbf1699920714d014d78bd13355c8298 Mon Sep 17 00:00:00 2001 From: Olaolu Olawuyi Date: Mon, 20 Sep 2021 04:42:50 +0100 Subject: [PATCH] [TextField] Restore pointing device interactivity to prefix and suffix slots Closes #4256 --- UNRELEASED.md | 1 + src/components/TextField/TextField.scss | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) 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 {