Skip to content
This repository has been archived by the owner on Dec 7, 2021. It is now read-only.

Commit

Permalink
v2.3.6, fixes #28
Browse files Browse the repository at this point in the history
  • Loading branch information
Mobius1 committed Jul 7, 2017
1 parent 437da0c commit c184dee
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,11 @@ new Selectr('#mySelect', {

## Change Log

### 2.3.6
* Fixed dropdown positioning bug in Safari on macOS [#28](https://github.com/Mobius1/Selectr/issues/28)
* Fixed first option always being selected in Safari on macOS [#28](https://github.com/Mobius1/Selectr/issues/28)
* Fixed endless dropdown height in IE [#29](https://github.com/Mobius1/Selectr/pull/29)

### 2.3.5
* Fixed bug causing first option to be selected when submitting new tag
* Fixed `enable` and `disabled` methods throwing an exception when used on a `select-one` type element
Expand Down

0 comments on commit c184dee

Please sign in to comment.