fix(ipaddress): git@github.com:opentiny/tiny-vue.git (#122)
This commit is contained in:
parent
7ae2726f2f
commit
f5752ce691
|
@ -161,7 +161,7 @@ export const keyup = ({ api, props }) => ({ item, index, event }) => {
|
|||
return false
|
||||
}
|
||||
|
||||
if ([KEY_CODE.Tab, KEY_CODE.Space, KEY_CODE.NumpadDecimal, KEY_CODE.NumpadComma].includes(keyCode) && value) {
|
||||
if ([KEY_CODE.Space, KEY_CODE.NumpadDecimal, KEY_CODE.NumpadComma].includes(keyCode) && value) {
|
||||
api.select({ index: nextIndex })
|
||||
return false
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue