Add autocomplete example to chips documentation.
See original GitHub issueBug, 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:
- Created 7 years ago
- Reactions:30
- Comments:49 (3 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
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
Is this something that will be implemented in the near future? And updates on the progress?