Currently, to pass an initial value to the input, user must have the parsed phone number and provide that object as a value or an initial value. But what if user already has a database with existing raw phone numbers and wants to use this library? Here comes a need for accepting raw string value as well.
Summary
Currently, to pass an initial value to the input, user must have the parsed phone number and provide that object as a value or an initial value. But what if user already has a database with existing raw phone numbers and wants to use this library? Here comes a need for accepting raw string value as well.