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?

2
  • 1
    This should help you get a solution Fix a character to text input box Commented Dec 24, 2021 at 10:43
  • Yeah, thanks, that's what I was looking for! @groovy_guy Commented Dec 24, 2021 at 10:47

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.