| style |
Object |
- |
CSS(Cascading Style Sheets) |
N |
| custom-style |
Object |
- |
CSS(Cascading Style Sheets),used to set style on virtual component |
N |
| action |
String / Slot |
'' |
see more ts definition |
N |
| adjust-position |
Boolean |
true |
- |
N |
| always-embed |
Boolean |
false |
- |
N |
| center |
Boolean |
false |
- |
N |
| clear-trigger |
String |
always |
show clear icon, clicked to clear input value。options: always / focus |
N |
| clearable |
Boolean |
true |
- |
N |
| confirm-hold |
Boolean |
false |
- |
N |
| confirm-type |
String |
search |
options: send/search/next/go/done |
N |
| cursor |
Number |
- |
required |
Y |
| cursor-spacing |
Number |
0 |
- |
N |
| disabled |
Boolean |
false |
- |
N |
| focus |
Boolean |
false |
- |
N |
| hold-keyboard |
Boolean |
false |
- |
N |
| label |
String |
'' |
deprecated |
N |
| left-icon |
String / Slot |
'search' |
see more ts definition |
N |
| maxcharacter |
Number |
- |
The maximum number of characters that the user can enter. One Chinese character represents two characters in length. Use either maxcharacter or maxlength |
N |
| maxlength |
Number |
-1 |
- |
N |
| placeholder |
String |
'' |
- |
N |
| placeholder-class |
String |
input-placeholder |
- |
N |
| placeholder-style |
String |
- |
required |
Y |
| readonly |
Boolean |
undefined |
- |
N |
| result-list |
Array |
[] |
Typescript:Array<string> |
N |
| right-icon |
String / Slot |
'close-circle-filled' |
deprecated。see more ts definition |
N |
| selection-end |
Number |
-1 |
- |
N |
| selection-start |
Number |
-1 |
- |
N |
| shape |
String |
'square' |
options: square/round |
N |
| type |
String |
'text' |
options: text/number/idcard/digit/nickname |
N |
| value |
String |
'' |
- |
N |