Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed onClick handers for custom SearchSuggestionItem components within the iOS 11 theme #871

Merged
merged 3 commits into from
Nov 28, 2019

Conversation

fkloes
Copy link
Collaborator

@fkloes fkloes commented Nov 25, 2019

  • extensions can now replace the search suggestion items with working click handlers

Description

This ticket fixes an issue that prevented fully working click handlers of extension replacements for SearchSuggestionItem components within the iOS 11 theme. It also should fix React errors about state updates within unmounted components when a search is initiated by pressing the "Enter" button.

Type of change

  • Bug Fix 🐛 (non-breaking change which fixes an issue)
  • Enhancement 🚀 (non-breaking change which adds functionality)
  • Breaking Change 💥 (fix or feature that would cause existing functionality to not work as expected)
  • Polish 💅 (Just some cleanups)
  • Internal 🏠 Only relates to internal processes.

How to test it

Attach an extension like the one from this issue report. Clicking a search suggestion item should now initiate a search.

- extensions can now replace the search suggestion items with working click handlers
@fkloes fkloes self-assigned this Nov 25, 2019
@fkloes fkloes added the bug Something isn't working label Nov 25, 2019
@fkloes fkloes changed the title PWA-2200 Improved extensibility of SearchField component Fixed onClick handers for custom SearchSuggestionItem components within the iOS 11 theme Nov 25, 2019
@devbucket devbucket merged commit 3825706 into v6.10.0 Nov 28, 2019
@devbucket devbucket deleted the PWA-2200 branch November 28, 2019 14:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants