-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
BugSomething is broken and not working as intended in the system.Something is broken and not working as intended in the system.
Description
Issue summary
With the latest version of @shopify/polaris (6.5.0), when a suffix is added to a TextField, it is impossible to click the suffix component. The TextField focus is overshadowing the suffix component.
Expected behavior
Actions on the TextField's suffix component should work.
Actual behavior
Actions on the TextField's suffix component doesn't work.
Steps to reproduce the problem
- Install @shopify/polaris (6.5.0)
- Create a TextField component with a
suffixcomponent, and try to click on thesuffixcomponent.
Reduced test case
The best way to get your bug fixed is to provide a reduced test case. This CodeSandbox template is a great starting point.
In the link above, try to change the dropdown, and you will see what I am talking about.
Specifications
- Are you using the React components? (Y/N): Y
- Polaris version number: 6.5.0
- Browser: Chrome
- Device: Laptop
- Operating System: Ubuntu
Metadata
Metadata
Assignees
Labels
BugSomething is broken and not working as intended in the system.Something is broken and not working as intended in the system.