Answer the question
In order to leave comments, you need to log in
How to prevent editing first n characters in input type text in Vue?
I have input. It is necessary that when FOCUS always has a non-removable text "XXXXXX" and after this text the user can enter his own text. When input is not on focus, a regular placeholder with text was shown
Answer the question
In order to leave comments, you need to log in
can be done simply. general idea :
<span class="textbox">
Это неизменяемый текст
<input v-model="message" type="text" name="url" />
</span>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question