How to avoid caching a v-text-field

Asked

Viewed 17 times

0

Analyzing the submissions that html makes of the data, I realized that the inputs always leave one cached for future fills, but in the case of html the inputs have the directives autocomplete="off" who rightly avoid these "cache"

Thus remaining:

form name="meuform" id="meuform" method="post" autocomplete="off" action="">
  <input type="text" name="batatinha" autocomplete="off">

Note that I can put both in the form and input

Is there any way to do that in v-text-field vuetify?

Disable autocomplete or I don’t know how to put a name in the field?

inserir a descrição da imagem aqui

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.