mirror of
https://github.com/xdan/datetimepicker.git
synced 2024-11-18 06:24:22 +00:00
new version
Fix behavior on tab keypress in mask mode
This commit is contained in:
parent
040f8a3bf3
commit
c8fdf24bf3
@ -403,7 +403,7 @@
|
||||
}
|
||||
break;
|
||||
case ( !!~([AKEY,CKEY,VKEY,ZKEY,YKEY].indexOf(key))&&ctrlDown ):
|
||||
case !!~([ESC,ARROWUP,ARROWDOWN,ARROWLEFT,ARROWRIGHT,F5,CTRLKEY].indexOf(key)):
|
||||
case !!~([ESC,ARROWUP,ARROWDOWN,ARROWLEFT,ARROWRIGHT,F5,CTRLKEY,TAB,ENTER].indexOf(key)):
|
||||
return true;
|
||||
}
|
||||
event.preventDefault();
|
||||
|
Loading…
Reference in New Issue
Block a user