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

Type error in console when searching #2754

Merged
merged 1 commit into from
May 12, 2022
Merged

Type error in console when searching #2754

merged 1 commit into from
May 12, 2022

Conversation

burhandodhy
Copy link
Contributor

@burhandodhy burhandodhy commented May 11, 2022

Description of the Change

This PR fixes the below error in console when searching.

Uncaught TypeError: Cannot read properties of undefined (reading 'classList')

Closes #2725

Alternate Designs

Possible Drawbacks

Verification Process

Checklist:

  • I have read the CONTRIBUTING document.
  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my change.
  • All new and existing tests passed.

Changelog Entry

Fixed: Console error when hitting enter on search inputs with autosuggest.

Credits

Props @burhandodhy @felipeelia @MarijnvSprundel

@burhandodhy burhandodhy self-assigned this May 11, 2022
@burhandodhy burhandodhy removed the request for review from tlovett1 May 11, 2022 15:54
@felipeelia felipeelia added this to the 4.2.0 milestone May 12, 2022
@felipeelia felipeelia merged commit 945eb52 into develop May 12, 2022
@felipeelia felipeelia deleted the fix/2725 branch May 12, 2022 14:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: Type error in console when searching
2 participants