Javascript – How can I keep the value written in the input?
i would like keep the value written in the input, but antd always modify the number for example, case 1: if write 3.5 should be 3.5 case 2: if write 3,5 should be 3,5 this is the code: import React…