Vuetify Tutorial #24 - Form Basics

Vuetify Tutorial #24 - Form Basics

Net Ninja

5 лет назад

59,868 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

Vinícius Augustus
Vinícius Augustus - 06.09.2021 23:56

Thanks a lot for those videos. Even though they're a little old, they still help so much. Thank you :)

Ответить
Daniele Testa
Daniele Testa - 17.04.2021 08:45

I didn't know that Karl Pilkington is a Vuetify expert??

Ответить
Kamran MAqbool
Kamran MAqbool - 16.06.2020 20:21

How pop up button is open when you click on add button

Ответить
Atterologia
Atterologia - 27.03.2020 06:47

I appreciate your videos so much!

Ответить
Rowan Tamang
Rowan Tamang - 27.03.2020 04:57

prepend-icon="mdi-edit" not working

Ответить
Maciej Celiński
Maciej Celiński - 08.01.2020 12:37

For anyone with the 'no-console" problem. Just add "no-console" : "off" to eslintConfig --> rules : {} in package.json and then restart npm run serve

Ответить
Maciej Celiński
Maciej Celiński - 08.01.2020 12:29

Problem starts when I try to place button on the right side of a form. Apparently 'right' can only be added with "absolute' or 'fixed'.

Ответить
Page Petty
Page Petty - 21.11.2019 03:11

really? no ideas? why I keep getting double lines under the fields?

Ответить
Roronoa_D_Law
Roronoa_D_Law - 15.10.2019 13:15

how to make that when you click on "add the project" to validate, the dialog closes ?

Ответить
Page Petty
Page Petty - 14.10.2019 02:52

does anyone know why I keep getting double lines under my card fields?


<v-card>
<v-card-title id="card-title" class="justify-center">
<h4 class="purple-text ">Edit {{ item.title}} item</h4>
</v-card-title>


<!--TITLE FIELD-->
<v-card-text>
<v-form class="px-3" ref="form">
<v-text-field v-model="item.title" label="Item title: ">
</v-text-field>
</v-form>
</v-card-text> . ...

Ответить
hernán figueroa
hernán figueroa - 03.06.2019 22:33

how can i use the mask prop with an object?

Ответить
Erik Waibel
Erik Waibel - 20.03.2019 00:04

I would have set the "@submit" event to the <v-form> element instead of attaching the "@click" on the button, that way it would also allow the user to press "enter" for submitting the form.

Ответить
Tomasz Świątek
Tomasz Świątek - 05.03.2019 15:24

I'm just got crazy :). What did i use so long bootstrap or bulma? I didn't know any framework for sure, but this is really coool stuff:)

Ответить
Vinil Vasani
Vinil Vasani - 04.03.2019 01:03

How do I give a custom border-radius to v-combobox

Ответить
Johnny Driesen
Johnny Driesen - 10.12.2018 20:12

Hi...
First of all, thanks again for this wonderful & clear explanation.
If I can ask ... any particular reason why you're not using v-card-actions to place the buttons ?

Ответить
Chon Hee Cho
Chon Hee Cho - 10.12.2018 19:40

Many thanks!!!!

Ответить
Atish Mhatre
Atish Mhatre - 10.12.2018 18:06

Shaun very nice Tutorial, Thank You! :)

Ответить