1.0.18 • Published 3 years ago

free-keyboard v1.0.18

Weekly downloads
-
License
ISC
Repository
-
Last release
3 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

3 years ago

1.0.17

3 years ago

1.0.16

3 years ago

1.0.15

3 years ago

1.0.14

3 years ago

1.0.13

3 years ago

1.0.12

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago