-
Notifications
You must be signed in to change notification settings - Fork 14
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
Timeline on autocomplete? #22
Comments
Hi @joshterrill, I've been deferring this for a while :) I'll probably be getting it done this weekend, hopefully :) |
Okay. I was thinking, another feature that would be kind of cool would be to be able to integrate the material 2 labels in with it. Right now, I'm kinda faking it by creating a label, and doing some styling, but I think it's something that makes sense to do. See this screenshot: The top dropdown is one from your library, the bottom one is just a regular material dropdown. I intend on swapping out all the material dropdowns I have (because the labels for them are broken when using formControl values instead of ngModel). But I've done a couple of things:
Here's the styles I have:
The
Not sure if this is stuff you'd think you want to pursue. This is just stuff that I modified to make it look more like the rest of the components. |
It would also be really nice if this component worked with Angular 2's form validation module. |
Do you have a timeline on when autocomplete feature will be done? Is there something that I can do to help with it? I would like to use this component in a project, but I need some sort of typehead/autocomplete. And your library seems to be the closest to it.
The text was updated successfully, but these errors were encountered: