forked from 0x2620/oxjs
updating js
This commit is contained in:
parent
cda23cbf42
commit
7b16660652
2 changed files with 6 additions and 2 deletions
|
|
@ -1839,8 +1839,12 @@ requires
|
|||
that.bindEvent("click_" + self.autocompleteId, onClick);
|
||||
}
|
||||
|
||||
if (self.options.type != "textarea") {
|
||||
that.bindEvent({
|
||||
key_enter: submit,
|
||||
});
|
||||
}
|
||||
that.bindEvent({
|
||||
key_enter: submit,
|
||||
key_escape: cancel
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue