question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add autocomplete example to chips documentation.

See original GitHub issue

Bug, feature request, or proposal:

Feature request.

What is the expected behavior?

In order to better understand the interaction between components, users want an example of how to utilize the MdAutocomplete with the MdChipList.

What is the current behavior?

There is no current example.

What are the steps to reproduce?

N/A

Providing a Plunker (or similar) is the best way to get the team to see your issue. Plunker template: http://plnkr.co/edit/o077B6uEiiIgkC0S06dd

N/A

What is the use-case or motivation for changing an existing behavior?

N/A

Which versions of Angular, Material, OS, browsers are affected?

All

Is there anything else we should know?

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:30
  • Comments:49 (3 by maintainers)

github_iconTop GitHub Comments

16reactions
timharris777commented, Jan 5, 2018

I struggled with the stackblitz examples that were given above. I felt like they were overly complicated. As such, I have re-created the “autocomplete-chip-list” demo in a much easier to understand way (for me anyway). I hope this proves helpful to others.

https://stackblitz.com/edit/angular-evzmtq-javag8

16reactions
spencerolsencommented, Jul 6, 2017

Is this something that will be implemented in the near future? And updates on the progress?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Chips Autocomplete - StackBlitz
<mat-form-field class="example-chip-list"> · <mat-chip-list #chipList aria-label="Fruit · selection"> · <mat-chip · *ngFor="let fruit of fruits" · [selectable]=" ...
Read more >
Chips | Angular Material
An example of chip input with autocomplete. Chips Autocomplete. link code
Read more >
chip-autocomplete - npm
Angular chip-autocomplete Reactive Form Control where you can create chips with autocomplete with clientside and server side option ...
Read more >
How to add chips programatically - MDBootstrap
I want to add chips when selecting on ajax autocomplete result. Actual behavior ... const localisationAutoComplete = document.
Read more >
Problem with Materialize chips-autocomplete - Stack Overflow
The data init for chips-autocomplete is incorrect. From the docs: $('.chips-autocomplete').chips({ autocompleteOptions: { data: { 'Apple': ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found