No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. Help
    Log in to post
    • Newest to Oldest
    • Oldest to Newest
    • Most Posts
    • Most Votes
    • Martin

      How to set up npm / quasar on Windows (yep..)
      • Martin

      4
      0
      Votes
      4
      Posts
      2854
      Views

      rstoenescu

      Great! Glad everything is working.

    • R

      Scrollbar inside window
      • Remo

      3
      0
      Votes
      3
      Posts
      4702
      Views

      R

      Thanks! Turned out that my issue is a different one. In an attempt to avoid unnecessary DIVs I’ve added both layout-view and layout-padding to the same DIV. Turns out that this isn’t a good idea. Moved layout-padding into a separate DIV, scrollbar moved nicely to the right.

    • R

      Button in list component
      • Remo

      4
      0
      Votes
      4
      Posts
      2544
      Views

      rstoenescu

      Lists are not for everything. Secondary can only be icon or text.
      If you want something fancier, simply create your own using Grid CSS: http://quasar-framework.org/api/css-grid-layout.html

      Some unpolished example:

      <div class="row items-center"> <div class="auto">admin</div> <button class="primary">Edit</button> </div>
    • J

      Autocomplete
      • jclemgruber

      3
      0
      Votes
      3
      Posts
      1504
      Views

      rstoenescu

      Quasar will have its own “autocomplete” feature built-in in the future. Until then, you can use other libs like Remo suggested.

    • D

      How to regsiter custom components?
      • davewallace

      8
      0
      Votes
      8
      Posts
      7447
      Views

      rstoenescu

      Using the name property has no place in talking about how to require/register a component because it doesn’t affect it in any way. This means however you can use and there’s no reason or recommendation not to. It’s just out of the scope of custom component discussion.

    • R

      Segmented dropdown button
      • Remo

      2
      0
      Votes
      2
      Posts
      1489
      Views

      rstoenescu

      On the todo-list: https://github.com/quasarframework/quasar/issues/108

    • X

      Search Forum
      • xereda

      2
      0
      Votes
      2
      Posts
      811
      Views

      rstoenescu

      Search plugin installed. Thanks for reporting this 🙂

    • K

      Can you style normal elements with Quasar?
      css html select • • kosciak

      2
      0
      Votes
      2
      Posts
      1482
      Views

      rstoenescu

      Select documentation: http://quasar-framework.org/components/select.html
      You need a model and options. Options object looks like this (just an example):

      selectOptions: [ { label: 'Google', value: 'goog' }, { label: 'Facebook', value: 'fb' }, ... ]

      Use Vue computed properties if needed 😉

    • D

      How to handle validation with Stepper component?
      • davewallace

      3
      0
      Votes
      3
      Posts
      1881
      Views

      rstoenescu

      0_1478765572526_source.png

    • D

      Possible to use Styl variables with other Pre-processed languages?
      • davewallace

      4
      0
      Votes
      4
      Posts
      1514
      Views

      K

      http://www.sass2stylus.com/

      You can use this to go with 100% Stylus setup. 🙂

    • Martin

      anchor tags in <parallax-view>
      anchor parallax-view • • Martin

      4
      0
      Votes
      4
      Posts
      3494
      Views

      rstoenescu

      Some more things worth mentioning. I’ll just copy paste my comment on the latest Quasar starter kit / template:

      /* * NOTE! VueRouter "history" mode DOESN'T works for Cordova builds, * it is only to be used only for websites. * * If you decide to go with "history" mode, please also open /config/index.js * and set "build.publicPath" to something other than an empty string. * Example: '/' instead of current '' * * If switching back to default "hash" mode, don't forget to set the * build publicPath back to '' so Cordova builds work again. */

      Also, changing the “publicPath” should be carefully considered as it impacts the way you reference static assets.

    • K

      Cordova generated app missing Modules variables
      android build cordova • • kosciak

      6
      0
      Votes
      6
      Posts
      2320
      Views

      rstoenescu

      I’m glad you figured things out. Was about to contact you so I can take a look now, but you were faster 🙂

    • Martin

      Modal.create(VueComponent) in quasar 0.8
      quasar-modal • • Martin

      5
      0
      Votes
      5
      Posts
      2523
      Views

      Martin

      @rstoenescu Your welcome,
      I guess we all know what it’s like to see a thread end with “I found a solution. Thanks…(silence)”

    • Martin

      How to create a scrollable mini list?
      list scroll • • Martin

      3
      0
      Votes
      3
      Posts
      2807
      Views

      rstoenescu

      Aah, I like you are careful at details! The “scroll” CSS class only applies some CSS tweaks to make scrolling smooth on ALL platforms. But it doesn’t make the container scrollable. You have to add some additional CSS like overflow-y: auto besides setting that height and it will work.

      EDIT: I’m talking wrong. scroll also adds overflow CSS to your container. So it should work as is!

    • Martin

      How to open a drawer component in Quasar 0.8 ?
      quasar-drawer • • Martin

      5
      0
      Votes
      5
      Posts
      2298
      Views

      Martin

      @rstoenescu Events work very well. Thanks.
      Other option would be using “refs” as described in this post (opening a modal vue component with a button located on the main component)

      http://forum.quasar-framework.org/topic/43/modal-create-vuecomponent-in-quasar-0-8

    • Martin

      Style input text color
      stylus text-color • • Martin

      7
      0
      Votes
      7
      Posts
      9924
      Views

      Martin

      @rstoenescu Thanks Razvan. Using css will work fine for now.

    • Martin

      Dialog.create doesn't show list as defined in form property
      dialog • • Martin

      5
      0
      Votes
      5
      Posts
      1954
      Views

      rstoenescu

      Let me know if you encounter any issues upgrading.

    • R

      WYSIWYG editor with quasar
      • Remo

      4
      0
      Votes
      4
      Posts
      2787
      Views

      rstoenescu

      I’d write one myself especially for Quasar but unfortunately just like you yourself said time “is a bit of a problem” 😞 Please share with us what path you finally choose. Thanks!

    • M

      Using layouts. How?
      • mariaczi

      7
      3
      Votes
      7
      Posts
      8042
      Views

      rstoenescu

      Every cent counts, unfortunately. I’m not in a good financial situation anymore. Invested all my money so I could work full time for the framework for a year and a few months, and bills keep piling up 😞
      Anyway, thank you for even thinking about it!

    • M

      Does it work with vue-validator?
      • mariaczi

      2
      0
      Votes
      2
      Posts
      1131
      Views

      rstoenescu

      Haven’t tried it yet, but it has no reason not to work with it. Although my recommendation is to go with vee-validate.