1.0.18 • Published 5 years ago

free-keyboard v1.0.18

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

free-keyboard

自定义键盘插件。 包含纯数字键盘、自定义数字键盘、英文键盘

推荐node版本

不小于8.9.0

使用

npm install free-keyboard

import FreeKeyboard from 'free-keyboard';
Vue.use(FreeKeyboard);
this.$keyboard({
   type: 'english', // 当前默认调起的键盘类型  english英文 number数字 customNum自定义数字
   el: {}, // 当前输入框Dom对象
   value: '', // input值
   maxLength: 20, // 更新input本身最大字符长度maxLength,如果没有设置,默认长度为20字符
   switchKey: true, // 是否可以切换英文数字键盘 true 默认可以
   customKeys: ["@", "_", ".", "!", "%", "*", "/", "+"], // 用户自定义字符 最大限制8种
});

相关性能指标

指标字段类型默认值描述
typestringenglish默认调起的键盘类型
el--当前输入框DOM对象
valuestring/number-input值
maxLengthnumber20更新input本身最大字符长度maxLength,如果没有设置,默认长度为20字符
switchKeybooleantrue是否可以切换英文数字键盘 true 默认true(可以)
customKeysArray-用户自定义字符 最大限制8种
1.0.18

5 years ago

1.0.17

5 years ago

1.0.16

5 years ago

1.0.15

5 years ago

1.0.14

5 years ago

1.0.13

5 years ago

1.0.12

5 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago