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,
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,