javascript - React Modify value being displayed without changing the value of input form -
i've got input field wants display currency. want display things based on current local (which i'm using react-intl accomplish). issue formatnumber method returns string , need value, on submit, integer. don't have access or control on submit functionality able have input field maintain sort of internal state float while @ same time displaying float string react-intl's formatnumber. there way achieve this?
Comments
Post a Comment