convert-to-locale
If you pass string value like '123qwe132.32' it will return { strValue: '123,132.32', numValue: 123132.32 } it help you to manage your input field for sanitization
If you pass string value like '123qwe132.32' it will return { strValue: '123,132.32', numValue: 123132.32 } it help you to manage your input field for sanitization