diff --git a/library/prefabs/multi-choice-with-pills/README.md b/library/prefabs/multi-choice-with-pills/README.md index 2a0e10f..7592792 100644 --- a/library/prefabs/multi-choice-with-pills/README.md +++ b/library/prefabs/multi-choice-with-pills/README.md @@ -26,3 +26,5 @@ The example below shows how to hook the **Multi Choice With Pills** up to data i As input it takes three arrays of strings, one containing all possible options, the **Options** input, this is the "value" of the options, it might differ from the labels, i.e. what is shown on screen. This you can specify with the **Labels** array input, it must have the same number of strings in the array, each one corresponding to a value in the **Options** array. The final array is the **Selection** array, it contains all options that are selection. There is also an output from the component called **Selection** which is updated when the user interacts with the component, the **Selection Changed** event is triggered. + +This component also features a **Reset** signal input, that can be used to clear the selection. diff --git a/static/library/prefabs/index.json b/static/library/prefabs/index.json index 9584d43..bd85ad7 100644 --- a/static/library/prefabs/index.json +++ b/static/library/prefabs/index.json @@ -19,7 +19,7 @@ "label": "Multi Choice with Pills", "desc": "A multi select drop down, showing the selected items as pills.", "icon": "library/prefabs/multi-choice-with-pills/multi-choice-with-pills.png", - "project": "library/prefabs/multi-choice-with-pills/multi-choice-with-pills-0-8.zip", + "project": "library/prefabs/multi-choice-with-pills/multi-choice-with-pills-0-9.zip", "docs": "/library/prefabs/multi-choice-with-pills/", "tags": ["UI"] }, diff --git a/static/library/prefabs/multi-choice-with-pills/multi-choice-with-pills-0-9.zip b/static/library/prefabs/multi-choice-with-pills/multi-choice-with-pills-0-9.zip new file mode 100644 index 0000000..6908bbf Binary files /dev/null and b/static/library/prefabs/multi-choice-with-pills/multi-choice-with-pills-0-9.zip differ