NumberKeyboard
Install
Usage
Default Style
Custom Style
Bind Value
API
Props
Attribute |
Description |
Type |
Default |
Version |
v-model |
Current value |
string |
- |
2.0.2 |
show |
Whether to show keyboard |
boolean |
- |
- |
theme |
Keyboard theme,can be set to default custom |
string |
default |
- |
title |
Keyboard title |
string |
- |
- |
maxlength |
Value maxlength |
string | number |
- |
2.0.2 |
transition |
Whether to show transition animation |
boolean |
true |
- |
z-index |
Keyboard z-index |
number |
100 |
- |
extra-key |
Content of bottom left key |
string |
'' |
- |
close-button-text |
Close button text |
string |
- |
- |
delete-button-text |
Delete button text |
string |
delete |
- |
show-delete-key |
Whether to show delete button |
boolean |
true |
- |
hide-on-click-outside |
Whether to hide keyboard when click outside |
boolean |
true |
- |
safe-area-inset-bottom |
Whether to enable bottom safe area adaptation |
boolean |
true |
- |
Events
Event |
Description |
Arguments |
input |
Triggered when keydown |
key: Content of the key |
delete |
Triggered when press delete key |
- |
close |
Triggered when click close button |
- |
blur |
Triggered when click close button or blur keyboard |
- |
show |
Triggered when keyboard is fully displayed. |
- |
hide |
Triggered when keyboard is fully hidden. |
- |
Slots
Name |
Description |
delete |
Custom delete button content |
title-left |
Custom title left content |