ngTagsInput icon indicating copy to clipboard operation
ngTagsInput copied to clipboard

add-from-autocomplete-only="false" not working?

Open raviayadav opened this issue 7 years ago • 2 comments

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.

raviayadav avatar Aug 31 '17 07:08 raviayadav

+1

guyzk avatar Nov 05 '17 10:11 guyzk

+1

kobicellosign avatar Jul 02 '18 09:07 kobicellosign