We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddb7efe commit b9f2ad7Copy full SHA for b9f2ad7
uview-ui/components/u-number-box/u-number-box.vue
@@ -10,7 +10,7 @@
10
</view>
11
<input :disabled="disabledInput || disabled" :cursor-spacing="getCursorSpacing" :class="{ 'u-input-disabled': disabled }"
12
v-model="inputVal" class="u-number-input" @blur="onBlur" @focus="onFocus"
13
- :type="positiveInteger?'number':'digit'" :style="{
+ type="digit" :style="{
14
color: color,
15
fontSize: size + 'rpx',
16
background: bgColor,
0 commit comments