I have a form with two fields: country code
and Phone Number
.
- My requirement is to set the default value of the country code input field to include a plus sign (+), like this:
https://i.sstatic.net/Legfq.png
- Additionally, I need to be able to send this prefix value along with the entered value in the country code field.
Check out the demonstration on Stackblitz here