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. daveline
    D
    • Profile
    • Following 0
    • Followers 1
    • Topics 10
    • Posts 23
    • Best 5
    • Groups 0

    daveline

    @daveline

    6
    Reputation
    469
    Profile views
    23
    Posts
    1
    Followers
    0
    Following
    Joined Last Online

    daveline Follow

    Best posts made by daveline

    • RE: Overriding precacheConfig in service-worker.js

      @rstoenescu I think this may be a bug with the quasar cli and the sw-precache-webpack-plugin. I have a similar problem and started tracing through the quasar source code and found.

      line of 401 of https://github.com/quasarframework/quasar-cli/blob/0eab359c1741f6d6304fcd5359b592c628b35128/lib/build/webpack-config.js
      we can see that
      stripPrefix: cfg.build.distDir + ‘/’

      in theory the stripPrefix should remove the ‘dist/pwa-mat’, so it doesn’t end up in the service worker, but it doesn’t

      I tried adding my own stripPrefix property to the ‘quasar.conf.js’, but obviosly that won’t help, because the q-cli is hard coding the stripPrefix based of the cfg.build.distDir

      the docs state that the distDir should default to ‘Relative path to project root directory. Default is ‘dist/{ctx.modeName}-{ctx.themeName}’. Applies to all Modes except for Cordova.’ http://quasar-framework.org/guide/app-quasar.conf.js.html

      line 225 of this file seems to prove this https://github.com/quasarframework/quasar-cli/blob/16df4efe6555e1a8c64c05357468bb72d57411c4/lib/quasar-config.js

      HOWEVER the stripPrefix doesn’t seem to be working with the quasar defaults.

      If I manually add ‘distDir: ‘dist/pwa-mat’’ to the build in quasar-config.js everything seems to work as expected.

      I my case, i don’t really want to manually add the distDir to my config, because we are building for a couple different environments.

      posted in Help
      D
      daveline
    • q-select using the keyboard instead of mouse clicks?

      Curious if there is a way for users to navigate the q-select component using just the keyboard instead of mouse clicks? My users need to enter data very quickly and therefore are very keyboard centric. For example, they will tab between the various fields on a form and when they reach the “State” select box will type “f” for Florida or “aaa” for Arizona, then tab to the next field without ever using a mouse. The q-select is very nice and fancy, but I haven’t found a way to mimic the traditional keyboard usage of the html select.

      Any ideas?

      posted in Help
      D
      daveline
    • Chips Misalignment in Forms

      I really like using chips for with my q-select, but it misaligns my forms and makes things look “off”. Any tips to help with this?

      0_1508332736429_upload-09270ea3-9060-4fce-b979-65b0e9cff32c

      posted in Help
      D
      daveline
    • QDate formatting to something other than YYYY/MM/DD?

      Just curious if it possible in Quasar 1 for QDate with QInput to display formatting to something other than YYYY/MM/DD. My users prefer to see their dates in MM/DD/YYYY format.

      posted in Help
      D
      daveline
    • RE: Auto-complete in Sublime Text

      If there isn’t something for Sublime there should be. Maybe I will look into doing it. 😉

      posted in Help
      D
      daveline

    Latest posts made by daveline

    • q-editor font size labels

      How do you change the font size labels for the q-editor?

      967bb46d-3954-4697-b285-087779f8c743-image.png

      posted in Help
      D
      daveline
    • RE: Auto-complete in Sublime Text

      If there isn’t something for Sublime there should be. Maybe I will look into doing it. 😉

      posted in Help
      D
      daveline
    • q-select inside a q-expansion-item causes the options to be cut off... Q1 bug?

      When I use q-select inside of q-expansion-item, the options seem to be bound by the size of the q-expansion-item and they get cut off. Pretty much making the select unusable. Any workaround for this?

      Here is an example in CodePen https://codepen.io/daveline/pen/BbwKOx

      0_1552334726802_431488e6-1ef4-4ce0-91![alt text](image url)7f-eb2c35df6a50-image.png

      posted in Help
      D
      daveline
    • RE: QDate formatting to something other than YYYY/MM/DD?

      @eelke Perfect thanks!

      posted in Help
      D
      daveline
    • RE: [v1] QSelect + use-input: cant clear value

      I am thinking we may need to add a null/empty value to the options, so it can be “selected”

      posted in Framework
      D
      daveline
    • RE: [v1] QSelect + use-input: cant clear value

      However I do have this same issue

      posted in Framework
      D
      daveline
    • RE: [v1] QSelect + use-input: cant clear value

      @daveline oops my issue was caused by not using the hide-selected property.

      posted in Framework
      D
      daveline
    • RE: [v1] QSelect + use-input: cant clear value

      I have a similar issue, except I can’t backspace all the data. Looking at the html source, it is putting my selected value in a span before the input. ???

      posted in Framework
      D
      daveline
    • RE: Desktop/keyboard navigation for components?

      @rstoenescu Specifically on the select it would be nice to be able to type a letter and have you “jump” to that letter in the select. Kinda like a traditional html select tag. https://www.w3schools.com/tags/tryit.asp?filename=tryhtml_select

      posted in Framework
      D
      daveline
    • QDate formatting to something other than YYYY/MM/DD?

      Just curious if it possible in Quasar 1 for QDate with QInput to display formatting to something other than YYYY/MM/DD. My users prefer to see their dates in MM/DD/YYYY format.

      posted in Help
      D
      daveline