Skip to content

Commit

Permalink
fix(stepper): stepper输入小数
Browse files Browse the repository at this point in the history
  • Loading branch information
fennghuang committed Sep 27, 2023
1 parent 0f29e33 commit deb569f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/stepper/type.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ export interface TdStepperProps {
* 输入框宽度
*/
inputWidth?: number;
/**
* 是否整数
* @default true
*/
integer?: boolean;
/**
* 最大值
* @default 100
Expand Down

0 comments on commit deb569f

Please sign in to comment.