Skip to content

[MdAutoComplete] Result list disappears and does not render regardless of input #1937

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

Closed
MichaelJamesParsons opened this issue Sep 20, 2018 · 3 comments

Comments

@MichaelJamesParsons
Copy link

I encountered this bug while giving a demo to a client. Using this component under normal circumstances (without trying to break it), the result window will occasionally stop rendering.

Steps to reproduce

This bug can be reproduced using the example code on the documentation site:

  1. Create a project using the md-autocomplete component example code.
  2. Type random gibberish into the country input. Erase it as quickly as possible.
  3. Repeat step 2 until results no longer appear, regardless of your input.
    (It can usually be reproduced with a couple seconds of doing this)

The vue debug tools shows the component correctly sets its properties:
showMenu: true
triggerPopover: true

...yet the result window is not rendered.

Which browser?

Windows 10
Google Chrome v69.0

What is expected?

The autocomplete input should list results relevant to input text.

What is actually happening?

The result window stops rendering, even if the input value matches items in the result list.

Reproduction Link

Example code

@Samuell1
Copy link
Member

Autocomplete is a little bit a not useful for now. It needs to be reworked. #1338

@Byronsargeant
Copy link

This issue is still present nearly 1 year later.

@Byronsargeant
Copy link

Hiding and re-rendering the autocomplete field was the work I used!

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

No branches or pull requests

3 participants