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
Thank you for your contribution.
Removing jsTag as a custom tag is not an option, but adding support for jsTag via attributes is welcome. I would like you to open a PR for this change.
Great plugin! I found an issues using w3 validation when using the element syntax:
This also doesn't work if there was a JavaScript error on the page the input wouldn't show. A better method would be to do the following:
The update your directive to have restrict = 'c' and replace = true to replace the input with class="js-tag":
This validates as html5 compliant and provides a working input field if the library where to fail for some reason!
Additional features could be:
The text was updated successfully, but these errors were encountered: