Skip to content

Latest commit

 

History

History
51 lines (29 loc) · 1.09 KB

_inputnumber_.inputnumberprops.md

File metadata and controls

51 lines (29 loc) · 1.09 KB
id title sidebar_label
_inputnumber_.inputnumberprops
InputNumberProps
InputNumberProps

Hierarchy

  • object

  • object

    InputNumberProps

Index

Properties

Properties

Optional customStyle

customStyle? : CSSProperties

Defined in src/InputNumber.tsx:14


Optional onChange

onChange? : CommonEventFunction‹object›

Defined in src/InputNumber.tsx:20

输入框值改变时触发的事件

param 输入框当前值

description 开发者需要通过 onChange 事件来更新 value 值变化,onChange 函数必填


Optional style

style? : CSSProperties

Defined in src/InputNumber.tsx:13