ngTagsInput
ngTagsInput copied to clipboard
add-from-autocomplete-only="false" not working?
In the demos I want to use Simple tags input with autocomplete. Now below I used the add-from-autocomplete-only as following:
<tags-input ng-model="tags" add-on-paste="true" add-from-autocomplete-only="false">
<auto-complete source="loadTags($query)"></auto-complete>
</tags-input>
But yet I am unable to add custom string values inside tags. As soon as the dropdown is generated it only takes the input from the dropdown. I want to add my custom values as tags if its not present in the dropdown list. What can I do to achieve that.
+1
+1