diff --git a/src/ip-address/index.js b/src/ip-address/index.js index 79a697a3..75036ef6 100644 --- a/src/ip-address/index.js +++ b/src/ip-address/index.js @@ -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].indexOf(keyCode) > -1 && value) { + if ([KEY_CODE.Space, KEY_CODE.NumpadDecimal, KEY_CODE.NumpadComma].indexOf(keyCode) > -1 && value) { api.select({ index: nextIndex }) return false }