Skip to content

Inline View, Increment/Decrement with Arrow Keys and Mouse, Support for IE8, Bug Fix position issue on iOS

Compare
Choose a tag to compare
@nehakadam nehakadam released this 30 Jul 14:54
· 34 commits to master since this release
  • DateTimePicker can be added as an inline element by setting isInline: true. Since DateTimePicker is added inline, input element should be explicitly specified with inputElement: <jQuery object of Element>. Check Example Inline View.
  • Input Elements on DateTimePicker can be made read-only with readonlyInputs: true.
  • Header Element in DateTimePicker View can be removed with showHeader: false.
  • Added functionality to increment or decrement values of dates using Up and Down Arrow Keys as well as using Mouse Wheel.
  • Support for IE8 and Bug Fix on iOS(Changes from PR #109)
    • Added Support for IE8
    • Bug Fix for position:fixed issue on iOS (#108 and #106)