Skip to content

Commit 64bfdb8

Browse files
committed
Added note about IE8 support w/es5-shim (selectize#10).
1 parent 28fdb18 commit 64bfdb8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ $('select').selectize(options);
3131

3232
The available options are [documented here](docs/usage.md).
3333

34+
#### IE8 Support
35+
36+
To support Internet Explorer 8, [es5-shim](https://github.com/kriskowal/es5-shim/) must be added your page.
37+
3438
### Contributing
3539

3640
To test, build your copy with `make` then try out the [bundled examples](examples/).

0 commit comments

Comments
 (0)