Custom Tag Input Components

Tags Input

Press Enter to add a tag. Use Backspace to remove the last tag.

Add your skills
<p>Press Enter to add a tag. Use Backspace to remove the last tag.</p> <div class="tags-input" id="TagsInput"> <div class="tags-input__container" data-tags-container> <span class="tags-input__placeholder" data-placeholder>Add your skills</span> <input type="text" class="tags-input__field" data-tags-field> </div> <div class="tags-input__error" data-tags-error></div> </div>