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. coopersamuel
    C
    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 13
    • Best 0
    • Groups 0

    coopersamuel

    @coopersamuel

    0
    Reputation
    25
    Profile views
    13
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    coopersamuel Follow

    Latest posts made by coopersamuel

    • RE: How to highlight specific words in q-input

      @qyloxe ideally there’s an easy way to do this without adding another package…

      posted in Framework
      C
      coopersamuel
    • How to highlight specific words in q-input

      I’m working on a multi box similar to facebook’s post creator. The box has the ability to parse out links and hashtags. For UX purposes, is there an easy way to highlight specific strings within q-input?

      Current UX:
      3177ff8f-8318-4425-b7cc-17f71731c162-image.png

      Desired UX:
      5da82b76-98db-4a3b-aa05-c556808bf68a-image.png

      posted in Framework
      C
      coopersamuel
    • RE: Multi Q-Select auto focus on first item in menu

      @gusy Nope, unfortunately I don’t think it’s possible right now with quasar

      posted in Framework
      C
      coopersamuel
    • RE: q-table rows drag and drop

      I need the features of QTable

      posted in Framework
      C
      coopersamuel
    • RE: q-table rows drag and drop

      This is a bummer - any thoughts on this from the quasar folks?

      posted in Framework
      C
      coopersamuel
    • RE: PDFJS in vue

      For anyone finding this thread trying to use PDFJS with your quasar app, see this comment/thread https://github.com/quasarframework/app-extension-qpdfviewer/issues/5#issuecomment-518041926

      Also, don’t forget to import the webpack build from pdfjs-dist
      const PDFJS = await import('pdfjs-dist/webpack')

      posted in Help
      C
      coopersamuel
    • RE: Multi Q-Select auto focus on first item in menu

      Bump on this?

      posted in Framework
      C
      coopersamuel
    • Unable to find client-entry dep after upgrade

      I just upgraded from v1.0.0-beta.26 to latest with quasar upgrade -i. Everything seemed to work fine. But now it’s unable to find the .quasar/client-entry.js dependency. Any help appreciated

      client_1  |  Dev mode.......... spa
      client_1  |  Pkg quasar........ v1.0.5
      client_1  |  Pkg @quasar/app... v1.0.4
      client_1  |  Debugging......... enabled
      client_1  | 
      client_1  |  app:extension Running "@quasar/testing-unit-jest" Quasar App Extension... +0ms
      client_1  |  app:extension Running "@quasar/testing-e2e-cypress" Quasar App Extension... +7ms
      client_1  |  app:extension Running "@quasar/testing" Quasar App Extension... +2ms
      client_1  |  app:extension Running "@quasar/qmediaplayer" Quasar App Extension... +3ms
      client_1  |  app:quasar-conf Reading quasar.conf.js +13ms
      client_1  |  app:dev Checking listening address availability (0.0.0.0:8080)... +5ms
      client_1  |  app:quasar-conf Extension(@quasar/qmediaplayer): Extending quasar.conf... +7ms
      client_1  |  App Extension (qmediaplayer) Info: 'Adding qmediaplayer boot reference to your quasar.conf.js'
      client_1  |  App Extension (qmediaplayer) Info: 'Adding media-player.styl css reference to your quasar.conf.js'
      client_1  |  app:webpack Extending SPA Webpack config +442ms
      client_1  |  app:generator Generating Webpack entry point +7ms
      client_1  |  app:dev-server Booting up... +15ms
      client_1  | 
      client_1  |  app:progress Compiling SPA... +177ms
      client_1  |  app:progress Compiled SPA in ~693ms +694ms
      client_1  |  ERROR  Failed to compile with 1 errors7:36:49 PM
      client_1  | 
      client_1  | This dependency was not found:
      client_1  | 
      client_1  | * /usr/src/client/.quasar/client-entry.js in multi (webpack)-dev-server/client?http://0.0.0.0:8080 (webpack)/hot/dev-server.js ./.quasar/client-entry.js
      client_1  | 
      client_1  | To install it, you can run: npm install --save /usr/src/client/.quasar/client-entry.js
      
      posted in Framework
      C
      coopersamuel
    • Multi Q-Select auto focus on first item in menu

      I’ve got a multi select component similar to this codepen. I’d like it to auto focus on the first item in the list (the best match) in order to select quickly with the enter key rather than moving and clicking with the mouse. Any help appreciated

      posted in Framework
      C
      coopersamuel
    • RE: [SOLVED] Multi Q-Select with an array of objects

      @patryckx thanks for the help

      posted in Framework
      C
      coopersamuel