In my project vue I have the following problem:
I have a form register of categories and another one of register of modules, I opened those of the forms one in each screen and I noticed that when typing the field name in the input of the form of tbm category, the name in the input of the module was being typed
Detail: I checked on Devtools if the model was being populated automatically, and it was not. Only fills in a visual way, the model does not change. When I click on this input it adds with visual value that was automatically filled when typing in the other form.
I did the following, I removed all v-models from the two forms I left with only the input text, with no link whatsoever and even then it keeps filling automatically.
It can be a simple error, something related to the life cycle or events of the vue. I decided to go to the group, to see if anyone has already experienced this same problem.
Category: link
Module: link