Skip to content
This repository was archived by the owner on Oct 15, 2025. It is now read-only.

Commit 3108728

Browse files
author
allen@squareonesolutions.net
committed
Fixes an issue where the auto complete gets disabled when using the backspace
1 parent eb2d68d commit 3108728

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/jquery.timeAutocomplete.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,9 @@
136136
// If they hit any of these keys DO NOT disable the auto complete, these
137137
// are acceptable key strokes.
138138
var ignore_keydowns = [
139-
13, // enter key
139+
8, // backspace
140140
9, // tab
141+
13, // enter key
141142
38, // up arrow key
142143
40 // down arrow key
143144
];

0 commit comments

Comments
 (0)