Skip to content

Releases: GetmeUK/manhattan-js-date-picker

Off-screen right scenario now handled

13 Mar 01:21
Compare
Choose a tag to compare
1.0.6

fix: handle scenario where picker can appear offscreen right

Improved position tracking for picker

13 Jul 16:48
Compare
Choose a tag to compare

Improved the track method to position the picker above an input field it positioning it below will push it off-screen.

Calendar date now set on date picker init

24 Feb 16:07
Compare
Choose a tag to compare

This behaviour is required for linked / offset open dates to work.

Support for controlling the open date behaviour when no date set in the field

24 Feb 15:41
Compare
Choose a tag to compare
1.0.2

Added linkedTo and openOffset attributes along with the openDate beha…

Added preferPast option

02 Oct 14:01
Compare
Choose a tag to compare

Setting the preferPast option to true will mean that when a 2 digit year in the present or future is given the default century will be the past not the present.

For example, given the year is 2019 now and a user enters a date of 11 June 50:

  • preferPast false (default): 11 June 2050
  • preferPast true: 11 June1950

This makes the option a good choice (along with the noPopup option) when setting up a date of birth field.

Initial ES6 release

23 Mar 01:28
Compare
Choose a tag to compare
1.0.0

Removed coffee