diff --git a/package-lock.json b/package-lock.json index 5a76f25..402ce1b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@travelopia/web-components", - "version": "0.6.1", + "version": "0.6.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@travelopia/web-components", - "version": "0.6.1", + "version": "0.6.2", "license": "MIT", "devDependencies": { "@wordpress/eslint-plugin": "^17.1.0", diff --git a/package.json b/package.json index 42babcc..1fc2fd1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@travelopia/web-components", - "version": "0.6.1", + "version": "0.6.2", "description": "Accessible web components for the modern web", "files": [ "dist" diff --git a/src/multi-select/README.md b/src/multi-select/README.md index d2da884..62359c0 100644 --- a/src/multi-select/README.md +++ b/src/multi-select/README.md @@ -86,12 +86,12 @@ const value = multiSelect.value; ## Attributes -| Attribute | Required | Values | Notes | -|-----------------|----------|--------------------------|-------------------------------------------------------------------------------------| -| name | Yes | \ | The name that is given to the form field. | -| multiple | No | `yes`, `no` | Whether the field needs to be a single or mult-select form field. Yes by default | -| close-on-select | No | `yes` | Whether to close the options when a value is selected | -| form | No | \ | The id of the form with which the select input will be linked and submitted. | +| Attribute | Required | Values | Notes | +|-----------------|----------|--------------------------|----------------------------------------------------------------------------------| +| name | Yes | | The name that is given to the form field | +| form | No | | The id of the form with which the select input will be linked | +| multiple | No | `yes`, `no` | Whether the field needs to be a single or mult-select form field. Yes by default | +| close-on-select | No | `yes` | Whether to close the options when a value is selected | ## Events