Navigation

    Quasar Framework

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. rjp
    R
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 4
    • Best 0
    • Groups 0

    rjp

    @rjp

    0
    Reputation
    12
    Profile views
    4
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    rjp Follow

    Latest posts made by rjp

    • RE: Building web components ?

      HI Scott, revisiting again for a deployment.

      What I am asking is can Quasar build as a web component.

      Vue CLI has a build that will wrap a vue component or app : https://cli.vuejs.org/guide/build-targets.html#web-component

      My current deployment I have a customer using iFrame and sending a get with query params to initialize views and data. A web component they just add a tag to their html page and pass props - ideal solution…

      posted in CLI
      R
      rjp
    • RE: How to get rid of scrollbar in QInput when using autogrow

      @metalsadman Yeah I tried the css no luck. It is very strange. I have a few panels with autogrow fields working as designed - just in this one even if I copy a working one to this panel it shows the scroll.

      Nothing in my <style> tags - just template and script.

      The problem field is in a list, in an expansion panel…
      The working autogrow fields are in a list, in a stepper

      I’ve tried everything - even when I replace autogrow with type="textarea" the textarea starts out with scroll bars without any text input.

      Anyway, just going to leave plain text input now - come back later when I have time to stare at it some more. delivery due now…

      Thanks for helping though

      posted in Help
      R
      rjp
    • RE: How to get rid of scrollbar in QInput when using autogrow

      same here…

      posted in Help
      R
      rjp
    • RE: Building web components ?

      So Scott been learning Quasar, actually built a pretty nice app with it in a few days with only a little self-taught programming background. Love the framework and how simple it is to use. Been getting my tips and techniques from these forums and beyond and see you providing a lot of help and it is much appreciated. Sadly though in my hour of need here - building a web component or web package component usable or whatever it is called at the end of the day I need to provide an HTML page to insert my Built with Quasar app as a <insert pure quasar term for wc here>. I don’t care if the HTML page needs to import Vue.

      This HTML page will be linked to a menu item in a dashboard on a PHP project and I need to pass vars or props in the HTML tag <myapp-component name=“Joe” id=“12345”></myapp-component>. I have tried several Vue libraries and wrappers to get this “out of the box” Vue CLI (target --wc") feature to work with Quasar and am close with this package ~ https://karol-f.github.io/vue-custom-element/#/demos/binding but for the life of me cannot get the props to pass to my Quasar app. I can with Vue CLI build all day long though.

      So taking your lead I look at the App extension system and don’t see how that can work - yes I know that I am not johnny Javascript yet but there really isn’t much there that leads me hope this can be done. Can you provide any? I need a single app.js and css.js (not hashed) and way to import Quasar as a packaged component or web component or whatever…

      posted in CLI
      R
      rjp