Skip to content

Commit

Permalink
bump version and update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
junaidbhura committed Apr 28, 2024
1 parent ceed348 commit 3a94bf3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
12 changes: 6 additions & 6 deletions src/multi-select/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,12 @@ const value = multiSelect.value;

## Attributes

| Attribute | Required | Values | Notes |
|-----------------|----------|--------------------------|-------------------------------------------------------------------------------------|
| name | Yes | \<name of the form field\> | 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 | \<id of the form\> | The id of the form with which the select input will be linked and submitted. |
| Attribute | Required | Values | Notes |
|-----------------|----------|--------------------------|----------------------------------------------------------------------------------|
| name | Yes | <name of the form field> | The name that is given to the form field |
| form | No | <id of the form> | 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

Expand Down

0 comments on commit 3a94bf3

Please sign in to comment.