will_pickdate 0.9.3 → 0.9.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -492,8 +492,11 @@
492
492
  } else if (event.which == 40) {
493
493
  //down arrow
494
494
  dy = -1;
495
- } else if (48 <= event.which <= 57) {
495
+ } else if (48 <= event.which && event.which <= 57) {
496
496
  event.target.value = (event.target.value + String.fromCharCode(event.which)).substr(1,2)
497
+ } else if (event.which == 9 ) {
498
+ //allow tab to skip to next
499
+ return;
497
500
  }
498
501
  $.proxy(f, this)(event, null, null, dy);
499
502
  },
@@ -1,3 +1,3 @@
1
1
  module WillPickdate
2
- VERSION = "0.9.3"
2
+ VERSION = "0.9.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: will_pickdate
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.3
4
+ version: 0.9.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: