Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
grafluxe committed Dec 4, 2017
1 parent 09a59e2 commit c791576
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Expand Up @@ -92,12 +92,22 @@ See [live examples](http://grafluxe.com/o/doc/dropdownizer/example).

## Notes

- Styles applied directly to the `select` element and/or its `id` are not copied to the dropdownizer instance. Use classes if you want sync styles.
- Non-inline styles applied directly to the `select` element and/or its `id` are not copied to the dropdownizer instance. Use classes if you want sync styles.
- The `change` event and proprietary `change` method differ in what's returned.
- The `change` event is dispatched from the original element while the `change` method belongs to the dropdownizer instance.

## Changelog

### 1.3.0

- Add `disable` and `enable` methods.
- Copy all attributes from the `select` element to its dropdownizer instance.
- Attributes that are part of the `div` W3C spec are copied as is; all other attributes are copied as a `data-*` attribute.

### 1.2.0

- Update dependencies

### 1.1.0

- Add the ability to programmatically select a list item by its names (via the `selectItem` method).
Expand Down

0 comments on commit c791576

Please sign in to comment.