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. wux
    W
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 5
    • Best 0
    • Groups 0

    wux

    @wux

    0
    Reputation
    360
    Profile views
    5
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    wux Follow

    Latest posts made by wux

    • RE: How to close one or all notifications in v0.15?

      nice, thanks for the help!

      posted in Framework
      W
      wux
    • How to close one or all notifications in v0.15?

      Is there a way to close one or all notifications programmatically? I have a notification popup on a page but want to hide it when navigating away. Currently it stays there even I navigate to another page which is irrelevant to the notification. I want to hide it when navigating away, or is there a different component I can use for this? Thanks.

      posted in Framework
      W
      wux
    • Performance of q-input with type=textarea in a transition-group

      I have a list of about 30 items in a transition-group, each list item includes a <q-input type=“textarea”…>, the render of the page has been very slow on Chrome and extremely slow on Safari(both on Mac, it’s much faster on Firefox 57/Quantun). When changing to native textarea control, it all works fine. It also works fine when removed the transition-group and still use textarea type q-input. I understand the transition-group has some potential performance issues with complex css in a list (https://github.com/vuejs/vue/issues/5845), just wondering if @rstoenescu or anyone else has any advice here? I could change to use native textarea input but the style does not quite match the rest of controls on the page, and I really like the auto-grow feature of the q-input. Thanks.

      posted in Framework
      W
      wux
    • RE: Trouble getting vue-dragula to work with quasar 0.14

      Will the up coming 0.15 release solve this problem? The Vue.Draggable is not working when the draggable div contains a textarea input (<q-input type=“textarea”>), though it works with a normal text field.

      posted in Help
      W
      wux
    • RE: Height not updating when content inside container changes?

      Having the same problem. The Modal height is not auto-adjusted when resizing window or changing content. The scroll bar shows up when reducing the window height, even there is still a lot of empty space above/below the modal.

      posted in Framework
      W
      wux