Skip to content

v0.5.0

Compare
Choose a tag to compare
@anovi anovi released this 28 Jun 15:09
· 25 commits to master since this release

Selectonic is now compatible with Zepto library.

Changes:

  • Made default options accessible from outside by $.fn.selectonic.defaults. Example:
//now lists by default will be selectable by keyboard
$.fn.selectonic.keyboard = true;
  • Fixed bug when selectable list do not blurred with mouseup mode.
  • Fixed bug in IE with redundant comma.