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. mas
    3. Topics
    M
    • Profile
    • Following 0
    • Followers 0
    • Topics 19
    • Posts 41
    • Best 2
    • Groups 0

    Topics created by mas

    • M

      QScrollArea: bar-style doesn't apply in horizontal mode
      Framework • • mas

      2
      0
      Votes
      2
      Posts
      90
      Views

      dobbel

      @mas

      I would post this on Quasar Github as a feature request.

    • M

      Q-Range issue when extending 'drag-only-range' functionality: values change, sliders won't move
      Help • • mas

      1
      0
      Votes
      1
      Posts
      133
      Views

      No one has replied

    • M

      Q-Range: place a label BELOW the scale
      Help • • mas

      2
      0
      Votes
      2
      Posts
      94
      Views

      s.molinari

      You might need to request this as an improvement on GH. I don’t think it is possible via overriding CSS, as the classes are the same for both labels.

      Scott

    • M

      QSlider: is that possible to partially disable step markers and add labels to markers?
      Help • • mas

      1
      0
      Votes
      1
      Posts
      90
      Views

      No one has replied

    • M

      Tapping QBtn on mobile does not trigger @click event but gets QInputs/QSelects focused or nothing at all.
      Help • • mas

      3
      0
      Votes
      3
      Posts
      210
      Views

      M

      @metalsadman,

      https://codepen.io/Solarwake/pen/NWGPLQx

      Type in an input field and hit SAVE_CHANGES at the bottom. A green Success banner appears if a click occurs. On mobile, Androids.

    • M

      QStepper + QSelect with autocomlete: Input box jumps to screen top on mobile
      Help • • mas

      2
      0
      Votes
      2
      Posts
      193
      Views

      M

      Looks like a feature and the topic can be deleted…

    • M

      performace and importing components/plugins
      Help • • mas

      3
      0
      Votes
      3
      Posts
      93
      Views

      S

      Moving to Auto import works, BUT only of import.quasar.js file generated in the .quasar folder is DELETED manually.

    • M

      'loading' slot on QImg with base64 src loaded via API
      Help • • mas

      1
      0
      Votes
      1
      Posts
      160
      Views

      No one has replied

    • M

      Coloring chips in QSelect w/autocomplete input
      Help • • mas

      3
      0
      Votes
      3
      Posts
      109
      Views

      M

      Oh, thank you! Slots are so powerful!

    • M

      Cannot focus on and type in QInput inside QList with tag="label"
      Help • • mas

      6
      0
      Votes
      6
      Posts
      236
      Views

      s.molinari

      If it works, it’s good! Great you could work it out.

      Scott

    • M

      q-field & q-input issue on v1.1.0
      Help • • mas

      4
      0
      Votes
      4
      Posts
      246
      Views

      M

      Oh, my bad(( That’s written on pink…Thank you! I could do without q-field actually but I found that in the new version Quasar generates a custom id on every q-input element, like ‘id="qf_3061d64c-aa2d-4392-7fcf-6e019645a100’. With the previous Quasar version I used to add my own Id property either to QField or QInput which was very convenient to run quick tests. Adding my own id to QInput won’t overwrite the one genetated by Quasar (but it for works for QField). So I assume it’s not a good idea to attempt to do so at all as Quasar needs its own generated ID for better control over components…

    • M

      QModal: issue combining 'maximized' and 'position' properties.
      Help • • mas

      1
      0
      Votes
      1
      Posts
      49
      Views

      No one has replied

    • M

      Adding custom 'id' properties to dropdown elements divs in QSelect, QAutocomplete
      Help • • mas

      6
      0
      Votes
      6
      Posts
      271
      Views

      s.molinari

      Slots are a mighty powerful part of Vue. You shouldn’t avoid them. You should embrace them, as they are often used in Quasar and give you the most flexibility. 😄

      Scott

    • M

      How to use Quasar plugins (Notify, Loading) inside Vuex modules?
      Help • • mas

      11
      0
      Votes
      11
      Posts
      5508
      Views

      M

      @metalsadman, @danielcoliev , thank you! It took a while to understand some things properly)

    • M

      Option Group: 'dark' property doesn't change text color to light
      Help • • mas

      1
      0
      Votes
      1
      Posts
      118
      Views

      No one has replied

    • M

      Q-range: How to show button on lazy model change
      Help • • mas

      3
      0
      Votes
      3
      Posts
      225
      Views

      M

      metalsadman,

      Thank you for your suggestions, I have tried them all well previously and now I found the issue was that I was using lazy model change with @change event and v-model at the same time. Lazy @change works only without v-model. However, I wanted to render some changes via v-model in real time (like values on q-range labels when moving the slider), and display some elements, like buttons, only on lazy model change. I wonder if such a combination is possible?

    • M

      Datetime input: time out of 'min'-'max' range is still selectable?
      Help • • mas

      1
      0
      Votes
      1
      Posts
      301
      Views

      No one has replied

    • M

      localStorage and Cordova
      Help • • mas

      3
      0
      Votes
      3
      Posts
      1007
      Views

      M

      Yes, thanks, I can use i like this and it works:

      window.localStorage.setItem(‘settings’, JSON.stringify(this.settings))

      But I found no way to use Quasar wrapper with Cordova which was really convenient.

    • M

      q-app$ quasar build -m cordova -T android => error: unknown option `-m'
      Help • • mas

      4
      0
      Votes
      4
      Posts
      610
      Views

      M

      But I can’t find v0.14.9 in the system:

      find / -name quasar
      /home/fun/.cache/yarn/v1/npm-quasar-cli-0.17.3-6553d9e44eb974bd7d58aa237f7a6f57110517b2/bin/quasar
      /home/fun/.cache/yarn/v1/npm-quasar-cli-0.17.0-3222571e676026e18120220f08e28635c30e6a9a/bin/quasar
      /home/fun/.config/yarn/global/node_modules/.bin/quasar
      /home/fun/.config/yarn/global/node_modules/quasar-cli/bin/quasar
      /home/fun/.yarn/bin/quasar
      /usr/lib/node_modules/quasar-cli/bin/quasar
      /usr/bin/quasar

      How to clean and install the latest version?