Commit Graph

297 Commits

Author SHA1 Message Date
Stéphane Brunner
43c276b1a4 Set the Seconds and the Milliseconds on defaultTime 2018-01-10 10:09:04 +01:00
Valeriy
5fa7e7de97
Merge pull request #625 from KyleMit/master
Fixes #416 - Deleting selected values from the datepicker
2018-01-04 06:32:03 +05:00
Russell Glasser
a486c92379 Improve sensitivity of scrollable select boxes on mobile, so that some slight movement will not prevent selecting a value 2018-01-02 10:55:33 -06:00
Kyle
80e5790562
fixes #416 - handle selection length on delete 2017-12-20 16:10:23 -05:00
Kyle
b4e959a81c
fixes #416 - handle selection length on delete 2017-12-13 11:13:36 -05:00
Valeriy
c6816386e4
Merge pull request #609 from jaypatel512/patch-1
Go through all `if` condition to disable specific date
2017-11-21 18:10:18 +05:00
Valeriy
63441fde6d
Merge pull request #619 from rglasser27/fix-scrolling-for-mobile
Fix an issue with mobile scrolling
2017-11-21 18:04:07 +05:00
Russell Glasser
9ac780e651 Fix an issue on mobile, where touching a scrollable list of options would immediately select (and sometimes close) the month, year, or time instead of letting you scroll 2017-11-03 14:05:15 -05:00
Russell Glasser
68fa53992c Reverting this line to an older version. The change is breaking the time selection when using the "step" option. 2017-11-03 13:55:56 -05:00
Jay
20a5e4cae0 Go through all if condition to disable specific date
- Fixes https://github.com/xdan/datetimepicker/issues/608
2017-10-15 00:38:11 -05:00
Chupurnov Valeriy
9de4639abf New version 2.5.9 2017-10-12 14:38:30 +05:00
Chupurnov Valeriy
a60a0db679 New version 2.5.8 2017-10-12 14:27:24 +05:00
Chupurnov Valeriy
b7dc5fe1d3 Buy bower! 2017-10-12 14:22:05 +05:00
Chupurnov Valeriy
6f86f8c9ca New version 2.5.5 2017-10-12 13:18:22 +05:00
Valeriy
b5443286af Merge pull request #579 from bunhann/master
Fix Khmer Language Spelling
2017-10-12 12:34:04 +05:00
Alex Melnikov
4cdabdc530 The picker's offsetHeight is not calculated correctly when calendar is not generated.
If options.allowBlank is true, "setPos" does not set the picker position over the input field
when the input field is at the bottom of a page.
2017-06-07 14:52:41 +05:00
Bunhann
84932f2b97 Fix Khmer Language Spelling 2017-05-18 10:45:53 +07:00
Valeriy
1525c13027 Merge pull request #464 from andrewmnlv/master
fix: currentTime can't be null for inline mode
2017-05-12 10:04:18 +05:00
Valeriy
f605b88f5d Merge pull request #541 from devcronberg/patch-1
Update danish translation
2017-05-12 10:02:56 +05:00
Valeriy
be197b1f87 Merge pull request #536 from MengtiSun/patch-1
#453 Setting input as readonly still allows the user to use the datetimepicker UI
2017-05-12 10:02:12 +05:00
Valeriy
0fd356f337 Merge pull request #269 from nurexmet/master
added Uyghur ALanguage, width hss been changed"
2017-05-12 10:00:49 +05:00
Valeriy
010a78c564 Merge pull request #572 from socheatsok78/master
Add Khmer translation
2017-05-12 09:58:03 +05:00
Valeriy
e13f3c2096 Merge pull request #574 from ed9/master
Failed to execute 'getComputedStyle' on 'Window': parameter 1 is not of type 'Element'
2017-05-12 09:57:49 +05:00
Adrian W
b9827fe43f Fixed issue #575 from xdan repository - setPos lost positioning feature 2017-05-10 09:37:24 +02:00
Edgars Kohs
0083f04c7d When an element that has been connected to datetimepicker object has been dynamically removed due to dynamic content changes the javascript starts throwing errors on window resize events regarding getComputedStyle receiving nulls in its 0 argument. Re-check the value before calling resolves the issue. 2017-05-07 17:31:31 +07:00
Socheat Sok
0e5cf097ef add khmer translation 2017-04-25 11:12:33 +07:00
devcronberg
62191e8199 Update to danish translation
Some month names where spelled incorrectly
2016-12-16 18:59:22 +01:00
MengtiSun
663a9461fc #453 Setting input as readonly still allows the user to use the datetimepicker UI 2016-12-07 10:36:38 +11:00
Sergey Yastrebov
962ed78566 iframe support 2016-05-30 19:28:34 +03:00
andrewmnlv
822827f439 fix: currentTime can't be null for inline mode; remove unused throttle var 2016-05-23 17:36:42 +03:00
Edmond Chui
47f23964e2 Fix typo mounth
Change all occurrences of ```mounth``` to ```month```.
2016-05-20 10:48:47 -07:00
Chupurnov Valeriy
d35c53dd59 New version 2.5.4 2016-05-20 00:46:42 +05:00
Valeriy
ac1b591a96 Merge pull request #457 from xdan/revert-455-master
Revert "Normalized scroll sensibility"
2016-05-20 00:41:08 +05:00
Fede Bruchmann
a42e0e416f Added missing var definition 2016-05-19 13:49:14 -03:00
Valeriy
fab41c89ea Revert "Normalized scroll sensibility" 2016-05-19 13:14:24 +05:00
Fede Bruchmann
ee1e2a275f Normalized scroll sensibility 2016-05-18 15:46:09 -03:00
Sören Liebich
a102ce5a89 Today button not working anymore
Fixed a problem with the today button which is not working anymore. As
far as I could figure out the reason is
"XDSoft_datetime.prototype.setCurrentTime" which is now setting the
current time to null which doesn't reset the displayed date. Also double
clicking on the today button wasn't working because the "currentDate"
variable is null.
2016-05-10 03:59:43 +02:00
tobiasviehweger
630ab13931 Allow blank values if 'options.allowBlank' is set 2016-04-26 14:18:18 +02:00
Vasiliy Zverev
2266845f52 show parsed date/time to user after validation
https://github.com/xdan/datetimepicker/issues/425
2016-04-06 16:45:46 +03:00
Chupurnov Valeriy
c8dd8efe17 New version 2.5.3 Fix devDependencies with concat-cli 2016-04-02 00:56:51 +05:00
Chupurnov Valeriy
f4c063f13a New version 2.5.2 Fix devDependencies with concat-cli 2016-04-02 00:55:55 +05:00
Valeriy
b182ddf000 Merge pull request #421 from JSoon/jsoon
Fix bug: $.css method conflict with css3 transition
2016-03-25 14:53:18 +05:00
jsoon
64b031c98b Fix bug: $.css method conflict with css3 transition 2016-03-25 17:33:52 +08:00
Valeriy
ab609606f9 Merge pull request #417 from Sibz/Sibz-patch-mask-exception
Fix exception when mask isn't set or is false.
2016-03-25 00:13:35 +05:00
Valeriy
bdb764af90 Merge pull request #418 from OOO-Technology/georgian
add Georgian translation
2016-03-25 00:11:55 +05:00
Thomas Wana
70fa598cf0 Allow the date formatter to be set from external 2016-03-24 10:36:25 +01:00
Vitaliy Kotov
585154c55a add Georgian translation 2016-03-24 13:22:19 +05:00
Steven
ef522190fb Fix exception when mask isn't set or is false.
Added an additional check to ensure options.mask is a string as it is set to false when not using masks.
Fixes #414
2016-03-24 19:56:14 +13:00
Dan Bettles
33d1338268 The vertical position of the picker is completely reset before the new position is applied to prevent interference from previous values. 2016-03-11 12:48:34 +00:00
Dan Bettles
1b4fad11b3 The picker is positioned correctly when the date input resides within a fixed container: the picker is displayed above the date input when there is insufficient room beneath the input. Also: added a couple test pages; normalized indentation in the JavaScript; fixed a couple warnings raised by the build script. 2016-03-11 12:21:12 +00:00