mbenford / ngTagsInput

Tags input directive for AngularJS
http://mbenford.github.io/ngTagsInput
MIT License
1.64k stars 541 forks source link

Disable focus input #882

Open loonydevil opened 5 years ago

loonydevil commented 5 years ago

Hello, I'm trying to implement button "Add tag" which changes to input field when clicked. Is there an easy way to do that? I can restyle the input and everything looks good when it's inactive but when the tags-input gets focus the field also gets focused immediately. Can I somehow make it focus only when this input itself is clicked?