Commit Graph
6 Commits
Author SHA1 Message Date
GavinandGitHub c6a6b5fe17 style(Coupon): fix the style of coupon checkbox (#11153) 2022-10-20 16:37:57 +08:00
GavinandGitHub d2abde3fbd docs(Field): fix field docs typo (#11152) 2022-10-20 10:20:44 +08:00
GavinandGitHub c98f3e19c9 feat(Toast): add wordBreak prop (#11147) 2022-10-19 10:08:57 +08:00
GavinandGitHub 59d5d76dbe feat(Stepper): add auto-fixed prop (#11071)
* perf: improve the type of setTimeout with 'ReturnType<typeof setTimeout>'

* fix: fix type 'number' is not assignable to type 'Timeout'

* feat: add 'auto-fixed' prop to control whether to fixed the value that out of rang

* docs(Stepper): fix prop name

* perf: whether to format the value entered by the user
2022-09-28 22:02:32 +08:00
GavinandGitHub ece27f9474 feat(Field): add message param to 'end-validate' method (#11080) 2022-09-24 10:44:48 +08:00
e0063ae249 perf: improve the type of setTimeout (#11069)
* perf: improve the type of setTimeout with 'ReturnType<typeof setTimeout>'

* fix: fix type 'number' is not assignable to type 'Timeout'

Co-authored-by: wangjunwei <wangjunwei@nucarf.com>
2022-09-22 11:24:32 +08:00