Improve "search as you type" feature
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
export enum KeyCodes {
|
||||
backspace = 8,
|
||||
enter = 13,
|
||||
escape = 27,
|
||||
delete = 46,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user