Skip to content

Commit

Permalink
4.26.2
Browse files Browse the repository at this point in the history
  • Loading branch information
yairEO committed May 6, 2024
1 parent 9c9df62 commit de912c7
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions dist/react.tagify.jsx

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/react.tagify.jsx.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/tagify.esm.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/tagify.esm.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/tagify.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/tagify.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/tagify.polyfills.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions index.html
Expand Up @@ -370,7 +370,7 @@ <h2><a href='#section-basic'>basic</a></h2>
<details>
<summary>Code</summary>
<h3>HTML</h3>
<pre class="language-markup"><code>&lt;input name=&#39;basic&#39; value=&#39;tag1,tag2&#39; autofocus&gt;</code></pre>
<pre class="language-markup"><code>&lt;input name=&#39;basic&#39; value=&#39;tag1, tag2&#39; autofocus&gt;</code></pre>
<h3>JAVASCRIPT</h3>
<pre class='language-js'><code>// The DOM element you wish to replace with Tagify
var input = document.querySelector('input[name=basic]');
Expand All @@ -387,7 +387,7 @@ <h3>JAVASCRIPT</h3>
<use class="logo-use" xlink:href="#codepen-logo"/>
</svg>
</a>
<input name='basic' value='tag1,tag2' autofocus>
<input name='basic' value='tag1, tag2' autofocus>
</aside>

<script>
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@yaireo/tagify",
"version": "4.26.1",
"version": "4.26.2",
"homepage": "https://github.com/yairEO/tagify",
"description": "lightweight, efficient Tags input component in Vanilla JS / React / Angular [super customizable, tiny size & top performance]",
"keywords": [
Expand Down

0 comments on commit de912c7

Please sign in to comment.