Skip to content
On this page

InputNumber 数值输入

通过鼠标或键盘,输入范围内的数值。

何时使用

  • 当需要获取标准数值时。
  • 数字选择器,并对输入的数据做正确性检查、自动订正;

示例

待补充

组件属性

属性说明类型默认值
label标题string"文本"
defaultValue默认值string-
placeholder占位提示booleanfalse
size组件尺寸small,middle,large,defaultmiddle
behavior表单组件显示状态normal,disabled,readonly,hiddennormal
tips描述信息string-
allowClear是否显示清除按钮booleantrue
addonBefore输入框前附加内容string-
addonAfter输入框后附加内容string-
bordered是否显示边框booleantrue
autofocus自动聚焦booleanfalse
controls显示增减按钮booleantrue
decimalSeparator小数点string.
keyboard键盘快捷行为booleantrue
max最大值number-
min最小值number-
precision数值精度number0
step每次改变步数,可以为小数number1
stringMode字符值模式,开启后支持高精度小数booleanfalse

Released under the MIT License.