Skip to content

Commit 00851d4

Browse files
author
xueyuan
committed
test(input): 移除数字类型输入的inputmode属性
1 parent 26c9f1d commit 00851d4

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

packages/varlet-ui/src/input/__tests__/index.spec.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ test('input type', () => {
6262
props: {
6363
modelValue: 'text',
6464
type,
65-
inputmode: type === 'number' ? 'decimal' : undefined,
6665
},
6766
})
6867

0 commit comments

Comments
 (0)