Closed zhangpaopao0609 closed 2 months ago
#4499
feature decimalPlaces supports flexible configuration of rounding strategies
decimalPlaces
proposal
decimalPlaces supports two types:
decimalPlaces: number
decimalPlaces: { enableRound: boolean, places: number }
feat(InputNumber): decimalPlaces 类型扩展,支持灵活的进位配置
⚠️ 请自检并全部勾选全部选项。⚠️
写到这里有一个疑问,那就是为什么要分大数和非大数呢?
javascript的锅
/resolve-conflict
写到这里有一个疑问,那就是为什么要分大数和非大数呢? javascript的锅
我的意思是完全可以都用大数的方式来解决呗
🤔 这个 PR 的性质是?
🔗 相关 Issue
#4499
💡 需求背景和解决方案
feature
decimalPlaces
supports flexible configuration of rounding strategiesproposal
decimalPlaces
supports two types:decimalPlaces: number
decimalPlaces: { enableRound: boolean, places: number }
📝 更新日志
feat(InputNumber):
decimalPlaces
类型扩展,支持灵活的进位配置☑️ 请求合并前的自查清单
⚠️ 请自检并全部勾选全部选项。⚠️