This repository was archived by the owner on Feb 9, 2024. It is now read-only.
Add arrays support for deferred chips#40
Open
victordidenko wants to merge 2 commits intomohbasheer:masterfrom
Open
Add arrays support for deferred chips#40victordidenko wants to merge 2 commits intomohbasheer:masterfrom
victordidenko wants to merge 2 commits intomohbasheer:masterfrom
Conversation
This was referenced Nov 29, 2017
Owner
|
Thanks for the Pull Request. Could you please explain me the use case like when its required. |
Author
Author
|
It is possible to achieve that by modifying model value, but in that case red items ("qwer" in gif above) will disappear. So we need support from library here. |
Owner
|
I got it. Could you add sample implementation of the same in samples. It will help me lot. |
Author
|
Sure, added "Using Promise, returning array (with list of string)" to examples. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

This pull-request is similar to #36, but adds also arrays support for deferred chips.
When user enters text -- render function performs request to server and adds all returned results to chips.