A
A
Alexander Gamov2017-08-26 23:20:57
JavaScript
Alexander Gamov, 2017-08-26 23:20:57

How to enter data through js bypassing the vue handler?

I am using the vuetifyjs framework. I am trying to write text to the v-text-field component (normal input) from the virtual keyboard vue-touch-keyboard . I catch the input correctly, but the data is not entered anyway. As I understand it, the keyboard tries to add data directly through js, but vuetify does not allow this with its handlers (the .value always contains data from the vue component property, which overwrites the input from the keyboard).
How it is possible to bypass without rewriting source codes? You can do without a component and just use an input, but still I would like to solve this problem, because. It is possible that this situation will happen again. I also don’t really want to change Claudia, because. liked the design)

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexander, 2017-08-27
@slowdream

Have you looked at issues? For some reason I think this is your problem. It seems that there is a workaround, but it seems that the last comment does not inspire :)

F
furrya_black, 2017-08-27
@furrya_black

In such cases, I fork the plugin-component libraries and edit the sources.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question