S
S
Stim72020-10-09 12:03:16
Vue.js
Stim7, 2020-10-09 12:03:16

How to make click event on input?

Good afternoon everyone, by clicking on Input which is in the disabled position, the event is not generated. How can this be fixed?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Andrey Vasilev, 2020-10-09
@Nolis

<div @click="changeInput">
   <input disabled type="text">
 </div>

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question