UNPKG
ngx-tag-autocomplete
Version:
beta (2.0.1)
latest (2.0.4)
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
Tag input component for Angular
ngx-tag-autocomplete
/
lib
/
shared
/
tag-input-keys.js
12 lines
•
251 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
KEYS
= {
backspace
:
8
,
comma
:
188
,
downArrow
:
40
,
enter
:
13
,
esc
:
27
,
space
:
32
,
upArrow
:
38
};
//# sourceMappingURL=tag-input-keys.js.map