Skip to content
This repository has been archived by the owner on Feb 2, 2019. It is now read-only.

Feature/md-autocomplete #202

Closed
wants to merge 2 commits into from

Conversation

zAPFy
Copy link
Collaborator

@zAPFy zAPFy commented Apr 26, 2016

This is a very basic implementation.

It uses MdInput with a different container, is this a good way of implementing it?

Problems:

  • Overflow hidden on parent element.

-The only way to get around this would be to insert the autocomplete at document root, but that would cause a whole bunch of other problems.

  • Inserting the autocomplete data as an Input.

-For some reason I cant get this to work.

Todo:

  • Arrow key navigation.
  • Input validation. Only allow autcomplete data as valid input value.

I'll keep working on this for a bit.
Any feedback/input/sollutions are more than welcome.

@justindujardin
Copy link
Owner

@axal90 sorry that this got all busted up in the 0.4.1 changes. I think you could do this pretty well with the Overlay system in Material2/core right now. Do you plan to try a new PR against the new setup?

@zAPFy
Copy link
Collaborator Author

zAPFy commented May 23, 2016

@justindujardin No problem. I stopped all work on it expecting some rework. It should be easy and I'll get on it as soon as I have time. :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants