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. dwms
    D
    • Profile
    • Following 0
    • Followers 0
    • Topics 16
    • Posts 34
    • Best 0
    • Groups 0

    dwms

    @dwms

    0
    Reputation
    171
    Profile views
    34
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    dwms Follow

    Latest posts made by dwms

    • Print Matricial

      can anybody help me
      a customer has a dot matrix printer
      how would I print a tabbed text return in notepad
      direct on these printers

      posted in Framework
      D
      dwms
    • RE: Event chose month in qdate component

      I need an event that changes the month on q-date and does not change the model.

      quasar.png

      posted in Framework
      D
      dwms
    • Event chose month in qdate component

      It is possible to have an event when choosing the month in the qdate component, I need to make a request when that happens

      posted in Framework
      D
      dwms
    • RE: Add color

      As there is primary, secondary, I would like to create mine like cor1, cor2, cor3. I know I can put them in the sass file, but I would like to create them dynamically

      posted in Framework
      D
      dwms
    • Add color

      how to add color in the quasar at run time?

      posted in Framework
      D
      dwms
    • Firebase notification

      By default, when you start Firebase, it looks for a file called firebase-messaging-sw.js.

      Even the existing file, “We are unable to register the default service worker. Failed to register a ServiceWorker for scope” exist.

      My app is um SPA

      posted in Framework
      D
      dwms
    • wrap-cells for a specific column

      How to use q-table specifically on a q-td so that a specific column breaks the row, in case q-table is breaking for all columns, and I would like it to be just one specific

      posted in Framework
      D
      dwms
    • Mask input not working

      When I use QInput

      mask="#.##"
      fill-mask=“0”
      reverse-fill-mask

      And I put the value

      price: 100.20

      The value added to the input is 10.02

      How should I proceed?

      https://codepen.io/thiagoreri/pen/XWWJbqB?&editable=true&editors=101#anon-signup

      posted in Framework
      D
      dwms
    • Input decimals pt_BR

      How to work with decimal input for pt_BR (where separator is comma).

      Is the correct API to return with comma?

      Or would the quasar show with the comma and transform to.?

      posted in Framework
      D
      dwms
    • RE: Add other param in @filter -> function(inputValue, doneFn, abortFn) method of the QSelect

      Perfect solution, thankyou

      posted in Framework
      D
      dwms