Quasar Components - Field (QInput, QSelect and QFile)

Поделиться
HTML-код
  • Опубликовано: 28 ноя 2024

Комментарии • 18

  • @cangurcan99
    @cangurcan99 3 года назад +3

    Vue is awesome, Quasar is awesome, You are awesome! I watched whole series, had a very wide vision. Thank you very much.

  • @johnnydriesen7575
    @johnnydriesen7575 3 года назад +2

    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 !

    • @LukeDiebold
      @LukeDiebold  3 года назад +1

      Many many more to come!
      I stopped this series because V2 was just around the corner, so will be jumping back into it soon!

  • @basamserad9702
    @basamserad9702 2 года назад +1

    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?

    • @LukeDiebold
      @LukeDiebold  2 года назад

      I would need to see some code :)

  • @manee427
    @manee427 2 года назад

    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

  • @codesengel6642
    @codesengel6642 2 года назад +1

    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

    • @codesengel6642
      @codesengel6642 2 года назад +1

      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

    • @LukeDiebold
      @LukeDiebold  2 года назад +1

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

    • @codesengel6642
      @codesengel6642 2 года назад +1

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

    • @LukeDiebold
      @LukeDiebold  2 года назад

      @@codesengel6642 you're most welcome!

  • @RezaSeedin
    @RezaSeedin 3 года назад

    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
      @LukeDiebold  3 года назад +1

      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

    • @RezaSeedin
      @RezaSeedin 3 года назад +1

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

  • @ibrahimfarhat8779
    @ibrahimfarhat8779 3 года назад

    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 .

    • @LukeDiebold
      @LukeDiebold  3 года назад +1

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

    • @ibrahimfarhat8779
      @ibrahimfarhat8779 3 года назад

      @@LukeDiebold i dont know this site please u have link ? Thank you