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

fix(filter-field): Fixes an issue where suggestions are not displayed in MS Edge #1625

Conversation

samuelfahrngruber
Copy link
Contributor

Pull Request

When not using Ivy but View Engine, MS Edge did not display any suggestions.

Closes #1558

Type of PR

Bugfix (non-breaking change which fixes an issue)

Checklist

  • I have read the CONTRIBUTING doc and I follow the PR guidelines
  • Lint and unit tests pass locally with my changes
  • I have added tests that prove my fix is effective or that my feature works.
    Maybe running UI tests with "angularCompilerOptions": { "enableIvy": false } could prevent problems with the old engine in the future.
  • I have added necessary documentation (if appropriate)

lukasholzer
lukasholzer previously approved these changes Sep 16, 2020
Copy link
Contributor

@lukasholzer lukasholzer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome 🏄🏻‍♂️

Thank you very much for this contribution to help us improve the quality of our product! 💯
Please align with @thomaspink to fix the failing unit tests.

Run bazel run //libs/barista-components:test if you have followed the Bazel installation guide

@lukasholzer lukasholzer self-requested a review September 16, 2020 04:45
… in MS Edge.

When not using Ivy but View Engine, MS Edge did not display any suggestions.

Closes dynatrace-oss#1558
@lukasholzer lukasholzer added pr: merge-ready This PR is ready to be merged pr: needs-cherry-pick When a pull request needs manual cherry picking labels Sep 16, 2020
@lukasholzer lukasholzer merged commit 94b2418 into dynatrace-oss:master Sep 16, 2020
@lukasholzer
Copy link
Contributor

Manual cherry-picked into 8.x and 8.0.x

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr: merge-ready This PR is ready to be merged pr: needs-cherry-pick When a pull request needs manual cherry picking
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Filter field] not displaying suggestions in MS Edge
3 participants