react-intl-tel-input icon indicating copy to clipboard operation
react-intl-tel-input copied to clipboard

Input values returned should not be formatted, even whenthe format props is set to true

Open ogheneovo12 opened this issue 3 years ago • 1 comments

Input values returned should not be formatted, even when the format prop is set to true,

Expected Behavior

i should be able to get unformatted values from both the value and the onPhoneNumberChange props, the formating is only meant for the user or user experience, I should be able to get the raw user input returned, even with formatted sets to true

Current Behavior

i kept getting the formatted input, which apparently makes the values useless, or counter-intuitive as i would have to reformat the input again,

ogheneovo12 avatar Dec 16 '20 04:12 ogheneovo12

Did you find anything related to this issue ?

lo2aai avatar Nov 08 '21 01:11 lo2aai