Skip to content

Instantly share code, notes, and snippets.

@vallka
Created January 1, 2022 15:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vallka/8f95c53e8745e4950db318f178555359 to your computer and use it in GitHub Desktop.
Save vallka/8f95c53e8745e4950db318f178555359 to your computer and use it in GitHub Desktop.
<html>
<head>
<script src="https://unpkg.com/@yaireo/tagify"></script>
<link href="https://unpkg.com/@yaireo/tagify/dist/tagify.css" rel="stylesheet" type="text/css" />
</head>
<body>
input: <input type="text" id="id_text" value="aaa,bbb,ccc">
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment