You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the motivation / use case for changing the behavior?
Currently the component needs all data beforehand and there is no possibilty to hook in to user inputs and refetch data based on the input.
Possible use case:
User Form where the user has to select multiple items out of a large dataset.
The data can't be loaded before as the browser memory would blow up.
The text was updated successfully, but these errors were encountered:
So, we need to externalize the inputs events somehow... now, with the way md-autocomplete will work in @angular/material, this might change a little bit so lets start by discussing things in this issue.
Which we might have to start creating methods to access the underlying component for most implementations either way, since there are cases where you want that.
Feature Request
Add the possibility to lazy load suggested items for the chips/autocomplete component.
https://teradata.github.io/covalent/#/components/chips
What is the motivation / use case for changing the behavior?
Currently the component needs all data beforehand and there is no possibilty to hook in to user inputs and refetch data based on the input.
Possible use case:
User Form where the user has to select multiple items out of a large dataset.
The data can't be loaded before as the browser memory would blow up.
The text was updated successfully, but these errors were encountered: