Skip to content

Commit 639b364

Browse files
author
HUGE | Rob La Placa
committed
Adding a change log, and updating Read me to reflect disabled fields feature
1 parent b39b1c2 commit 639b364

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
## 1.1.0 - 2014-03-09
2+
3+
Bugfixes
4+
- iPad wasn't displaying native select since it was off screen.
5+
- Fix for calling jScrollPane's scrollTo() in open() ([#10](https://github.com/roblaplaca/jQuery-Custom-Selectbox/issues/10))
6+
- Created example to show how to go to a url on change ([#5](https://github.com/roblaplaca/jQuery-Custom-Selectbox/issues/5))
7+
- Merged die & live fix ([#4](https://github.com/roblaplaca/jQuery-Custom-Selectbox/issues/4))
8+
9+
Features
10+
- Select now recognizes disabled fields and makes them unclickable.

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ Features include:
1212
* **Icon Support** - If an option has a CSS class, that will get carried over to the generated selectbox code as a span with a classname which can then be styled.
1313
* **Keyboard access** - If you focus on a select, you can hit up/down, or even type in text and it will update like a regular select.
1414
* **Opt Groups** - Like a regular selectbox, it supports optgroups. If those are in the HTML markup, then they will show up in the custom one.
15+
* **Disabled Fields** - select now recognizes disabled fields and makes them unclickable.
1516
It's driven by a real selectbox, so it will pass values in forms. The way it works is that the code will find the selectbox and hide it. Then the JS will generate a fake "custom" selectbox which can be styled. All interactions are routed back to the existing selectbox though. So... if you change the custom one, the real one will be synced as well. This way when you're submitting a form with a custom select, you don't lose the value.
1617
* **No JavaScript mode** - If JavaScript isn't turned on it just displays a regular selectbox instead.
1718
* **Interface** - There are public methods for syncing the select box if it is updated, and also for disabling it. So it's pretty easy to wire it up with complex functionality.
18-
* **Browser support** - I tested it in Firefox, Chrome, Safari, IE7+ (with a few style tweaks IE6 will work fine too)
19+
* **Browser support** - I tested it in Firefox, Chrome, Safari, IE7+ (with a few style tweaks IE6 will work fine too)

0 commit comments

Comments
 (0)