A
A
ArtJH2020-02-28 07:56:01
Vue.js
ArtJH, 2020-02-28 07:56:01

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

1 answer(s)
C
coderisimo, 2020-02-28
@ArtJH

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 question

Ask a Question

731 491 924 answers to any question