You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<h1><strong>Tagsinput plugin for strapi</strong></h1>
3
+
<h1><strong>Tagsinput plugin for strapi with suggestions</strong></h1>
4
4
5
5
This plugin is used to add tagsinput in your strapi admin panel.
6
6
Read more about it at [tagsinput guidence](https://blog.canopas.com/the-simple-guidance-how-to-add-tagsinput-customfield-plugin-in-strapi-b5d2b5af7c3b).
@@ -21,6 +21,30 @@ Using yarn,
21
21
yarn add strapi-plugin-tagsinput
22
22
```
23
23
24
+
## How to use
25
+
26
+
After installation, you can add tagsinput as custom field.
27
+
28
+
#### Suggestions for tag
29
+
30
+
While adding tagsInput, you will see `API URL` field.
31
+
32
+
If you want to use REST API for suggestions, then add your API url in this field.
33
+
34
+
**Notes:**
35
+
36
+
- If API domain is different, then full API URL is required. i.e `http://localhost:1337/api/v1/tags?fields[0]=name` (Make sure API CORS are enabled for your strapi domain in this case).
37
+
- Otherwise add only path of API i.e `/api/v1/tags?fields[0]=name`
0 commit comments