| value |
string |
'' |
N |
Input content. |
| visible |
boolean |
true |
N |
Whether to show keyboard. |
| type |
'button'\|'block' |
'button' |
N |
Keyboard style type. |
| mode |
'letter'\|'letterNumber'\|'full' |
'full' |
N |
Keyboard mode. |
| done |
boolean |
true |
N |
Whether to show done button. |
| doneText |
string |
Current language's common.done |
N |
Done button text. |
| doneDisabled |
boolean |
false |
N |
Whether to disable done button. |
| radius |
'none'\|'xs'\|'sm'\|'md'\|'lg'\|'xl'\|'2xl'\|'full'\|'' |
'' |
N |
Key border radius. |
| preview |
boolean |
false |
N |
Whether to show input preview. |
| previewMask |
boolean |
false |
N |
Whether to mask preview content. |
| panelClass |
string |
'' |
N |
Inject class for keyboard panel. |
| keyClass |
string |
'' |
N |
Inject class for keys. |
| doneClass |
string |
'' |
N |
Inject class for done button. |
| popup |
Popup|null |
{} |
N |
Popup parameters. Pass null to display directly. |