A
A
Alexander Ivanov2019-02-07 17:25:29
Vue.js
Alexander Ivanov, 2019-02-07 17:25:29

Is there any way to display memory values ​​in v-field in vuetify?

This is a standard example of plain html below what the input field remembered:
5c5c3e70830df909583168.png
in vuetify https://vuetifyjs.com/en/components/text-fields#te...

<v-text-field
            v-model="email"
            :rules="[rules.required, rules.email]"
            label="E-mail"
          ></v-text-field>

Is it possible in vuetifyjs to display previously entered values?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
0
0xD34F, 2019-02-07
@cimonlebedev

Give the element a name. Like, . name="email"

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question