diff --git a/docs/api/index.html b/docs/api/index.html index b10eec9..3308e7c 100644 --- a/docs/api/index.html +++ b/docs/api/index.html @@ -5,7 +5,7 @@
By default, use-bootstrap-tag inherits its style from default bootstrap - style, so anything you change in bootstrap automatically changes - use-bootstrap-tag style as well. Read more about customize bootstrap styles - at https://getbootstrap.com/docs/5.3/customize/sass/.
By default, use-bootstrap-tag inherits its style from default bootstrap style, so anything + you change in bootstrap automatically changes + use-bootstrap-tag style as well. Read more about customize bootstrap styles at + https://getbootstrap.com/docs/5.3/customize/sass/.
<input type="text" class="form-control" placeholder="Add a color then press comma" id="example-placeholder">
+
<input type="text" class="form-control" placeholder="Add a color then press comma" id="example-placeholder">
<script>
UseBootstrapTag(document.getElementById('example-placeholder'))
</script>
-
<!-- Using data-ub-tag-separator attribute: -->
+
<!-- Using data-ub-tag-separator attribute: -->
<input type="text" class="form-control" placeholder="Add a color then press space" data-ub-tag-separator=" " id="example-separator">
<script>
diff --git a/docs/index.html b/docs/index.html
index 373fa41..ad78e6d 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -5,7 +5,7 @@
use-bootstrap-tag | Tag input for Bootstrap 5
-
+
diff --git a/docs/install/index.html b/docs/install/index.html
index b9d6a74..0b5a2ba 100644
--- a/docs/install/index.html
+++ b/docs/install/index.html
@@ -5,7 +5,7 @@
use-bootstrap-tag | Tag input for Bootstrap 5
-
+
diff --git a/src/docs/pages/Demo.svelte b/src/docs/pages/Demo.svelte
index 5d7e9ae..1f426e9 100644
--- a/src/docs/pages/Demo.svelte
+++ b/src/docs/pages/Demo.svelte
@@ -160,7 +160,7 @@