Skip to content

Commit

Permalink
feat(API): add ready state checks and all automated tests #38 #75
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-capsule42 committed Jul 26, 2022
1 parent 3933e7e commit fb79f98
Show file tree
Hide file tree
Showing 7 changed files with 2,866 additions and 3,694 deletions.
6 changes: 6 additions & 0 deletions demo/apiExamples.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ The auro-select element is a wrapper for auro-dropdown and auro-menu to create a
| [placeholder](#placeholder) | `placeholder` | `String` | "Please select option" | Define placeholder text to display before a value is manually selected. |
| [value](#value) | `value` | `String` | | Value selected for the component. |

## Events

| Event | Type | Description |
|--------------------|--------------------|--------------------------------------------------|
| `auroSelect-ready` | `CustomEvent<any>` | Notifies that the component has finished initializing. |

## Slots

| Name | Description |
Expand Down
6 changes: 6 additions & 0 deletions docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ The auro-select element is a wrapper for auro-dropdown and auro-menu to create a
| `placeholder` | `placeholder` | `String` | "Please select option" | Define placeholder text to display before a value is manually selected. |
| `value` | `value` | `String` | | Value selected for the component. |

## Events

| Event | Type | Description |
|--------------------|--------------------|--------------------------------------------------|
| `auroSelect-ready` | `CustomEvent<any>` | Notifies that the component has finished initializing. |

## Slots

| Name | Description |
Expand Down
Loading

0 comments on commit fb79f98

Please sign in to comment.