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
{{ message }}
This repository has been archived by the owner on Nov 22, 2021. It is now read-only.
i suggest to implement feature add separate property that will store only key for selected tags.
So, source will be like key value dictionary and when user select some tag from autocomplete - we will store only key for this tag.
Also, is there any way to reject manually entered test if its not matched with any of tags in predefined source.
For example we have in source tree tags: 'aaa', 'bbb', 'ccc'. User manually try to enter value 'ddd'. Currently directive will add it when you finish edit. But for me more usefully case reject entered text if we have no it in source list.
What do you think?
The text was updated successfully, but these errors were encountered:
I guess #46 will likely bring support for the scenario you have described, with one exception: instead of storing just "keys", the directive will store objects containing any properties you want. It'll also allow only tags returned by the autocomplete directive to be added, which I believe addresses your second request.
I`m not sure that second point is exactly what i mean. My point was to prevent user enter and leave this text in input if after some action( lose focus, press enter) entered text does not match with exist tag.
Hi guys,
i suggest to implement feature add separate property that will store only key for selected tags.
So, source will be like key value dictionary and when user select some tag from autocomplete - we will store only key for this tag.
Also, is there any way to reject manually entered test if its not matched with any of tags in predefined source.
For example we have in source tree tags: 'aaa', 'bbb', 'ccc'. User manually try to enter value 'ddd'. Currently directive will add it when you finish edit. But for me more usefully case reject entered text if we have no it in source list.
What do you think?
The text was updated successfully, but these errors were encountered: