Vuetify Tutorial #24 - Form Basics

preview_player
Показать описание
Hey gang, in this Vuetify tutorial we'll look at how to create a simple web form using Vuetify form components.

----------------------------------------

🐱‍💻 🐱‍💻 Course Links:

🤑🤑 Donate


🎓🎓 Find me on Udemy

Рекомендации по теме
Комментарии
Автор

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:)

tomaszswiatek
Автор

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

maciejcelinski
Автор

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 ?

johnnydriesen
Автор

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

viniciusaugustus
Автор

If i do v dialog then background scroll stops working. How will i activate the bacground scroll? Thanks

nishantsethi
Автор

my prepend-icon is not changing color when focused. anyone can help? vuetify 3

MohammadaAprilianto
Автор

Shaun very nice Tutorial, Thank You! :)

atishmhatre
Автор

prepend-icon="mdi-edit" not working

rowantamang
Автор

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'.

maciejcelinski
Автор

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

kamranmaqbool
Автор

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

dudeking
Автор

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> . ...

pagevpetty
Автор

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

dtesta
Автор

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

roronoa_d_law
Автор

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

pagevpetty
Автор

how can i use the mask prop with an object?

hernanfigueroa