Vue.js Tutorial From Scratch - e16 - Auto Format Input Fields

  Рет қаралды 13,292

Coder's Tape

Coder's Tape

Күн бұрын

Пікірлер: 46
@pageforprogress
@pageforprogress 2 жыл бұрын
You saved me man! The feature delivery is today and I have been struggling with this formatting for 3 days..... Thanks a bunch!
@IlllIIIlllIIIlll
@IlllIIIlllIIIlll 3 жыл бұрын
Nice series to start with Vue. Your flow and pronunciations are really good.
@acedecastro83
@acedecastro83 5 жыл бұрын
The best teacher, as always! I hope you could also make a tutorial on how you implement table pagination in Vue.js with data (JSON) coming from Laravel as the backend. Thank you for all your work/content. I will surely (soon once I get extra money) buy your Vue.js SPA in Udemy :)
@clashoftroopers4545
@clashoftroopers4545 3 жыл бұрын
Yes as you promised, I learned a lot in this video.
@sylvestertweetyhunter1733
@sylvestertweetyhunter1733 4 жыл бұрын
very nice series, I hope you continue. ty for free tutorials.
@vitor-peixoto
@vitor-peixoto 5 жыл бұрын
Ual, just when I needed to learn vue.js there's someone making a brand new one :), I learned a lot of laravel in your freeCodeCamp video and I'm also using laracasts to learn a little bit more, I just gotta say you're an amazing teacher and I'm going to come here for sure to learn this curse since it's a laraframework.
@develvir
@develvir 4 жыл бұрын
Thank you , you are great teacher ever.I completed this course and I gained valuable information about vue.js.
@ademineshat
@ademineshat 5 жыл бұрын
You should definitely continue this!
@dorasstankevicius7481
@dorasstankevicius7481 3 жыл бұрын
How should I adjust this, that symbols from format would only show up between user inputed numbers because now it shows up as soon as the user presses any button? And how to save the input without any formating while still seeing the formated version displayed?
@myhealthy1688
@myhealthy1688 3 жыл бұрын
Hello teacher, how should I do with multiple v-mask format input field? Ex. bank account number is has 3 format, so what should I do? Thanks you
@abhilashvr007
@abhilashvr007 5 жыл бұрын
Great video. But how can we remove the input? If we press backspace it stops at separator/special character and wont go backward. How to fix this?
@babinicz91
@babinicz91 5 жыл бұрын
I fixed that with simple check: number(next, prev) { if (next.length > prev.length) { this.number = this.number.replace(/[^0-9]/g, '') .replace(new RegExp(this.regex), this.format) .substr(0, this.template.length) } }
@h.serhan9862
@h.serhan9862 4 жыл бұрын
You are the greatest!
@adam192021
@adam192021 5 жыл бұрын
The BEST as always!
@youssef_uchiha
@youssef_uchiha 4 жыл бұрын
wowowowo this playlist is so OP tbh. can you please more videos. like login and send token and receiving it then store it and share it with other files. something like retrofit in KOTLIN but here in VUE. because you're really good in these stuff. thanks alot for your effort
@Lactovacilo939
@Lactovacilo939 4 жыл бұрын
how would i go about a currency field?
@colorytecnologia7815
@colorytecnologia7815 3 жыл бұрын
Thank you very much!
@delphimore
@delphimore 3 жыл бұрын
Nice one
@hottodoggo9142
@hottodoggo9142 5 жыл бұрын
I learned a lot from you. Sir can you make a video regarding NUXT STATIC GENERATOR. because I when I generate static app @click function not working
@josevazquez4257
@josevazquez4257 3 жыл бұрын
Its not working for me, im using Vue 3 Property 'replace' does not exist on type '() => void'.
@leventtugaykaplan3592
@leventtugaykaplan3592 2 жыл бұрын
Awesome!
@shadow_3213
@shadow_3213 4 жыл бұрын
Fantastic Content !!!
@hessame9496
@hessame9496 3 жыл бұрын
Nice!
@winwinsp
@winwinsp 5 жыл бұрын
Thanks for the great work. I have one query if anyone can help me would be great. When vue.js is compiled it compiles everything in app.js, can't we make it separate by components so that we can only call that .js file in the specific page where the components will be used. Looking forward to getting the guide on it. Thanks once again.
@CodersTape
@CodersTape 5 жыл бұрын
No real way of doing that because the bundle gets packaged together as a single file. The only thing you can do is extract the vendor into a separate js file and keep your actual code separate. If you rebundle and nothing has changed in your node modules directory, it won’t change and just continue to be cached
@winwinsp
@winwinsp 5 жыл бұрын
@@CodersTape Sorry for late reply. Your message is clear but may be because of my less experience with it, I am not sure enough how to do it. It would be nice if you can make a guide on it or share any similar reference to learn. Thanks
@DragonFodder
@DragonFodder 2 жыл бұрын
Are you still making Vue Content?
@TJ80ify
@TJ80ify 5 жыл бұрын
many people would watch this
@Defense89
@Defense89 2 жыл бұрын
woooow what a nice video you just made!!!! is there a tutorial for composition API? i get an error thought :( , when i try to watch a variable declared as phone = ref(homephone); i get an error as replace can't be used on ref :(.
@amazeyou4671
@amazeyou4671 5 жыл бұрын
Hey! Thank you for these valuable tuts. Will it be continue? There are a lot of sources but to me most of them are useless :(
@CodersTape
@CodersTape 5 жыл бұрын
I’ll have a new Vue series when Vue 3 gets released.
@aamishirfan3334
@aamishirfan3334 5 жыл бұрын
no more videos in this series :( :(
@babar-khan
@babar-khan 5 жыл бұрын
What about your vuejs course ?
@CodersTape
@CodersTape 5 жыл бұрын
Not sure what you mean, this is part of the Vue course.
@babar-khan
@babar-khan 5 жыл бұрын
@@CodersTape oh 🤦‍♂️
@daviddeleon3411
@daviddeleon3411 5 жыл бұрын
Sir could you please put button on it so i can know how to get the data of what the user type in the field? Thanks sir please :)
@CodersTape
@CodersTape 5 жыл бұрын
Not sure what you mean.
@daviddeleon3411
@daviddeleon3411 5 жыл бұрын
@@CodersTape Hi sir, I do not know when the user type his or her number on that field. How can i save it to the database sir?
@CodersTape
@CodersTape 5 жыл бұрын
Ah now I understand. So first of, this is just something you would do to a field inside a form. We are just studying it in isolation for this episode. Check out episode 9 of this series to see how to submit a form.
@daviddeleon3411
@daviddeleon3411 5 жыл бұрын
@@CodersTape Wow thank you for recommending ep9! Thanks again sir :) More power!
@TJ80ify
@TJ80ify 5 жыл бұрын
5 stars
@CodersTape
@CodersTape 5 жыл бұрын
Thank you.
@WebDevAnjali
@WebDevAnjali 5 жыл бұрын
I'm here from your Instagram clone video on freecodecamp... Totally in love with your videos🙏🙇🙏 💗..i can't believe why the hell you only have 9.6k subscribers 😲😲😨😱 THANKS A LOT FOR UPLOADING THE MOST VALUABLE CONTENT🙇🙇... Wish you a million billion trillion subscribers💕💕💕💕💐💕💐💕💐💕🖤
@CodersTape
@CodersTape 5 жыл бұрын
Thank you so much.
@blakebrady3586
@blakebrady3586 2 жыл бұрын
I want to buy this tool, because I want to scam bank email
@jeffersoncarvalhosil
@jeffersoncarvalhosil 2 жыл бұрын
Great video. it really saved my day. Just one question. I'm trying this regex .replace(/[^0-9]/g, '') but it doesn't really work - I'm still able to type letters. Does anyone have any idea why?
Vue.js Tutorial From Scratch - e14 - Autocomplete
17:27
Coder's Tape
Рет қаралды 23 М.
VUECONF US 2019 | Input Masking in Vue.js with Divya Sasidharan
28:16
A Child's Big Mistake Turned Into an Unforgettable Gift #shorts
00:18
Fabiosa Stories
Рет қаралды 43 МЛН
Mastering Vue.js and Vuex
46:01
WeAreDevelopers
Рет қаралды 86 М.
Learning Vue JS - Auto Logout
24:37
Coder's Tape
Рет қаралды 29 М.
Node.js Tutorial for Beginners: Learn Node in 1 Hour
1:18:16
Programming with Mosh
Рет қаралды 6 МЛН
Vue.js Tutorial From Scratch - e06 - Components 101
14:25
Coder's Tape
Рет қаралды 15 М.
Vue.js Tutorial From Scratch - e13 - Vue Router
13:42
Coder's Tape
Рет қаралды 15 М.
Vuex Crash Course | State Management
1:01:19
Traversy Media
Рет қаралды 401 М.
What if all the world's biggest problems have the same solution?
24:52