我正在使用反应编号格式图书馆,以对用户的投入进行格式化。 但是,出于某种原因,在我节省数据时,这些投入正被保存为示意图而不是编号。 这一违约行为吗? 如果是的话,我怎么能够改变序号,以删除所有特性(例如,美元、ma等)的编号,从而节省了这种格式的插图?
This is how I am using it. npm package https://www.npmjs.com/package/react-number-format
<NumberFormat
thousandSeparator={true}
prefix={"$"}
decimalScale={2}
fixedDecimalScale
disabled={isDisabled}
/>