feat(NumberKeyboard): add number random prop (#7841)

This commit is contained in:
nemo-shen
2021-01-02 12:47:26 +08:00
committed by GitHub
parent 6afd13587f
commit 5137fcf76f
5 changed files with 106 additions and 0 deletions
+2
View File
@@ -15,6 +15,7 @@
<van-cell is-link @touchstart.native.stop="keyboard = 'multiExtraKey'">
{{ t('button5') }}
</van-cell>
<van-field
readonly
clickable
@@ -76,6 +77,7 @@
maxlength="6"
@blur="keyboard = ''"
/>
</demo-section>
</template>