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

Popular posts from this blog

javascript - Clear button on addentry page doesn't work -

python - Error: Unresolved reference 'selenium' What is the reason? -

php - Need to store a large amount of data in session with CI 3 but on storing large data in session it is itself destorying automatically -