I wanna have a predefined input form that has the value for the email provider. I case is not modify, on submit, it should upload to firebase the gmail.com value but it dosen't upload anything unless I delete the value from the input form and rewriting.
<input class="button" value="gmail.com" formControlName="emailProvider">
Can someone tell what should I modify to work?