Wrote it already several times, but I keep on repeating... Amazing series ! Thanks for sharing your knowledge, time & effort. I really hope some more vids are coming up, in particular "validation" (and the Q-Table) Though, I know you're a very busy person, so ALL RESPECT for you !
Hi Luke, How to put the q-input a restriction for example in my table there is a column called quantity and when I edit my quantity it shouldn't greater than to the value of quantity in the database?
Hi can i use multiple validation like for example the text should be less than 5 charachter and also should be chekced with server that it is not repeated. If you know any refrence please let me know
Hello, the "logger" method is not working for me : i'm not getting the selected input in the console. Here is the code : methods:{ logger (...params){ console.log(...params) } }, Thank you for you time and for this serie CodeSengel
I just tried whith the q-input and it works for this component ( i'm getting the input in the console) !! do you have an idea why it's not working for q-select ? Thank you CodeSengel
@@codesengel6642 Yes, I know why! This video was for QuasarV1. You're most likely using QuasarV2 (which is a good thing!) Most of the API in V2 is the same, with a couple of changes. For example, @input will now be @update:model-value There's a good reason for this, that goes beyond the scope of what I can type into a RUclips comment! If you ever need to check the "api" of a component, check out its API card. Here it is for QSelect: quasar.dev/vue-components/select#qselect-api In your case, you'd want to click on the "Events" tab and search for "input" If you need anymore help, feel free to hit me up on discord: ldiebold#0365 :)
@@LukeDiebold yes ! i tried @update:model-value and now it's working !! thank you so much for the help and your quick feedback. good luck. thank you for the discord contact . CodeSengel
Hi Luke, A very helpful video. I started following your playlist and really love it.. I was building a APP where someone would upload a CSV file and using your @input method I can trigger a method but how do I read the content of the file. When using the logger I see the name and size of the file but not the content. Keep up the good work.. Looking forward to more tutorials
@@LukeDiebold Got it.. I was expecting Quasar to handle it but its actually a browser option/function that I need to use. was looking in the wrong place
Hii thank you a lot ♥️♥️ i have question if u can help me in QFile @input now return an event not a blob and now we have @update event but give me error so how i can get this file thank you .
Hey Ibrahim! Have you tried asking on the quasar discord channel? Those guys are pretty dang good when it comes to answering questions like these! You can also hit me up on discord "ldiebold" Might be easier that way for this question :)
Vue is awesome, Quasar is awesome, You are awesome! I watched whole series, had a very wide vision. Thank you very much.
You're welcome!!!
Wrote it already several times, but I keep on repeating...
Amazing series ! Thanks for sharing your knowledge, time & effort.
I really hope some more vids are coming up, in particular "validation" (and the Q-Table)
Though, I know you're a very busy person, so ALL RESPECT for you !
Many many more to come!
I stopped this series because V2 was just around the corner, so will be jumping back into it soon!
Hi Luke, How to put the q-input a restriction for example in my table there is a column called quantity and when I edit my quantity it shouldn't greater than to the value of quantity in the database?
I would need to see some code :)
Hi can i use multiple validation like for example the text should be less than 5 charachter and also should be chekced with server that it is not repeated. If you know any refrence please let me know
Hello, the "logger" method is not working for me : i'm not getting the selected input in the console.
Here is the code :
methods:{
logger (...params){
console.log(...params)
}
},
Thank you for you time and for this serie
CodeSengel
I just tried whith the q-input and it works for this component ( i'm getting the input in the console) !! do you have an idea why it's not working for q-select ?
Thank you
CodeSengel
@@codesengel6642 Yes, I know why!
This video was for QuasarV1. You're most likely using QuasarV2 (which is a good thing!)
Most of the API in V2 is the same, with a couple of changes.
For example, @input will now be @update:model-value
There's a good reason for this, that goes beyond the scope of what I can type into a RUclips comment!
If you ever need to check the "api" of a component, check out its API card. Here it is for QSelect: quasar.dev/vue-components/select#qselect-api
In your case, you'd want to click on the "Events" tab and search for "input"
If you need anymore help, feel free to hit me up on discord: ldiebold#0365
:)
@@LukeDiebold yes ! i tried @update:model-value and now it's working !! thank you so much for the help and your quick feedback.
good luck.
thank you for the discord contact .
CodeSengel
@@codesengel6642 you're most welcome!
Hi Luke, A very helpful video. I started following your playlist and really love it.. I was building a APP where someone would upload a CSV file and using your @input method I can trigger a method but how do I read the content of the file. When using the logger I see the name and size of the file but not the content. Keep up the good work.. Looking forward to more tutorials
No access to a computer for a week! But does this help?
stackoverflow.com/questions/56239232/reading-the-data-from-a-csv-file-on-drop-event
@@LukeDiebold Got it.. I was expecting Quasar to handle it but its actually a browser option/function that I need to use. was looking in the wrong place
Hii thank you a lot ♥️♥️ i have question if u can help me in QFile @input now return an event not a blob and now we have @update event but give me error so how i can get this file thank you .
Hey Ibrahim! Have you tried asking on the quasar discord channel? Those guys are pretty dang good when it comes to answering questions like these!
You can also hit me up on discord "ldiebold"
Might be easier that way for this question :)
@@LukeDiebold i dont know this site please u have link ? Thank you