mirror of
https://github.com/youzan/vant.git
synced 2025-10-21 11:17:41 +00:00
[new feature] NumberKeyboard: add maxlength prop (#3532)
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
<van-number-keyboard
|
||||
v-model="value"
|
||||
:show="keyboard === 'bindValue'"
|
||||
:close-button-text="$t('close')"
|
||||
maxlength="6"
|
||||
safe-area-inset-bottom
|
||||
@blur="keyboard = ''"
|
||||
/>
|
||||
|
Reference in New Issue
Block a user