Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
amk221 committed Dec 10, 2024
1 parent 1f91261 commit c48255e
Showing 1 changed file with 26 additions and 21 deletions.
47 changes: 26 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ https://zestia.github.io/ember-select-box
- Full control at all times with the API ✔︎
- No configuration options ✔︎
- Very few issues over many years of Ember! ✔︎
- Dropdown primitive ✔︎
- Customisable filtering built in ✔︎

## Notes
Expand Down Expand Up @@ -217,7 +218,31 @@ Whether or not the option is currently disabled

Whether or not the option is currently selected

## Dropdown
## `Options`

A listbox container element to house each option

## `Group`

### Arguments

#### `@label`

Required. The group label (similar to the native `optgroup`)

## `Input`

A combobox, which by default filters down the available `@options`. Customise this behaviour by providing `@onSearch`.

## `Trigger`

A combobox, which toggles the select box open/closed.

## `Content`

An element to house the content that displays when the dropdown is opened

## `Dropdown`

### Arguments

Expand Down Expand Up @@ -255,26 +280,6 @@ Closes the select box's dropdown

The element of the select box's dropdown

## `Options`

A listbox container element to house each option

## `Group`

### Arguments

#### `@label`

Required. The group label (similar to the native `optgroup`)

## `Input`

A combobox, which by default filters down the available `@options`. Customise this behaviour by providing `@onSearch`.

## `Trigger`

A combobox, which toggles the select box open/closed.

# Filtering

Since filtering options down (and accounting for diacritics) is a common requirement, this addon comes with a utility to help.
Expand Down

0 comments on commit c48255e

Please sign in to comment.