0
통화 금액 입력이 필요합니다. 어쨌든 쉼표 (',') 또는 $와 같은 것을 지원하도록 InputNumber를 사용자화할 수 있습니까? 이들에통화 입력의 InputNumber입니까?
유사 :
http://leonardowf.github.io/react-simple-currency/
https://github.com/jsillitoe/react-currency-input
내가 지금 형태와 InputNumber를 사용하고 있지만 천 당 최소 쉼표없이 (사용자 용)를 알아보기 힘들 :
는<Col span='24'>
<FormItem label='Original Investment'>
{getFieldDecorator('originalInvestment', {
rules: [{ required: true, message: 'Please input your Investment!' }],
initialValue: 100000000
})(
<InputNumber min={100000000} max={10000000000} />
)}
</FormItem>
</Col>
그것은 아직 지원되지 않습니다