Skip to content

Zepto Support

Compare
Choose a tag to compare
@nehakadam nehakadam released this 15 Oct 12:15
· 87 commits to master since this release

Added DateTimePicker-Zepto.js file.

You will have to use a custom build of Zepto with following Modules -

  • Core Modules (zepto, event, ajax, form, ie)
  • fx
  • fx_methods
  • data

There are some bugs because Zepto does not support all events and functions of jQuery.
Known Bugs -

  • DateTimePicker is removed when you switch tab while DateTimePicker popup is open because blur event is not fired.
  • TAB-key based navigation is not working since selector $("[tabIndex="+ var_tabindex + "]") is not supported. So supporting this feature atleast with current code is not possible. See Zepto Issue