Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/get-started/usage/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
<div class="content is-fullheight">
<h1 id="basic-usage">Basic usage</h1>
<p>To easiest way to start with BulmaTagsInput is to add <code>data-type=&quot;tags&quot;</code> attribute or set <code>type=&quot;tags&quot;</code> to an input element and call <code>BulmaTagsInput.attach();</code> to convert them all into a Tags input control.</p>
<p>By default Tags input prevent duplicate entries and create selectable and removable tags. These options can be overiden either by JavaScript or by adding options into the input dataset (see <a href="http://10.0.0.6:59626/get-started/javascript-api/" target="_blank" rel="noreferrer noopener">Javascript API</a> documentation).
<p>By default Tags input prevent duplicate entries and create selectable and removable tags. These options can be overiden either by JavaScript or by adding options into the input dataset (see <a href="/get-started/javascript-api/" target="_blank" rel="noreferrer noopener">Javascript API</a> documentation).



Expand Down Expand Up @@ -800,4 +800,4 @@ <h2 id="object-tags">Object Tags</h2>

</body>

</html>
</html>
2 changes: 1 addition & 1 deletion src/docs/content/get-started/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ draft: false
# Basic usage
To easiest way to start with BulmaTagsInput is to add `data-type="tags"` attribute or set `type="tags"` to an input element and call `BulmaTagsInput.attach();` to convert them all into a Tags input control.

By default Tags input prevent duplicate entries and create selectable and removable tags. These options can be overiden either by JavaScript or by adding options into the input dataset (see [Javascript API](http://10.0.0.6:59626/get-started/javascript-api/) documentation).
By default Tags input prevent duplicate entries and create selectable and removable tags. These options can be overiden either by JavaScript or by adding options into the input dataset (see [Javascript API](/get-started/javascript-api/) documentation).
{{< preview id="tags-input" lang="html" >}}<div class="field">
<label class="label">Tags</label>
<div class="control">
Expand Down