0

I have simple input filed, that should works as a filed, where user provide just email domain:

<input type="text" class="email-domain-input" v-model="providedDomain" placeholder="@test.com">

For now it looks like this:

enter image description here

What I want to do is to make symbol @ static in this field, so user just won't be able to delete it. Just like this:

enter image description here

How can I do this?

dokichan
  • 857
  • 2
  • 11
  • 44

0 Answers0