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. Framework
    Log in to post
    • Newest to Oldest
    • Oldest to Newest
    • Most Posts
    • Most Votes
    • B

      Hide qinput arrows when type=number
      • bfreed

      4
      1
      Votes
      4
      Posts
      387
      Views

      bjbk

      Just a note: Be sure the style is not scoped to your component.
      In Electron this works:

      <style> input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; } </style>

      But, <style scoped>…</style> doesn’t.

      Scoping the style appears to work in browsers, but failed for me in Electron.

    • T

      ACCESSIBILITY - Web Content Accessibility Guidelines (WCAG)
      • ted

      12
      0
      Votes
      12
      Posts
      184
      Views

      dobbel

      @dsl101

      I agree, you could create feature request in github:
      https://github.com/quasarframework/quasar/issues

      or open a new discussion about it on the new forum( this forum is dead):
      https://github.com/quasarframework/quasar/discussions

    • I

      Which backend for Quasar ?
      • Incremental

      16
      0
      Votes
      16
      Posts
      343
      Views

      dobbel

      @damiendeville

      a) The commands to create the project do not mention neither meteor nor quasar

      Every thing under api is managed by meteor. So for example to start the meteor backend you use Meteor CLI to start it. Also to update meteor you use meteor cli. And of course Quasar Cli is used to manage and start client.

      The code in quasar-meteor/api/client/main.js/ contains Blaze code; why should it be needed it if the client is made of Quasar/Vue components?

      I have not seen that, because I run meteor headless. But you could create a gui in the api backend part of meteor, for admin things. Its’ optional/just a bonus.

    • ssuess

      [SOLVED] Chrome (but not FF nor Safari) randomly fails PWA update
      • ssuess

      43
      0
      Votes
      43
      Posts
      397
      Views

      dobbel

      @tlloyduk

      I would ask this on the new forum where the Quasar team now gives support.

      https://github.com/quasarframework/quasar/discussions

    • D

      How to use @save event in q-popup-edit
      • diadal

      6
      0
      Votes
      6
      Posts
      46
      Views

      A

      @diadal said in How to use @save event in q-popup-edit:

      @update:modelValue=“e.accLabel = scope.value”
      @keyup.enter=“scope.set”

      Can you provide this solution on codesandbox?

      I tried emit empty Value, to Save it on Vuex and send API request.

    • G

      How to change the width of drawer on miniState
      • gg

      3
      0
      Votes
      3
      Posts
      44
      Views

      G

      @gg mini-width

      Check style section of QDrawerAPI

      <q-drawer
      :mini-width=“100px”
      …

    • A

      Error when using Vuex 4 getters in Quasar V2
      • Ammamon

      2
      0
      Votes
      2
      Posts
      33
      Views

      A

      However, without typescript, it is working.

    • R

      This topic is deleted!
      • Robertson

      1
      0
      Votes
      1
      Posts
      2
      Views

      No one has replied

    • R

      This topic is deleted!
      • Robertson

      1
      0
      Votes
      1
      Posts
      2
      Views

      No one has replied

    • S

      Thoughts for building a mobile app that has some UI and flow differences than the browser version
      • saifobeidat

      2
      2
      Votes
      2
      Posts
      29
      Views

      dobbel

      @saifobeidat

      Is this even a valid approach and doable using the platform detectors, or it’s preferred to go with a separate project to serve the mobile app?

      Yes it’s very doable with platform/mode detectors in a single project.

      Here’s a repo/project/product(enFocus) that has a different ui/flow based on if you are on mobile or electron.
      It is using different techniques to archive this( for example using functional components and different routes depending on what mode quasar is running).

      https://github.com/vycoder/qodo

    • R

      How to handle QDate click event if date is already selected
      • rizwan-ijaz

      1
      0
      Votes
      1
      Posts
      4
      Views

      No one has replied

    • P

      Boot files in Quasar 2 without using quasar cli flavor
      • partofthething

      2
      0
      Votes
      2
      Posts
      13
      Views

      dobbel

      @partofthething

      No don’t think so.

    • R

      PurgeCSS
      • rmjersey

      11
      2
      Votes
      11
      Posts
      452
      Views

      Hawkeye64

      The webpack terser plugin does the reduction, but after compilation

    • georgehenry

      This topic is deleted!
      • georgehenry

      1
      0
      Votes
      1
      Posts
      2
      Views

      No one has replied

    • P

      This topic is deleted!
      • patrikajones

      1
      0
      Votes
      1
      Posts
      4
      Views

      No one has replied

    • S

      Electron Splash Screen?
      • socrates3142

      2
      0
      Votes
      2
      Posts
      26
      Views

      dobbel

      @socrates3142 said in Electron Splash Screen?:

      splash screen

      You could look at this:
      https://stackoverflow.com/questions/39126429/electron-splashscreen-on-startup-application
      https://github.com/trodi/electron-splashscreen
      https://github.com/bkniffler/electron-splashscreen

    • R

      Error with TypeScript in Quasar
      • rainer9202

      2
      0
      Votes
      2
      Posts
      16
      Views

      dobbel

      @rainer9202

      Did you upgrade any deps , local or global related to quasar?

    • S

      How to have a complete list of half-stars in Rating (1,1.5,2,2.5, etc)
      • Suo

      5
      0
      Votes
      5
      Posts
      33
      Views

      S

      Np - Thanks Henrique!

    • M

      This topic is deleted!
      • Massi

      1
      0
      Votes
      1
      Posts
      1
      Views

      No one has replied

    • S

      Support for Human Readable Date?
      • socrates3142

      1
      0
      Votes
      1
      Posts
      10
      Views

      No one has replied