| title |
string |
'' |
N |
Title content. |
| titlePosition |
'in'\|'out'\|null |
'out' |
N |
Title position. |
| inputPosition |
'left'\|'right' |
'left' |
N |
Input text position. |
| placeholder |
string |
'' |
N |
Input placeholder text. |
| radius |
'none'\|'base'\|'xl'\|'full' |
'base' |
N |
Border radius style. |
| inputStyle |
'block'\|'line' |
'block' |
N |
Input box style. |
| lineTransition |
'left'\|'center' |
'left' |
N |
Linear transition position. |
| duration |
'fast'\|'base'\|'slow'\|'slower' |
'base' |
N |
Transition duration. |
| autocomplete |
boolean |
true |
N |
Whether to enable autocomplete. |
| py |
'0'\|'0.5'\|'1'\|'2'\|'3'\|'4'\|'6' |
'2' |
N |
Vertical padding. |
| disabled |
boolean |
false |
N |
Whether disabled. |
| state |
'theme'\|'success'\|'warning'\|'error'\|'info' |
'theme' |
N |
State. |
| type |
'text'\|'decimal'\|'email'\|'none'\|'numeric'\|'search'\|'tel'\|'url'\|'password'\|'number'\|'textarea' |
'text' |
N |
Input type. |
| inputmode |
'text'\|'decimal'\|'email'\|'none'\|'numeric'\|'search'\|'tel'\|'url'\|'' |
'' |
N |
Specify input data type. |
| maxlength |
number |
24 |
N |
Maximum input text length. |
| textareaMaxlength |
number |
200 |
N |
Maximum text length for textarea. |
| rows |
number |
2 |
N |
Number of rows for textarea. |
| autosize |
boolean |
false |
N |
Auto adjust height for textarea. |
| negative |
boolean |
false |
N |
Whether to allow negative numbers. |
| label1 |
Icon|null |
null |
N |
Label 1 content. |
| label2 |
string\|null |
null |
N |
Label 2 content. |
| label3 |
Icon|null |
null |
N |
Label 3 content. |
| label4 |
Icon|null |
null |
N |
Label 4 content. |
| label5 |
string\|null |
null |
N |
Label 5 content. |
| label6 |
Icon|null |
null |
N |
Label 6 content. |
| tip |
string\|null |
null |
N |
Tip message content. |
| data1 |
string\|null |
null |
N |
Data item 1 content. |
| data2 |
string\|null |
null |
N |
Data item 2 content. |
| data3 |
string\|null |
null |
N |
Data item 3 content. |
| value |
string |
'' |
N |
Input value. |
| clear |
boolean |
false |
N |
Whether clearable. |