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. arlecchino
    3. Posts
    • Profile
    • Following 1
    • Followers 0
    • Topics 2
    • Posts 6
    • Best 0
    • Groups 0

    Posts made by arlecchino

    • RE: [Solved] How to deal with @added event/method in q-uploader

      Strange, I was thinking about the Umlaut… but then thought this should only be a problem if function and caller are in two files with different encoding. Not the case here.
      But maybe because it is first a string, which needs to be handled the right way…

      posted in Help
      arlecchino
      arlecchino
    • RE: [Solved] How to deal with @added event/method in q-uploader

      Ah, and I think it is not upload-factory, just factory(files: Array).
      But this shouldn’t be the problem of @added, it is simply ignored in your code.

      posted in Help
      arlecchino
      arlecchino
    • RE: [Solved] How to deal with @added event/method in q-uploader

      Are you using image files to test it?

      https://github.com/quasarframework/quasar/blob/eccbd3242d00f5303120689211b5712ce1c78737/ui/src/components/uploader/QUploaderBase.js#L289
      https://github.com/quasarframework/quasar/blob/eccbd3242d00f5303120689211b5712ce1c78737/ui/src/components/uploader/QUploaderBase.js#L312

      You can give no-thumbnails prop a try.

      posted in Help
      arlecchino
      arlecchino
    • How do I test with app extension components?

      Hi,

      how do I register the app extension components with @vue/test-utils?

      I get this error:

      [Vue warn]: Unknown custom element: <q-media-player> - did you register the component correctly?
      

      This directive is used in a component template I’d like to test.

      Thanks.

      posted in Help
      arlecchino
      arlecchino
    • RE: How to UpperCase v-model of q-input?

      I think you have to query the correct element in the el tree.
      el.getElementsByTagName(‘input’)[0].value = el.getElementsByTagName(‘input’)[0].value.toUpperCase();

      posted in Help
      arlecchino
      arlecchino
    • Closing standalone PWA by script

      Hi,
      is it possible to close a standalone mode PWA by script with Quasar?
      So e.g. to have a drawer menu entry “Quit”.

      Thanks

      posted in Help
      arlecchino
      arlecchino