Navigation

    Quasar Framework

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

    lucasfernog

    @lucasfernog

    33
    Reputation
    124
    Profile views
    75
    Posts
    1
    Followers
    0
    Following
    Joined Last Online

    lucasfernog Follow

    Best posts made by lucasfernog

    • New App Extension: qmodeltd v1.0.0-alpha.0 release

      This app extension simplifies the usage of a QPopupEdit on a QTd. With the new components QEditableTd and QSelectableTd, you can make your QTd editable inline or through popup, defining only the v-model and the input/select options.

      Visit https://github.com/lucasfernog/quasar-app-extension-qmodeltd for more information.

      posted in [v1] App Extensions
      lucasfernog
      lucasfernog
    • RE: Discord down?

      +1 for Quasarflare

      posted in Hangout
      lucasfernog
      lucasfernog
    • RE: Documentation

      The new version of the docs is very useful and pleasant to read

      posted in Framework
      lucasfernog
      lucasfernog
    • RE: Set focus on first field

      https://github.com/quasarframework/quasar/pull/3759

      posted in Help
      lucasfernog
      lucasfernog
    • RE: [v1] QSlideItem How to identify item in the events left/right/action ?

      You have to create a “wrapper” function: https://codepen.io/anon/pen/XGVqxe?editors=1011

      posted in Framework
      lucasfernog
      lucasfernog
    • RE: How can I hide a column

      There is also https://v1.quasar-framework.org/style/visibility#Window-Width-Related

      Which is simplier

      posted in Framework
      lucasfernog
      lucasfernog
    • RE: How to select text on focus in a QInput

      I think you would need to use something like https://github.com/vueComponent/vue-ref

      <template>
      <q-input v-model=“text” v-ref=“ref => this.qInput = ref” @focus=“qInput.select()” />
      </template>

      posted in Help
      lucasfernog
      lucasfernog
    • RE: New promotions to Core Team

      Thank you! So proud to work with this project. Let’s make it better!!

      posted in Announcements
      lucasfernog
      lucasfernog
    • RE: Any plans to add a calendar component to Quasar?

      There’s an app extension for the QCalendar component, but its in pre alpha, we just have to wait

      posted in Framework
      lucasfernog
      lucasfernog
    • RE: [V1] how to build with ios theme? -T ios

      Quasar has a lot more to offer (CLI, extensions, better app structure, better components, PWA SPA Cordova Electron)

      posted in Help
      lucasfernog
      lucasfernog

    Latest posts made by lucasfernog

    • RE: Set input color for QSelect

      @SB but you aren’t using the use-input prop, so that’s not an input

      posted in Help
      lucasfernog
      lucasfernog
    • RE: q-table rows drag and drop

      What about the @chyde90 code but with QMarkupTable?

      posted in Framework
      lucasfernog
      lucasfernog
    • RE: Set input color for QSelect

      Seems like it’s working… are you running quasar above version 1.1.7?

      https://codepen.io/lucasfernog/pen/pooqGXB?editors=1010#anon-login

      posted in Help
      lucasfernog
      lucasfernog
    • RE: Colors changed after QCalendar Upgrade

      @Hawkeye64

      posted in Help
      lucasfernog
      lucasfernog
    • RE: Unable to access localhost on mobile device

      Do you really need all that configuration? With my projects I can acess the server on mobile without that.

      posted in Help
      lucasfernog
      lucasfernog
    • RE: How to detect edge browser for android? quasar pwa issues

      I can confirm this bug. I’ll open an issue on GH

      posted in Framework
      lucasfernog
      lucasfernog
    • RE: How can I use Stylus`s function on global of quasar ?

      Hi, I answered your question on your issue on Github. On the next time, please wait for it to be answer here (or post on Discord) before issuing on Github. Thank you!

      posted in Framework
      lucasfernog
      lucasfernog
    • RE: Discord down?

      +1 for Quasarflare

      posted in Hangout
      lucasfernog
      lucasfernog
    • RE: QTable with multiple selection and QPopupEdit

      By the way __index is not so good because it is private (everything starting with __ is private), its better if your data has an unique value such as id

      posted in Help
      lucasfernog
      lucasfernog
    • RE: QTable with multiple selection and QPopupEdit

      @Mak-NOAA

      https://quasar.dev/vue-components/table#Selection

      its a good idea to read the doc page of the component you are trying to use, so you can learn what he can do and how you should do it.

      https://quasar.dev/vue-components/table#QTable-API

      posted in Help
      lucasfernog
      lucasfernog