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. dlevin
    3. Topics
    D
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 7
    • Best 3
    • Groups 0

    Topics created by dlevin

    • D

      Q-Select, Toggle, and emitting events
      Help • • dlevin

      3
      1
      Votes
      3
      Posts
      1515
      Views

      rstoenescu

      Use @change event. On change, commit to the store.

    • D

      E2E Testing and Element IDs
      Help • • dlevin

      2
      0
      Votes
      2
      Posts
      1086
      Views

      rstoenescu

      Hi,

      Most elements generated by Quasar components have class names. Use that. Components encapsulate functionality. It’s generally a bad idea to base your tests on Quasar implementation details (such as inner HTML structure) because these details can change at any time without notice (while functionality remains the same). This goes for ANY framework out there.
    • D

      Update 'message' property of progress Dialog
      Help • • dlevin

      3
      0
      Votes
      3
      Posts
      1484
      Views

      D

      @rstoenescu I ended up going that route! Thanks!