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:
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:
How can I do this?